pandas从excel指定行开始读取 其他 2021-03-24 09:31 0 阅读 import pandas as pd df=pd.read_excel('文件名',header=2) print(df) 猜你喜欢