Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo #13

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
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