diff --git a/4-Classification/1-Introduction/solution/lesson_10-R.ipynb b/4-Classification/1-Introduction/solution/lesson_10-R.ipynb index 85637f7cc2..6b0e27659a 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 its 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
+}