Seaborn is a data visualization library based on matplotlib.

Using seaborn a user can create advanced visualization with fewer lines of code.

Seaborn provides beautiful styles and colour palettes which make statistical plots more attractive.

Using seaborn we can plot categorical plots, distributions plots, regression plots, etc.

Seaborn can be installed by simply typing the below command

pip install seaborn

Below is the sample code to import a library using seaborn

import seaborn as sns

Data scientists and data analysts extensively uses seaborn to create complex visualizations.