Skip to content

Commit 5c41e59

Browse files
committed
pandas cookbook Chapter 2
1 parent 32657ae commit 5c41e59

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

pandas Cookbook Practice Chapter 2.ipynb

+7-4
Original file line numberDiff line numberDiff line change
@@ -3435,13 +3435,16 @@
34353435
]
34363436
},
34373437
{
3438-
"cell_type": "code",
3439-
"execution_count": null,
3438+
"cell_type": "markdown",
34403439
"metadata": {
34413440
"collapsed": true
34423441
},
3443-
"outputs": [],
3444-
"source": []
3442+
"source": [
3443+
"##Summary\n",
3444+
"+ `.read_csv()` with more arguments\n",
3445+
"+ `df[['index1','index1']][a:b]` to slice dataframe\n",
3446+
"+ `.value_counts()` to count frequency"
3447+
]
34453448
}
34463449
],
34473450
"metadata": {

0 commit comments

Comments
 (0)