Liste de DataFrame Python
col_one_list = df['one'].tolist()
col_one_arr = df['one'].to_numpy()
Envious Echidna
col_one_list = df['one'].tolist()
col_one_arr = df['one'].to_numpy()