#select the first row df.iloc[1] #select the first row and return the value in column ['Biologie'] candidate_df.iloc[1]['Biologie']