摘要: 代码: import pandas as pd df = pd.read_excel('test.xlsx') print(df) 报错误:ImportError: Missing optional dependency 'xlrd'. Install xlrd >= 1.0.0 for Excel 阅读全文
posted @ 2022-08-11 13:48 去遇见最好的自己 阅读(135) 评论(0) 推荐(0) 编辑