Skip to content

Commit

Permalink
Merge pull request microsoft#311 from ravindranath-sawane/patch-1
Browse files Browse the repository at this point in the history
Audit..
  • Loading branch information
alfredodeza authored Aug 23, 2021
2 parents 66c902f + dbf0b3d commit 591a25f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 4-Classification/1-Introduction/solution/lesson_10-R.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
"<p >\n",
" <img src=\"../images/dplyr_filter.jpg\"\n",
Expand All @@ -234,7 +234,7 @@
"id": "0TvXUxD3G8Bk"
},
"source": [
"# Create individual tibbles for the cuisines\n",
"# Create individual tables for the cuisines\n",
"thai_df <- df %>% \n",
" filter(cuisine == \"thai\")\n",
"japanese_df <- df %>% \n",
Expand Down Expand Up @@ -716,4 +716,4 @@
]
}
]
}
}

0 comments on commit 591a25f

Please sign in to comment.