Skip to content

Instantly share code, notes, and snippets.

@ronakmutha
Created April 1, 2019 05:44
Show Gist options
  • Save ronakmutha/d3d1fcde18434262c7db5faa3675ac3c to your computer and use it in GitHub Desktop.
Save ronakmutha/d3d1fcde18434262c7db5faa3675ac3c to your computer and use it in GitHub Desktop.
>>> for i, row in df.iterrows():
print("Index {0}".format(i))
print("Row {0}".format(row))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment