Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created February 13, 2021 14:40
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 amankharwal/ea4338dd9d99d9d20be85fe21523f378 to your computer and use it in GitHub Desktop.
Save amankharwal/ea4338dd9d99d9d20be85fe21523f378 to your computer and use it in GitHub Desktop.
data.drop(['Additional_Number_of_Scoring',
'Review_Date','Reviewer_Nationality',
'Negative_Review', 'Review_Total_Negative_Word_Counts',
'Total_Number_of_Reviews', 'Positive_Review',
'Review_Total_Positive_Word_Counts',
'Total_Number_of_Reviews_Reviewer_Has_Given', 'Reviewer_Score',
'days_since_review', 'lat', 'lng'],1,inplace=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment