Data_Visualization_with_Python

Graphs, plots and maps made using python.

View on GitHub

Word Clouds

Dependencies

Introduction

Word clouds (also known as text clouds or tag clouds) work in a simple way: the more a specific word appears in a source of textual data (such as a speech, blog post, or database), the bigger and bolder it appears in the word cloud. Word clouds are commonly used to perform high-level analysis and visualization of text data.

The Notebook here, contains the code of simple as well as advanced word clouds as shown below.

Thanks for Reading :)