A Little about seaborn
What is a seaborn
?
seaborn
is a Python data visualization library;With the help of
seaborn
, we can create the most common types of plots;Based on the
matplotlib
.
What are the advantages of the seaborn
?
Easy to use;
Works well with
pandas
DataFrames.
Taak
Swipe to start coding
Import the seaborn
library with the sns
alias.
Once you've completed this task, click the button below the code to check your solution.
Oplossing
9
1
import seaborn as sns
Was alles duidelijk?
Bedankt voor je feedback!
Sectie 1. Hoofdstuk 2
9
1
2
# Import the Seaborn
import ___ as ___
Vraag AI
Vraag wat u wilt of probeer een van de voorgestelde vragen om onze chat te starten.