Skip to content

Instantly share code, notes, and snippets.

@tiaplagata
Last active November 7, 2021 23:56
Show Gist options
  • Save tiaplagata/f641209af8c3d163f38d3876daa32efc to your computer and use it in GitHub Desktop.
Save tiaplagata/f641209af8c3d163f38d3876daa32efc to your computer and use it in GitHub Desktop.
imports needed for word clouds
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