Pandas how to read sub headers
问题 I'm using python+pandas to process a csv file. The csv file has multiple headers, like Header1 Header2 Date Subheader1-1 Subheader1-2 Subheader2-1 Subheader2-2 And in raw text format, the csv file content looks like ,Header1,,Header2,,... Date,Subheader1-1,Subheader1-2,Subheader2-1,Subheader2-2,... ... My question is, Does Pandas support this sub-header format? If not, is there a way to read this csv into pandas dataframe and do some calculation on it? (The calculation is like extracting