filmov
tv
Histograms in Python: Matplotlib, Seaborn, Plotly & Plotnine

Показать описание
---------------------------------------------------------------------------------------------------
This video is part of the data visualization video series.
I'll demonstrate how to use histograms with the most popular plotting libraries (Pandas, Seaborn, Matplotlib, Plotly and Plotnine).
I cover how you can do histograms conditioned by a variable with the small multiples technique, also called facets.
I hope you enjoy this series! Please subscribe and like the video to support the channel
Timeline:
0:00 Intro
0:43 Reading the data
00:56 How to plot a Histogram with Pandas?
01:25 How to plot a faceted Histogram with Pandas?
02:11 How to plot a faceted Histogram with Matplotlib?
04:05 How to plot a faceted Histogram with Seaborn?
06:23 How to plot a faceted Histogram with Plotly Express?
07:59 How to plot a faceted Histogram with Plotnine?
10:11 Final Comments