We have some files that have headers in the second row instead of the first, which just contains some codes. This results in the loaded table having the codes as column names and the actual column names as the first row in the table.
It would be nice to have something similar to the skiprows parameter in pandas.read_csv() to avoid this issue.
Feature Description
We have some files that have headers in the second row instead of the first, which just contains some codes. This results in the loaded table having the codes as column names and the actual column names as the first row in the table.
It would be nice to have something similar to the
skiprows
parameter inpandas.read_csv()
to avoid this issue.