Wrong rows and columns imported into a data frame from Excel

后端 未结 0 772
孤城傲影
孤城傲影 2021-01-26 19:54

While importing data from an Excel file into a data frame via

df = pd.read_excel(\'df.xlsx\', skiprows = 8, usecols = \'B:AX\'),

the number of skipped

相关标签:
回答
  • 消灭零回复
提交回复
热议问题