I have ended up with a pandas dataframe which looks like this:
adm1 per_area_adm1
0 campeche [2.57978273338]
1 chiapas [10.9970300459]
Is there a way to get the values from per_area_adm1
column? I can do df['per_area_adm1'].values
but that provides an array of lists