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