score:0

 for i,row in enumerate(df.values):
     ID = i
     sym,timestamp,open_price,close_price = row
     print ID,sym,open_price,close_price

but I dont think I quite understand what you are trying to do...


Related Query