Skip to content

Commit 3f2e5b6

Browse files
author
minsuk-heo
committed
pandas updated
1 parent fe27805 commit 3f2e5b6

1 file changed

Lines changed: 16 additions & 2 deletions

File tree

data_science/pandas/Pandas Cheatsheet.ipynb

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,9 @@
613613
{
614614
"cell_type": "code",
615615
"execution_count": 89,
616-
"metadata": {},
616+
"metadata": {
617+
"collapsed": true
618+
},
617619
"outputs": [],
618620
"source": [
619621
"friend_dict_list = [{'name': 'Jone', 'age': 20, 'job': 'student'},\n",
@@ -695,7 +697,9 @@
695697
{
696698
"cell_type": "code",
697699
"execution_count": 91,
698-
"metadata": {},
700+
"metadata": {
701+
"collapsed": true
702+
},
699703
"outputs": [],
700704
"source": [
701705
"df = df[['name', 'age', 'job']]"
@@ -1091,6 +1095,16 @@
10911095
"df.to_csv('friend_list_from_df.txt', sep='\\t', encoding='utf-8')"
10921096
]
10931097
},
1098+
{
1099+
"cell_type": "markdown",
1100+
"metadata": {
1101+
"collapsed": true
1102+
},
1103+
"source": [
1104+
"Download and Practice Available below, \n",
1105+
"https://github.com/minsuk-heo/python_tutorial/blob/master/data_science/pandas/Pandas%20Cheatsheet.ipynb"
1106+
]
1107+
},
10941108
{
10951109
"cell_type": "code",
10961110
"execution_count": null,

0 commit comments

Comments
 (0)