Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions Big_Data/exercise11/Exercise11_RumbleDB_2023.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Let us know look at nested objects. It seems the key \"actor\" has these, so let us now use the dot object lookup to find all these values."
"Let us now look at nested objects. It seems the key \"actor\" has these, so let us now use the dot object lookup to find all these values."
]
},
{
Expand Down Expand Up @@ -807,7 +807,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"The sequence to iterator on can itself come from a dataset, such as the one we were using previously:"
"The sequence to iterate on can itself come from a dataset, such as the one we were using previously:"
]
},
{
Expand Down Expand Up @@ -1444,7 +1444,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Note that the `else` clause is required - however, it can be the empty sequence `()` which is often when you need if only the `then` clause is relevant to you. For instance,"
"Note that the `else` clause is required - however, it can be the empty sequence `()` which is often what you need if only the `then` clause is relevant to you. For instance,"
]
},
{
Expand Down Expand Up @@ -1714,7 +1714,7 @@
"source": [
"### Access yet another dataset\n",
"\n",
"RumbleDB can read input from many file systems and many file formats. If you are using our backend, you can only use `json-doc()` with any URI pointing to a JSON file and navigate it as you see fit. \n",
"RumbleDB can read input from many file systems and many file formats. If you are using our backend, you can just use `json-doc()` with any URI pointing to a JSON file and navigate it as you see fit. \n",
"\n",
"You can read data from your local disk, from S3, from HDFS, and also from the Web. For this tutorial, we'll read from the Web because, well, we are already on the Web.\n",
"\n",
Expand Down Expand Up @@ -1908,7 +1908,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"See the explanation of predict on positions `position()` [here](https://rumble.readthedocs.io/en/latest/JSONiq/). "
"See the explanation of the predicate on positions `position()` [here](https://rumble.readthedocs.io/en/latest/JSONiq/). "
]
},
{
Expand Down
10 changes: 5 additions & 5 deletions Big_Data/exercise11/Exercise11_RumbleDB_2023_Solutions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Let us know look at nested objects. It seems the key \"actor\" has these, so let us now use the dot object lookup to find all these values."
"Let us now look at nested objects. It seems the key \"actor\" has these, so let us now use the dot object lookup to find all these values."
]
},
{
Expand Down Expand Up @@ -805,7 +805,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"The sequence to iterator on can itself come from a dataset, such as the one we were using previously:"
"The sequence to iterate on can itself come from a dataset, such as the one we were using previously:"
]
},
{
Expand Down Expand Up @@ -1442,7 +1442,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Note that the `else` clause is required - however, it can be the empty sequence `()` which is often when you need if only the `then` clause is relevant to you. For instance,"
"Note that the `else` clause is required - however, it can be the empty sequence `()` which is often what you need if only the `then` clause is relevant to you. For instance,"
]
},
{
Expand Down Expand Up @@ -1712,7 +1712,7 @@
"source": [
"### Access yet another dataset\n",
"\n",
"RumbleDB can read input from many file systems and many file formats. If you are using our backend, you can only use `json-doc()` with any URI pointing to a JSON file and navigate it as you see fit. \n",
"RumbleDB can read input from many file systems and many file formats. If you are using our backend, you can just use `json-doc()` with any URI pointing to a JSON file and navigate it as you see fit. \n",
"\n",
"You can read data from your local disk, from S3, from HDFS, and also from the Web. For this tutorial, we'll read from the Web because, well, we are already on the Web.\n",
"\n",
Expand Down Expand Up @@ -1903,7 +1903,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"See the explanation of predict on positions `position()` [here](https://rumble.readthedocs.io/en/latest/JSONiq/). "
"See the explanation of the predicate on positions `position()` [here](https://rumble.readthedocs.io/en/latest/JSONiq/). "
]
},
{
Expand Down