Skip to main content
"simplest" is misleading
Source Link
coldspeed95
  • 406.9k
  • 106
  • 746
  • 799

IMHO, the simplest decision

 for ind in df.index:
     print df['c1'][ind], df['c2'][ind]

IMHO, the simplest decision

 for ind in df.index:
     print df['c1'][ind], df['c2'][ind]
 for ind in df.index:
     print df['c1'][ind], df['c2'][ind]
Source Link
Grag2015
  • 681
  • 11
  • 15

IMHO, the simplest decision

 for ind in df.index:
     print df['c1'][ind], df['c2'][ind]