When I preview my Panda's DataFrame, I get a row of my column names at index 0. I drop the row and then try to reset the index (df.reset_index(drop=True) and and then it reinserts this row with the column names at index 0. Any thoughts of how I can reset the index without this row coming back? TIA.
I dropped the row of column names and then reset the index, but it just brought back the row of column names.