Skip to content

Commit

Permalink
Merge branch 'master' into python-dict-comprehension
Browse files Browse the repository at this point in the history
  • Loading branch information
brendaweles authored Oct 24, 2024
2 parents 6ac9abe + eb61cad commit f3eace3
Show file tree
Hide file tree
Showing 15 changed files with 1,370 additions and 0 deletions.
639 changes: 639 additions & 0 deletions pandas-reset-index/Main_Code.ipynb

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions pandas-reset-index/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# How to Reset a pandas DataFrame Index

These are the download files you can use with the Real Python tutorial [How to Reset a pandas DataFrame Index](https://realpython.com/how-to-pandas-reset-index-dataframe/):

- `Main_Code.ipynb` contains the main code from the tutorial.
- `Solutions.ipynb` contains sample solutions to the various exercises.
- `band_members`, `cereals.csv`, `week1_record_sales.csv`, and `week2_record_sales.csv`, each contain source data used in the tutorial.
Loading

0 comments on commit f3eace3

Please sign in to comment.