Skip to content

Instantly share code, notes, and snippets.

@amankharwal
Created November 11, 2021 07:12
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/41070131a957e354e5ab24165f4b3621 to your computer and use it in GitHub Desktop.
Save amankharwal/41070131a957e354e5ab24165f4b3621 to your computer and use it in GitHub Desktop.
from wordcloud import WordCloud
from wordcloud import ImageColorGenerator
from wordcloud import STOPWORDS
import matplotlib.pyplot as plt
import pandas as pd
data = pd.read_csv("https://raw.githubusercontent.com/amankharwal/Website-data/master/spam.csv")
print(data.head())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment