pandas操作excel表
摘要:
import pandas as pd #pandas读取excel表数据(3个excel) pd.set_option('display.max_columns',None) pd.set_option('display.max_rows',None) f1 = pd.read_excel(io=r'C:\Users\wzc\Desktop\test2-1.xlsx') f2 = pd.rea... 阅读全文
posted @ 2018-09-18 00:15 健步如飞的老大爷 阅读(1237) 评论(0) 推荐(0) 编辑