plotting Flashcards

1
Q

Scatter chart using pairs of points

A

df.plot.scatter(x=’w’,y=’h’)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Histogram for each column

A

df.plot.hist()

How well did you know this?
1
Not at all
2
3
4
5
Perfectly