@@ -385,26 +385,6 @@
]
},
{
- "cell_type": "code",
- "execution_count": null,
- "metadata": {
- "scrolled": true
- },
- "outputs": [],
- "source": [
- "full_names.str.split('.').str[0].value_counts()"
- ]
- {
- "metadata": {},
- "titanic.loc[full_names.str.startswith('Capt.'), ('Name', 'Age', 'Pclass')]"
"cell_type": "markdown",
"metadata": {},
"source": [
@@ -1 +1,3 @@
+full_names.str.split('.').str[0].value_counts()
+
titanic.loc[full_names.str.startswith('Capt.'), ('Name', 'Age', 'Pclass')]