Python-Fundamentals
Python-Fundamentals copied to clipboard
Lesson 6: df.reset_index()
- Solutions doesn't have the df.reset_index, but the lesson notebook does
- The line "df.reset_index(drop=True)" should be corrected to "df.reset_index(drop=True, inplace=True)"