All the 'tibble' words converted to 'table'.
pull/311/head
Ravindranath Sawane 3 years ago committed by GitHub
parent 66c902f50b
commit bffa60c78a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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",
"<p >\n",
" <img src=\"../images/dplyr_filter.jpg\"\n",
@ -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",
@ -716,4 +716,4 @@
]
}
]
}
}

Loading…
Cancel
Save