Skip to content

Instantly share code, notes, and snippets.

@ecdedios
Last active May 31, 2020 15:51
Show Gist options
  • Save ecdedios/e034562c27bc7faafd6894227a4b7e29 to your computer and use it in GitHub Desktop.
Save ecdedios/e034562c27bc7faafd6894227a4b7e29 to your computer and use it in GitHub Desktop.
Loading in the San Antonio 311 Service Calls into a dataframe.
df = pd.read_csv('allservicecalls.csv')
df.head()
df.info()
show_missing(df)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment