Skip to content

Instantly share code, notes, and snippets.

@jacobod
Created March 15, 2018 04:09
Show Gist options
  • Save jacobod/9460077d709d20ce5eda4ebfd42a1e3a to your computer and use it in GitHub Desktop.
Save jacobod/9460077d709d20ce5eda4ebfd42a1e3a to your computer and use it in GitHub Desktop.
### Task 2: Remove outliers
data_dict.pop("TOTAL")
enron_df = enron_df[enron_df.index != "TOTAL"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment