From c043ffee68f7209336b07399eac02a97c580ce9c Mon Sep 17 00:00:00 2001 From: Nahin Khan Date: Mon, 22 Jan 2024 16:57:01 +0100 Subject: [PATCH 01/10] Fix typo --- Big_Data/exercise11/Exercise11_RumbleDB_2023.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Big_Data/exercise11/Exercise11_RumbleDB_2023.ipynb b/Big_Data/exercise11/Exercise11_RumbleDB_2023.ipynb index 88440c2..e433c00 100644 --- a/Big_Data/exercise11/Exercise11_RumbleDB_2023.ipynb +++ b/Big_Data/exercise11/Exercise11_RumbleDB_2023.ipynb @@ -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." ] }, { From 564edfffefb4fd26375e84bd5d806efac826de03 Mon Sep 17 00:00:00 2001 From: Nahin Khan Date: Mon, 22 Jan 2024 16:59:13 +0100 Subject: [PATCH 02/10] Fix typo Also in the solutions --- Big_Data/exercise11/Exercise11_RumbleDB_2023_Solutions.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Big_Data/exercise11/Exercise11_RumbleDB_2023_Solutions.ipynb b/Big_Data/exercise11/Exercise11_RumbleDB_2023_Solutions.ipynb index 3f47f17..61cee09 100644 --- a/Big_Data/exercise11/Exercise11_RumbleDB_2023_Solutions.ipynb +++ b/Big_Data/exercise11/Exercise11_RumbleDB_2023_Solutions.ipynb @@ -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." ] }, { From 87ee9b3878b0902952ddf459a9d51a09bf126b15 Mon Sep 17 00:00:00 2001 From: Nahin Khan Date: Mon, 22 Jan 2024 17:28:31 +0100 Subject: [PATCH 03/10] Fix typo --- Big_Data/exercise11/Exercise11_RumbleDB_2023.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Big_Data/exercise11/Exercise11_RumbleDB_2023.ipynb b/Big_Data/exercise11/Exercise11_RumbleDB_2023.ipynb index e433c00..a684d0f 100644 --- a/Big_Data/exercise11/Exercise11_RumbleDB_2023.ipynb +++ b/Big_Data/exercise11/Exercise11_RumbleDB_2023.ipynb @@ -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:" ] }, { From 586bcd2b7eb683d32562179730ff1f3bb2f348f6 Mon Sep 17 00:00:00 2001 From: Nahin Khan Date: Mon, 22 Jan 2024 17:28:56 +0100 Subject: [PATCH 04/10] Fix typo --- Big_Data/exercise11/Exercise11_RumbleDB_2023_Solutions.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Big_Data/exercise11/Exercise11_RumbleDB_2023_Solutions.ipynb b/Big_Data/exercise11/Exercise11_RumbleDB_2023_Solutions.ipynb index 61cee09..18dbc17 100644 --- a/Big_Data/exercise11/Exercise11_RumbleDB_2023_Solutions.ipynb +++ b/Big_Data/exercise11/Exercise11_RumbleDB_2023_Solutions.ipynb @@ -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:" ] }, { From 98c7caaf8a7589373b3eb7748ee06cdb73403df6 Mon Sep 17 00:00:00 2001 From: Nahin Khan Date: Mon, 22 Jan 2024 17:47:51 +0100 Subject: [PATCH 05/10] Fix typo --- Big_Data/exercise11/Exercise11_RumbleDB_2023.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Big_Data/exercise11/Exercise11_RumbleDB_2023.ipynb b/Big_Data/exercise11/Exercise11_RumbleDB_2023.ipynb index a684d0f..af68bdd 100644 --- a/Big_Data/exercise11/Exercise11_RumbleDB_2023.ipynb +++ b/Big_Data/exercise11/Exercise11_RumbleDB_2023.ipynb @@ -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," ] }, { From eabae6600e97ff174afe98771845bba6dfe83b7b Mon Sep 17 00:00:00 2001 From: Nahin Khan Date: Mon, 22 Jan 2024 17:48:20 +0100 Subject: [PATCH 06/10] Fix typo --- Big_Data/exercise11/Exercise11_RumbleDB_2023_Solutions.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Big_Data/exercise11/Exercise11_RumbleDB_2023_Solutions.ipynb b/Big_Data/exercise11/Exercise11_RumbleDB_2023_Solutions.ipynb index 18dbc17..e1543c2 100644 --- a/Big_Data/exercise11/Exercise11_RumbleDB_2023_Solutions.ipynb +++ b/Big_Data/exercise11/Exercise11_RumbleDB_2023_Solutions.ipynb @@ -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," ] }, { From c48d5ed784966fbae7add722317567e619864242 Mon Sep 17 00:00:00 2001 From: Nahin Khan Date: Mon, 22 Jan 2024 18:03:25 +0100 Subject: [PATCH 07/10] Improve wording --- Big_Data/exercise11/Exercise11_RumbleDB_2023.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Big_Data/exercise11/Exercise11_RumbleDB_2023.ipynb b/Big_Data/exercise11/Exercise11_RumbleDB_2023.ipynb index af68bdd..0766340 100644 --- a/Big_Data/exercise11/Exercise11_RumbleDB_2023.ipynb +++ b/Big_Data/exercise11/Exercise11_RumbleDB_2023.ipynb @@ -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", From 5437bb84aa3618849520dab1fb6425835ec6d01d Mon Sep 17 00:00:00 2001 From: Nahin Khan Date: Mon, 22 Jan 2024 18:03:49 +0100 Subject: [PATCH 08/10] Improve wording --- Big_Data/exercise11/Exercise11_RumbleDB_2023_Solutions.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Big_Data/exercise11/Exercise11_RumbleDB_2023_Solutions.ipynb b/Big_Data/exercise11/Exercise11_RumbleDB_2023_Solutions.ipynb index e1543c2..1abc355 100644 --- a/Big_Data/exercise11/Exercise11_RumbleDB_2023_Solutions.ipynb +++ b/Big_Data/exercise11/Exercise11_RumbleDB_2023_Solutions.ipynb @@ -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", From 82194b92c458838a12456c889583f67542ba8143 Mon Sep 17 00:00:00 2001 From: Nahin Khan Date: Mon, 22 Jan 2024 18:19:11 +0100 Subject: [PATCH 09/10] Fix typo --- Big_Data/exercise11/Exercise11_RumbleDB_2023.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Big_Data/exercise11/Exercise11_RumbleDB_2023.ipynb b/Big_Data/exercise11/Exercise11_RumbleDB_2023.ipynb index 0766340..6f1c2c2 100644 --- a/Big_Data/exercise11/Exercise11_RumbleDB_2023.ipynb +++ b/Big_Data/exercise11/Exercise11_RumbleDB_2023.ipynb @@ -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/). " ] }, { From 8bf7b1d59fd52769afcffeec9be3d208480afef5 Mon Sep 17 00:00:00 2001 From: Nahin Khan Date: Mon, 22 Jan 2024 18:19:36 +0100 Subject: [PATCH 10/10] Fix typo --- Big_Data/exercise11/Exercise11_RumbleDB_2023_Solutions.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Big_Data/exercise11/Exercise11_RumbleDB_2023_Solutions.ipynb b/Big_Data/exercise11/Exercise11_RumbleDB_2023_Solutions.ipynb index 1abc355..1e6df4c 100644 --- a/Big_Data/exercise11/Exercise11_RumbleDB_2023_Solutions.ipynb +++ b/Big_Data/exercise11/Exercise11_RumbleDB_2023_Solutions.ipynb @@ -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/). " ] }, {