I have a DataFrame which consists of a single column, and single entry. is there a more direct way of getting that single value other than:
df.values.item(0)
I have a DataFrame which consists of a single column, and single entry. is there a more direct way of getting that single value other than:
df.values.item(0)