What is seaborn in python?
Seaborn is a wonderful library in python which mainly used in data science and machine learning.
It is used in data visualization. It helps to plot different types of graphs from the given data. It is mainly used in statistical type of data. It can make any type of graphs like scatter graph, bar graph, etc.
It has similarity to another library named as matplotlib. But has many differences also. Matplotlib functions don’t work well with data frames, whereas seaborn does.
Below are some examples of graphs:-
Now we’ll see how to install seaborn in python.
syntax:-
pip install seaborn
This is all about seaborn in python.
Subscribe
Login
Please login to comment
0 Discussion