When importing a dataset, Pandas may be unable to accurately detect which row is the header row of your dataset. In this case, the column headers may become placeholder numbers or Unamed: 0 columns.
In this case, you can use Mito to select the real header row out of your dataset and easily turn it into the header row -- allowing you to refer to columns properly by their correct name in the rest of your analysis.
How to Promote a Row to header
To promote a specific row to become the header row: