Skip to content

Instantly share code, notes, and snippets.

@vritant24
Created July 2, 2018 22:05
Show Gist options
  • Select an option

  • Save vritant24/ac2c4c2e081120707a5bac02ac448c41 to your computer and use it in GitHub Desktop.

Select an option

Save vritant24/ac2c4c2e081120707a5bac02ac448c41 to your computer and use it in GitHub Desktop.
for index, row in dataFrame.iterrows():
if row[dataMeasure] == 'Projected Inventory':
for str in list(my_dataframe.columns.values):
pprint(str)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment