使用pandas读取excel表格如何去掉标题

可以通过设置header参数来指定目标行的数据为列标签

p = pd.read_excel(.xlsx', header=2)

参考
https://zhuanlan.zhihu.com/p/362709226

猜你喜欢

转载自blog.csdn.net/roadtohacker/article/details/120789573
今日推荐