for index, row in data.iterrows(): # Do something with row and index, for example: print (row['col_name']+' @ '+str(index) )