WordCloud in Python can be done in different ways but one of the most popular and easier ones is using the package wordcloud. We can install it using the following way. !pip install wordcloud Requirement already satisfied: wordcloud in c:\programdata\anaconda3\lib\site-packages (1.8.1) Requirement already satisfied: pillow in c:\programdata\anaconda3\lib\site-packages (from wordcloud) (8.0.1) Requirement already satisfied: numpy>=1.6.1 in […]
data visualization
R Exercise: Getting Started With ggplot2 in R
Getting Started with ggplot2 in R Grammar A grammar provides a foundation for understanding different types of graphics. A grammar may also help us on what a well-formed or correct graphic looks like, but there will still be many grammatically correct but nonsensical graphics. This is easy to see by analogy to the English language: […]
NEPSE (Nepal Stock Exchange) Data Visualizing and Deploy it on Heroku
Introduction Visualize Nepal Stock Exchange Data and Deploy it On Heroku Using Streamlit and Plotly. If you are from Nepal then you already know what Nepal Stock Exchange means. Honestly I don’t know how to describe stock market but after watching movie Pi, I wanted to take a look at NEPSE data by myself. I […]