标签: python-3.x pandas
当我尝试从.xls文件创建DataFrame时,此错误不断弹出。这是我的代码:
energy = pd.read_excel('Energy indicators.xls', sheetname='Energy', header=16, skip_footer=246, index_col=2, na_values='...')
导致错误: TypeError:“NoneType”类型的对象没有len()
有谁知道我在这里做错了什么?