Skip to content

Instantly share code, notes, and snippets.

@alexpetralia
Created September 25, 2016 02:31
Show Gist options
  • Save alexpetralia/572862308edf43273fe81cb1b69db03a to your computer and use it in GitHub Desktop.
Save alexpetralia/572862308edf43273fe81cb1b69db03a to your computer and use it in GitHub Desktop.
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