Word Cloud is one of the data visualization tools for text data. One of my projects is to analyze the Amazon review data (the project link)and I applied Natural Language Processing and NLTK toolkits for EDA (Exploratory Data Analysis). In this part, I figured out several ways to present and create a Word Cloud using different methods — Tableau, Python, and Google World Cloud Generator.

Data and Data Preprocessing

I created this dataset myself and this dataset was a sample for my hard-coded chatbot project. If you are interested in my chatbot project please feel free to visit my GitHub repo. Let us take look at the data. This table has two columns- question and answer. And we can see that this data contains some punctuation and signs. The first thing we need to do is to pre-process this text data.

Image for post

After data pre-processing with NLP, we get a list like this- Bag of words (BOW) and save it as a CSV file.

Image for post

BOW

Image for post

#tableau #python #google #word-cloud #job-hunting

Word Cloud Using Tableau, Python, and Google Word Cloud Generator
2.05 GEEK