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