CBSE Class 12 Informatics Practices Question 10 of 101

Python Pandas — II — Question 6

Back to all questions
6
Question

Question 6

What does hist() do ?

Answer

The hist() function of PyPlot module is used to create and plot histogram from a given sequence(s) of numbers.