From bffa60c78afd86973530254e072afe551a92cd5b Mon Sep 17 00:00:00 2001 From: Ravindranath Sawane <65583665+ravindranath-sawane@users.noreply.github.com> Date: Mon, 23 Aug 2021 19:06:14 +0530 Subject: [PATCH 1/2] Audit.. All the 'tibble' words converted to 'table'. --- 4-Classification/1-Introduction/solution/lesson_10-R.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/4-Classification/1-Introduction/solution/lesson_10-R.ipynb b/4-Classification/1-Introduction/solution/lesson_10-R.ipynb index 85637f7c..cab836bf 100644 --- a/4-Classification/1-Introduction/solution/lesson_10-R.ipynb +++ b/4-Classification/1-Introduction/solution/lesson_10-R.ipynb @@ -219,7 +219,7 @@ "source": [ "There are a finite number of cuisines, but the distribution of data is uneven. You can fix that! Before doing so, explore a little more.\n", "\n", - "Next, let's assign each cuisine into it's individual tibble and find out how much data is available (rows, columns) per cuisine.\n", + "Next, let's assign each cuisine into it's individual table and find out how much data is available (rows, columns) per cuisine.\n", "\n", "

\n", " % \n", " filter(cuisine == \"thai\")\n", "japanese_df <- df %>% \n", @@ -716,4 +716,4 @@ ] } ] -} \ No newline at end of file +} From dbf0b3d8b88bce69a25e330b357316db96691a1a Mon Sep 17 00:00:00 2001 From: Ravindranath Sawane <65583665+ravindranath-sawane@users.noreply.github.com> Date: Mon, 23 Aug 2021 19:35:52 +0530 Subject: [PATCH 2/2] Update lesson_10-R.ipynb --- 4-Classification/1-Introduction/solution/lesson_10-R.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4-Classification/1-Introduction/solution/lesson_10-R.ipynb b/4-Classification/1-Introduction/solution/lesson_10-R.ipynb index cab836bf..6b0e2765 100644 --- a/4-Classification/1-Introduction/solution/lesson_10-R.ipynb +++ b/4-Classification/1-Introduction/solution/lesson_10-R.ipynb @@ -219,7 +219,7 @@ "source": [ "There are a finite number of cuisines, but the distribution of data is uneven. You can fix that! Before doing so, explore a little more.\n", "\n", - "Next, let's assign each cuisine into it's individual table and find out how much data is available (rows, columns) per cuisine.\n", + "Next, let's assign each cuisine into its individual table and find out how much data is available (rows, columns) per cuisine.\n", "\n", "

\n", "