Зміст курсу
Deep Dive into the seaborn Visualization
Deep Dive into the seaborn Visualization
Boxplot
A boxplot
is a standardized way of displaying the distribution of data based on a five-number summary (minimum, first quartile (Q1), median, third quartile (Q3), and maximum).
It can tell you about your outliers and what their values are. It can also tell you if your data is symmetrical, how tightly your data is grouped, and if and how your data is skewed.
Завдання
- Set the
'ticks'
style with the'grey'
figure.facecolor
and'white'
x-
&yticks
. - Create the
boxplot
using theseaborn
library:
- Set the
x
parameter equals the'distance'
; - Set the
y
parameter equals the'method'
; - Set the
linewidth
parameter equals2
; - Set the
saturation
parameter equals0.4
; - Set the
'vlag'
palette.
Дякуємо за ваш відгук!
Boxplot
A boxplot
is a standardized way of displaying the distribution of data based on a five-number summary (minimum, first quartile (Q1), median, third quartile (Q3), and maximum).
It can tell you about your outliers and what their values are. It can also tell you if your data is symmetrical, how tightly your data is grouped, and if and how your data is skewed.
Завдання
- Set the
'ticks'
style with the'grey'
figure.facecolor
and'white'
x-
&yticks
. - Create the
boxplot
using theseaborn
library:
- Set the
x
parameter equals the'distance'
; - Set the
y
parameter equals the'method'
; - Set the
linewidth
parameter equals2
; - Set the
saturation
parameter equals0.4
; - Set the
'vlag'
palette.
Дякуємо за ваш відгук!
Boxplot
A boxplot
is a standardized way of displaying the distribution of data based on a five-number summary (minimum, first quartile (Q1), median, third quartile (Q3), and maximum).
It can tell you about your outliers and what their values are. It can also tell you if your data is symmetrical, how tightly your data is grouped, and if and how your data is skewed.
Завдання
- Set the
'ticks'
style with the'grey'
figure.facecolor
and'white'
x-
&yticks
. - Create the
boxplot
using theseaborn
library:
- Set the
x
parameter equals the'distance'
; - Set the
y
parameter equals the'method'
; - Set the
linewidth
parameter equals2
; - Set the
saturation
parameter equals0.4
; - Set the
'vlag'
palette.
Дякуємо за ваш відгук!
A boxplot
is a standardized way of displaying the distribution of data based on a five-number summary (minimum, first quartile (Q1), median, third quartile (Q3), and maximum).
It can tell you about your outliers and what their values are. It can also tell you if your data is symmetrical, how tightly your data is grouped, and if and how your data is skewed.
Завдання
- Set the
'ticks'
style with the'grey'
figure.facecolor
and'white'
x-
&yticks
. - Create the
boxplot
using theseaborn
library:
- Set the
x
parameter equals the'distance'
; - Set the
y
parameter equals the'method'
; - Set the
linewidth
parameter equals2
; - Set the
saturation
parameter equals0.4
; - Set the
'vlag'
palette.