getting access to the row and accessing first and second column of the row in a csv file code example
Example: how to get csv file first row first column value in python
In [30]: df_test['Btime'].iloc[0]
Out[30]: 1.2
In [30]: df_test['Btime'].iloc[0]
Out[30]: 1.2