Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created May 31, 2021 12:15
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/9993e18af040225856213c1cb0cbe241 to your computer and use it in GitHub Desktop.
Save amankharwal/9993e18af040225856213c1cb0cbe241 to your computer and use it in GitHub Desktop.
from itertools import count
from nltk.util import pr
import pandas as pd
data = pd.read_csv("user_reviews.csv")
print(data.head())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment