Quiz: Data Visualization in pandas

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

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

Question 1 of 20 attempted

Get hands-on with 1200+ tech skills courses.