In pandas 1.1.4 and 1.2:TypeError: read_excel() got an unexpected keyword argument 'skip_blank_lines'and no mention in the documentation posted above. Describe the solution you'd like Pandasread_exceland/orExcelFileshould get back this argument and functionality ...
我通常不会去使用其他的函数,像.to_excel, .to_json, .to_pickle 等等,因为.to_csv 就能很好地完成工作,并且 csv 是最常用的表格保存方式。 检查数据 Gives (#rows, #columns) import pandas as pd data=pd.read_csv('收入.csv',encoding='gbk') print(data.shape) C:\Users\giser\AppData\Local\Pr...