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)