geting columnvalue in python df code example
Example: geting columnvalue in python df
A B
2 -0.133653 -0.030854
In [5]: sub_df.iloc[0]['A']
Out[5]: -0.13365288513107493
A B
2 -0.133653 -0.030854
In [5]: sub_df.iloc[0]['A']
Out[5]: -0.13365288513107493