Skip to content

Commit a66169f

Browse files
committed
Update notebooks after TR
1 parent eca7f31 commit a66169f

File tree

2 files changed

+62
-1897
lines changed

2 files changed

+62
-1897
lines changed

dataframe_indexes/Main_Code.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"metadata": {},
1616
"outputs": [],
1717
"source": [
18-
"!python -m pip install pandas pyarrow"
18+
"!Python -m pip install pandas pyarrow"
1919
]
2020
},
2121
{
@@ -89,7 +89,8 @@
8989
"metadata": {},
9090
"outputs": [],
9191
"source": [
92-
"beach_boys = beach_boys.reset_index(drop=True)\n",
92+
"beach_boys = beach_boys.sort_values(by=\"first_name\").reset_index(drop=True)\n",
93+
"\n",
9394
"beach_boys"
9495
]
9596
},

0 commit comments

Comments
 (0)