Last active
May 31, 2020 15:51
-
-
Save ecdedios/e034562c27bc7faafd6894227a4b7e29 to your computer and use it in GitHub Desktop.
Loading in the San Antonio 311 Service Calls into a dataframe.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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