We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eca7f31 commit a66169fCopy full SHA for a66169f
2 files changed
dataframe_indexes/Main_Code.ipynb
@@ -15,7 +15,7 @@
15
"metadata": {},
16
"outputs": [],
17
"source": [
18
- "!python -m pip install pandas pyarrow"
+ "!Python -m pip install pandas pyarrow"
19
]
20
},
21
{
@@ -89,7 +89,8 @@
89
90
91
92
- "beach_boys = beach_boys.reset_index(drop=True)\n",
+ "beach_boys = beach_boys.sort_values(by=\"first_name\").reset_index(drop=True)\n",
93
+ "\n",
94
"beach_boys"
95
96
0 commit comments