plotting Flashcards
1
Q
Scatter chart using pairs of points
A
df.plot.scatter(x=’w’,y=’h’)
2
Q
Histogram for each column
A
df.plot.hist()
Pandas > plotting > Flashcards
Scatter chart using pairs of points
df.plot.scatter(x=’w’,y=’h’)
Histogram for each column
df.plot.hist()