Skip to content

Instantly share code, notes, and snippets.

@liannewriting
Last active January 17, 2020 16:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save liannewriting/db702ab91861dc77280deabcbf79b4a1 to your computer and use it in GitHub Desktop.
Save liannewriting/db702ab91861dc77280deabcbf79b4a1 to your computer and use it in GitHub Desktop.
data cleaning - Exploratory analysis
df.shape
df.dtypes
df.columns
df[column].value_counts(dropna=False) # string
df[column].describe() # numeric
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment