Skip to content

Instantly share code, notes, and snippets.

@abhi3700
Created June 16, 2019 11:32
Show Gist options
  • Save abhi3700/6c9d01ba8ed24de04c3e0066dadbfac2 to your computer and use it in GitHub Desktop.
Save abhi3700/6c9d01ba8ed24de04c3e0066dadbfac2 to your computer and use it in GitHub Desktop.
Useful Pandas Snippets

Pandas Snippets

  • remove duplicates

df['party_name'].drop_duplicates()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment