摘要: xl = pd.ExcelFile('foo.xls') xl.sheet_names # see all sheet names xl.parse(sheet_name) # read a specific sheet to DataFrame 阅读全文
posted @ 2017-10-04 23:07 清源居士 阅读(5067) 评论(0) 推荐(0)