...

/

Quiz: Data Visualization in pandas

Quiz: Data Visualization in pandas

Let's test what you’ve learned about pandas for data visualization.

We'll cover the following...

Choose the correct option:

1.

Which of the following can’t be used for histogram plots?

A.

DataFrame.hist()

B.

DataFrame.plot(kind='hist')

C.

DataFrame.histplot()

D.

All of the above


1 / 2