pandas从excel指定行开始读取 金融小白数据分析之路 2022-09-05 522 阅读1分钟 import pandas as pd df=pd.read_excel('文件名',header=2) print(df)