how to get csv file first row first column value in python

Solutions on MaxInterview for how to get csv file first row first column value in python by the best coders in the world

showing results for - "how to get csv file first row first column value in python"
Emily
08 Jun 2017
1In [30]: df_test['Btime'].iloc[0]
2Out[30]: 1.2