0

So I have a dataframe like this - dataframe pic

To access elements in the first column, is this the best pythonic way -

df['time_6'].iloc[0][0]

?

If I am going to use a For loop to parse through this column, would the best way be to use .iloc[ii][ii] ?

Thank you

R

rmore911
  • 195
  • 2
  • 13

0 Answers0