Skip to content

Instantly share code, notes, and snippets.

Created January 24, 2017 15:14
Show Gist options
  • Save anonymous/74611f63e8783384b457799087348481 to your computer and use it in GitHub Desktop.
Save anonymous/74611f63e8783384b457799087348481 to your computer and use it in GitHub Desktop.
for index,rowSeries in df.iterrows():
print index
print rowSeries
for index,rowSeries in df.iterrows():
print index
print rowSeries
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment