From 0ed28fc137f8316222d0b245f222bfaa4e4d51ae 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 85637f7cc..cab836bf0 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 55571bbe219cfc295fbb0a3914f2dd3a85f883ef 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 cab836bf0..6b0e27659 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",
" 