Last active
November 7, 2021 23:56
-
-
Save tiaplagata/f641209af8c3d163f38d3876daa32efc to your computer and use it in GitHub Desktop.
imports needed for word clouds
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from wordcloud import WordCloud, ImageColorGenerator | |
from PIL import Image | |
import matplotlib.pyplot as plt | |
import pandas as pd | |
import numpy as np |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment