
This tutorial uses the wine review dataset from Kaggle. However, the latest version with the ability to mask the cloud into any shape of your choice requires a different method of installation as below: git clone If you only need it for plotting a basic wordcloud, then pip install wordcloud or conda install -c conda-forge wordcloud would be sufficient. Wordcloud can be a little tricky to install. You will need this library to read in image as the mask for the wordcloud. Pillow is a wrapper for PIL - Python Imaging Library. The pillow library is a package that enables image reading. To read more about handling files with os module, this DataCamp tutorial will be helpful.įor visualization, matplotlib is a basic library that enables many other libraries to run and plot on its base including seaborn or wordcloud that you will use in this tutorial. The Python os module is a built-in library, so you don't have to install it. It is also used in combination with Pandas library to perform data analysis. The numpy library is one of the most popular and helpful libraries that is used for handling multi-dimensional arrays and matrices. You will need to install some packages below: Mask your wordcloud into any color pattern of your choice.



Many times you might have seen a cloud filled with lots of words in different sizes, which represent the frequency or the importance of each word.
