3

Visualizing Data in Python

Visualizing data is a critical component of Exploratory Data Analysis (EDA). It helps us understand relationships, patterns, and hidden trends within our data much better. With the right charts or visuals, trends within large and complex datasets can be easily interpreted, and hidden patterns or outliers can be easily identified. In Python, data can be visualized using a wide array of libraries, and in this chapter, we will explore the most common data visualization libraries in Python.

In this chapter, we will cover the following key topics:

  • Preparing for visualization
  • Visualizing data in Matplotlib
  • Visualizing data in Seaborn
  • Visualizing data in GGPLOT
  • Visualizing data in Bokeh

Technical requirements

We will ...

Get Exploratory Data Analysis with Python Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.