Seaborn is a Python data visualization library based on
Seaborn chart gallery: Seaborn Gallery
How to install (non-anaconda users)
Note: Use terminal (Mac/Linux Users), command prompt (Windows Users)
pip install seaborn |
Seaborn is a Python data visualization library based on
Seaborn chart gallery: Seaborn Gallery
Note: Use terminal (Mac/Linux Users), command prompt (Windows Users)
pip install seaborn |
A good presentation. Would be good to further explain the functions that are used during plotting the chart, for example the what parameter to be used. So that a better understanding on how to use the functions can be delivered.
For example, Distribution Plot, there are a couple of lines for the plotting. perhaps the explanation on the coding part can be added to further improve the understanding on how to use it.