Skip to content

Commit f3eace3

Browse files
authored
Merge branch 'master' into python-dict-comprehension
2 parents 6ac9abe + eb61cad commit f3eace3

File tree

15 files changed

+1370
-0
lines changed

15 files changed

+1370
-0
lines changed

pandas-reset-index/Main_Code.ipynb

Lines changed: 639 additions & 0 deletions
Large diffs are not rendered by default.

pandas-reset-index/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# How to Reset a pandas DataFrame Index
2+
3+
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/):
4+
5+
- `Main_Code.ipynb` contains the main code from the tutorial.
6+
- `Solutions.ipynb` contains sample solutions to the various exercises.
7+
- `band_members`, `cereals.csv`, `week1_record_sales.csv`, and `week2_record_sales.csv`, each contain source data used in the tutorial.

0 commit comments

Comments
 (0)