📅  最后修改于: 2022-03-11 14:45:03.486000             🧑  作者: Mango
df= pandas.read_csv("file.csv",header= None)
df_2= df.iloc[(df.loc[df[0]=='report field'].index[0]+1):, :].reset_index(drop = True)