python

I have many excel files with multiple sheets where the first row of data are not headers but data. How can I parse each sheet without specifying a header row, and the default not being 0. Having the first row as my headers is a pain.
Failing that, what is the best way to insert a column index into the first row of data?

Set you header=None in your parse() that will use some default '0,1,2' type of column names. Then you can change names before or after your concat 

Comments

Popular posts from this blog

P and q values in RNA Seq

Miniconda installation problem: concurrent.futures.process.BrokenProcessPool: A process in the process pool was terminated abruptly while the future was running or pending.

gspread error:gspread.exceptions.SpreadsheetNotFound