Python Data Science Essentials - Third Edition
by Alberto Boschetti, Luca Massaron, Pietro Marinelli, Matteo Malosetti
Introducing Seaborn
Created by Michael Waskom and hosted on the PyData website (http://seaborn.pydata.org/), Seaborn is a library that wraps up the low-level matplotlib with the entire pyData stack, allowing integrating charts with data structures from NumPy and pandas, and with statistical routines from SciPy and StatModels. All that is achieved with a particular care to aesthetics, thanks to built-in themes, and to color palettes especially devised to reveal patterns in data.
If you don't have Seaborn presently installed on your system (the Anaconda distributions provide it by default, for instance), you can easily get it both by pip and conda (reminding you that the conda version may lag behind the pip version taken directly from PyPI, ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access