Contenido del Curso
Deep Dive into the seaborn Visualization
Deep Dive into the seaborn Visualization
Reading the File
Today we will take a deep into the seaborn visualization. We will learn a lot of plots that will be useful in the future. It is essential to understand why you need every type of plot.
Study the structure below.
- We are going to work with different datasets. Click on the data picture to understand what data you will work with( you will find it in the plot theory);
- While studying every plot, you will be able to learn a gif explanation with all essential arguments of the plot function;
- Sometimes, it is necessary to scroll down the page if you can't see the whole task code;
- If you don't know what to do, don't hesitate to use a hint or write a report if you need additional help.
Tarea
During the course, we will use 3 libraries. Import them!
- Import the
pandas
library with thepd
alias. - Import the
seaborn
library with thesns
alias. - Import the
matplotlib.pyplot
library with theplt
alias.
Once you've completed this task, click the button below the code to check your solution.
¡Gracias por tus comentarios!
Reading the File
Today we will take a deep into the seaborn visualization. We will learn a lot of plots that will be useful in the future. It is essential to understand why you need every type of plot.
Study the structure below.
- We are going to work with different datasets. Click on the data picture to understand what data you will work with( you will find it in the plot theory);
- While studying every plot, you will be able to learn a gif explanation with all essential arguments of the plot function;
- Sometimes, it is necessary to scroll down the page if you can't see the whole task code;
- If you don't know what to do, don't hesitate to use a hint or write a report if you need additional help.
Tarea
During the course, we will use 3 libraries. Import them!
- Import the
pandas
library with thepd
alias. - Import the
seaborn
library with thesns
alias. - Import the
matplotlib.pyplot
library with theplt
alias.
Once you've completed this task, click the button below the code to check your solution.
¡Gracias por tus comentarios!
Reading the File
Today we will take a deep into the seaborn visualization. We will learn a lot of plots that will be useful in the future. It is essential to understand why you need every type of plot.
Study the structure below.
- We are going to work with different datasets. Click on the data picture to understand what data you will work with( you will find it in the plot theory);
- While studying every plot, you will be able to learn a gif explanation with all essential arguments of the plot function;
- Sometimes, it is necessary to scroll down the page if you can't see the whole task code;
- If you don't know what to do, don't hesitate to use a hint or write a report if you need additional help.
Tarea
During the course, we will use 3 libraries. Import them!
- Import the
pandas
library with thepd
alias. - Import the
seaborn
library with thesns
alias. - Import the
matplotlib.pyplot
library with theplt
alias.
Once you've completed this task, click the button below the code to check your solution.
¡Gracias por tus comentarios!
Today we will take a deep into the seaborn visualization. We will learn a lot of plots that will be useful in the future. It is essential to understand why you need every type of plot.
Study the structure below.
- We are going to work with different datasets. Click on the data picture to understand what data you will work with( you will find it in the plot theory);
- While studying every plot, you will be able to learn a gif explanation with all essential arguments of the plot function;
- Sometimes, it is necessary to scroll down the page if you can't see the whole task code;
- If you don't know what to do, don't hesitate to use a hint or write a report if you need additional help.
Tarea
During the course, we will use 3 libraries. Import them!
- Import the
pandas
library with thepd
alias. - Import the
seaborn
library with thesns
alias. - Import the
matplotlib.pyplot
library with theplt
alias.
Once you've completed this task, click the button below the code to check your solution.