Created
September 25, 2016 02:31
-
-
Save alexpetralia/572862308edf43273fe81cb1b69db03a to your computer and use it in GitHub Desktop.
This file contains hidden or 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.columns | |
df.shape | |
df.describe() | |
df.info() | |
any(df.duplicated()) | |
df.head() | |
df.tail() | |
df['institution'].value_counts().plot(kind='bar') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment