Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created October 1, 2020 14:21
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amankharwal/5a6b953c38bbb3bf8906d90cb4cc2e1d to your computer and use it in GitHub Desktop.
Save amankharwal/5a6b953c38bbb3bf8906d90cb4cc2e1d to your computer and use it in GitHub Desktop.
import pandas as pd
import numpy as np
import seaborn as sns
import matplotlib.pyplot as plt
from textblob import TextBlob
from wordcloud import WordCloud
import plotly.graph_objects as go
import plotly.express as px
trump_reviews = pd.read_csv("Trumpall2.csv")
biden_reviews = pd.read_csv("Bidenall2.csv")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment