Python-Fundamentals icon indicating copy to clipboard operation
Python-Fundamentals copied to clipboard

Lesson 6: df.reset_index()

Open jaewonsaw opened this issue 1 year ago • 0 comments

  • 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)"

jaewonsaw avatar Oct 08 '24 23:10 jaewonsaw