Skip to content

Commit

Permalink
Update notebooks after TR
Browse files Browse the repository at this point in the history
  • Loading branch information
gahjelle committed Oct 13, 2024
1 parent eca7f31 commit a66169f
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 1,897 deletions.
5 changes: 3 additions & 2 deletions dataframe_indexes/Main_Code.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"metadata": {},
"outputs": [],
"source": [
"!python -m pip install pandas pyarrow"
"!Python -m pip install pandas pyarrow"
]
},
{
Expand Down Expand Up @@ -89,7 +89,8 @@
"metadata": {},
"outputs": [],
"source": [
"beach_boys = beach_boys.reset_index(drop=True)\n",
"beach_boys = beach_boys.sort_values(by=\"first_name\").reset_index(drop=True)\n",
"\n",
"beach_boys"
]
},
Expand Down
Loading

0 comments on commit a66169f

Please sign in to comment.