Data Visualization - Introduction

Introduction

In this lesson, we'll get an overview of everything we'll learn about data visualization in this section .

Objectives

You will be able to:

  • Understand what you're going to learn in this section
  • Understand why this will help you in your career as a data scientist.

Data Visualization

In this section, we're going to focus on Data Visualization. We'll get start off by getting some deliberate practice in with some of Matplotlib's more advanced features, such as subplots.

Then, we'll dig into some of the best practices for data visualization, and learn how we can make visualizations that will look great in any professional environment. We'll also dig into some of the most common mistakes people make when creating visualizations, so that we can avoid them.

Finally, we'll learn about a more advanced visualization library, Seaborn. We'll get some practice with Seaborn, and get a feel for when to use Seaborn, and when to use Matplotlib.