Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created May 31, 2021 12:15
Embed
What would you like to do?
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