Skip to content

Commit 33593de

Browse files
authored
Update README.md
1 parent edfd46c commit 33593de

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
[![GitHub issues](https://img.shields.io/github/issues/TrainingByPackt/Data Visualization with Python.svg)](https://github.com/TrainingByPackt/Java-Fundamentals/issues)
2+
[![GitHub forks](https://img.shields.io/github/forks/TrainingByPackt/Data Visualization with Python.svg)](https://github.com/TrainingByPackt/Java-Fundamentals/network)
3+
[![GitHub stars](https://img.shields.io/github/stars/TrainingByPackt/Data Visualization with Python.svg)](https://github.com/TrainingByPackt/Java-Fundamentals/stargazers)
4+
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/TrainingByPackt/Data Visualization with Python/pulls)
5+
16
# Data Visualization with Python
27
With so much data being continuously generated, developers with a knowledge of data analytics and data visualization are always in demand. Data Visualization with Python, shows you how to use Python with NumPy, Pandas, Matplotlib, and Seaborn to create impactful data visualizations with real world, public data.
38
You'll begin the course with an introduction to data visualization and its importance. Then, you’ll learn about statistics by computing mean, median, and variance for the some numbers, and observing the difference in their values. You'll also learn about Numpy and Pandas, such as indexing, slicing, iterating, filtering, and grouping. Next, you’ll study different types of visualizations, compare them, and find out how to select a particular type of visualization using this comparison. You'll explore different plots, such as relation plots, distribution plots, and geo plots. Then, you'll move on to create custom plots with a dataset by choosing an appropriate library. After you get a hang of the various visualization libraries, you'll learn to work with Matplotlib and Seaborn to simplify the process of creating visualizations. You'll also be introduced to advanced visualization techniques, such as geoplots and interactive plots. You'll learn how to make sense of geospatial data, create interactive visualizations that can be integrated into any webpage, and take any dataset to build beautiful and insightful visualizations.You'll study how to plot geospatial data on a map using Choropleth plot, and study the basics of Bokeh, extend plots by adding widgets, and animate the information and the plot.

0 commit comments

Comments
 (0)