Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

pandas read excel with two headers

df_dict = pandas.read_excel('ExcelFile.xlsx', header=[0, 1], sheetname=None)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #pandas #read #excel #headers
ADD COMMENT
Topic
Name
3+6 =