AssertionError when calling pands read_excel on xls file using xlrd engine

前端 未结 0 1805
借酒劲吻你
借酒劲吻你 2021-02-11 10:21

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)
         


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