Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created October 12, 2021 08:54
Embed
What would you like to do?
import pandas as pd
import seaborn as sns
import matplotlib.pyplot as plt
from nltk.sentiment.vader import SentimentIntensityAnalyzer
from wordcloud import WordCloud, STOPWORDS, ImageColorGenerator
data = pd.read_csv("https://raw.githubusercontent.com/amankharwal/Website-data/master/vaccination_tweets.csv")
print(data.head())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment