Python Data Visualization Transcripts
Chapter: Seaborn
Lecture: Introduction to Seaborn
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
In this chapter will talk about Seaborn, which is a very mature, high level statistical analysis package that works very well with
0:10
pandas data frames. We'll be able to leverage a lot of the knowledge that we've already walked through in using,
0:16
matplot-lib and pandas to do your visualization and then layer on top Seaborn.
0:21
That has a lot of really unique capabilities for building complex analysis with only a few lines of code.