pandas从excel指定行开始读取

import pandas as pd
df=pd.read_excel('文件名',header=2)
print(df)

猜你喜欢

转载自blog.csdn.net/weixin_45631815/article/details/109129236