I have a dataframe which I use to get the first element from the column named \'col_2\' by doing the following:
col_list = df[\'col_2\'].tolist() first_elemen