From the course: Data Visualization with Matplotlib and Seaborn
Unlock this course with a free trial
Join today to access over 24,900 courses taught by industry experts.
Key takeaways - Python Tutorial
From the course: Data Visualization with Matplotlib and Seaborn
Key takeaways
- [Instructor] We've just covered the basics of the Seaborne library. Let's go ahead and wrap this section with some key takeaways. Seaborn is a user-friendly extension of Matplotlib. It has a greatly simplified interface compared to Matplotlib, which makes it great for exploring data. It tends to have nicer default aesthetics, and it's built to work with Pandas DataFrames. So we can get a lot out of the Seaborn library. And if you need to visualize data quickly or explore data quickly, Seaborn is often the way to go. Seaborn also adds new chart types that are useful in exploring data. While technically we could create every chart type that we saw in the Seaborn section in Matplotlib, it would be a ton of work to do what Seaborn has already created for us. So things like violin plots and linear model plots help profile data and identify relationships between variables very quickly. And finally, Seaborne is very compatible with Matplotlib. Because Seaborne charts are extensions of…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
-
-
(Locked)
Intro to seaborn2m 58s
-
(Locked)
Basic formatting options5m 25s
-
(Locked)
Bar charts and histograms12m 2s
-
(Locked)
Challenge: Bar charts and histograms1m 48s
-
(Locked)
Solution: Bar charts and histograms4m 5s
-
(Locked)
Box and violin plots7m 31s
-
(Locked)
Challenge: Box and violin plots1m 15s
-
(Locked)
Solution: Box and violin plots4m 42s
-
(Locked)
Linear relationship charts10m 47s
-
(Locked)
Jointplots5m 32s
-
(Locked)
Pairplots6m 45s
-
(Locked)
Challenge: Linear relationship charts1m 17s
-
(Locked)
Solution: Linear relationship charts5m 32s
-
(Locked)
Heatmaps5m 37s
-
(Locked)
Challenge: Heatmaps1m 27s
-
(Locked)
Solution: Heatmaps3m 50s
-
(Locked)
FacetGrid5m 47s
-
(Locked)
Matplotlib integration3m 34s
-
(Locked)
Key takeaways1m 53s
-
(Locked)
-