Skip to content

Instantly share code, notes, and snippets.

@aravindpai
Created May 27, 2019 06:10
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 aravindpai/f45aef2684d912b2f50e020f23af8e68 to your computer and use it in GitHub Desktop.
Save aravindpai/f45aef2684d912b2f50e020f23af8e68 to your computer and use it in GitHub Desktop.
data.drop_duplicates(subset=['Text'],inplace=True)  #dropping duplicates
data.dropna(axis=0,inplace=True)   #dropping na
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment