pandas从excel指定行开始读取

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