WEBVTT

1
00:00:00.000 --> 00:00:01.197
let's move on to explore how attribute,
a categorical variable,

2
00:00:01.197 --> 00:00:05.030
is related to certain
quantitative variables.

3
00:00:05.030 --> 00:00:10.004
For each attribute, what is
the relationship between attribute and

4
00:00:10.004 --> 00:00:14.750
attack points, and
attribute and defense points?

5
00:00:14.750 --> 00:00:19.740
Here's a hint, use sns.stripplot and
sns.swarm plot.

6
00:00:21.000 --> 00:00:24.870
We haven't used swarm plot in
our previous practices yet.

7
00:00:24.870 --> 00:00:26.881
So if you need help figuring it out,

8
00:00:26.881 --> 00:00:30.000
check the method signature documentation
by using the Shift Tab keyboard command.
