Headers
CSV Header Row
Select the rows to skip and which row to use for the column names with the skiprows
and
header
parameters of read_csv
.
Working with column headers.
First Row as Headers
Promotes the first row of values as the new column headers.
Headers as First Row
Demotes the column headers to the first row of values.