pandas从excel指定行开始读取

522 阅读1分钟
import pandas as pd
df=pd.read_excel('文件名',header=2)
print(df)