Answers for "geting columnvalue in python df"

0

geting columnvalue in python df

A         B
2 -0.133653 -0.030854

In [5]: sub_df.iloc[0]['A']
Out[5]: -0.13365288513107493
Posted by: Guest on May-08-2021

Python Answers by Framework

Browse Popular Code Answers by Language