Visualizing Data with Python

General information

"A picture is worth a thousand words". We are all familiar with this expression. It especially applies when trying to explain the insight obtained from the analysis of increasingly large datasets. Data visualization plays an essential role in the representation of both small and large-scale data.

One of the key skills of a data scientist is the ability to tell a compelling story, visualizing data and findings in an approachable and stimulating way. Learning how to leverage a software tool to visualize data will also enable you to extract information, better understand the data, and make more effective decisions.

The main goal of this Data Visualization with Python course is to teach you how to take data that at first glance has little meaning and present that data in a form that makes sense to people. Various techniques have been developed for presenting data visually but in this course, we will be using several data visualization libraries in Python, namely Matplotlib, Seaborn, and Folium.

Prerequisites

Learning Objectives

In this course you will learn about:

  • Data visualization and some of the best practices when creating plots and visuals.
  • The history and architecture of Matplotlib, and how to do basic plotting with Matplotlib.
  • Generating different visualization tools using Matplotlib such as line plots, area plots, histograms, bar charts, box plots, and pie charts.
  • Seaborn, another data visualization library in Python, and how to use it to create attractive statistical graphics.
  • Folium, and how to use to create maps and visualize geospatial data.