Pandas 玩 Excel 2. 读取excel表格

224 阅读1分钟

跟着刘铁锰老师学Pandas玩Excel

  • 读取表格的时候加参数 index_col=某一列 可以提前设置索引
  • 如果表头是脏数据,可以设置header=第几行 提前设置columns
  • 如果表头是空,那么pandas会自动读取到非空的那一行当表头