(Apr-17-2020, 09:49 PM)Pythonito Wrote: [ -> ]Now how do I get the individual list values in 'new_col'?
.values
df['new_col'].values
df['new_col'].values[0]
Quote:Now how do I get the individual list values in 'new_col'?