pandas从excel指定行开始读取

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

你可能感兴趣的:(python小白成长之路,python,excel)