AssertionError when calling pands read_excel on xls file using xlrd engine

前端 未结 0 893
长情又很酷
长情又很酷 2021-02-11 10:32

I\'m trying to read in an excel file (.xls) via pandas into a data frame as follows:

df = pd.read_excel(
        filename, sheet_name=\'Sheet1\', nrows=6)
         


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