KnowledgeBoat Logo
|

Informatics Practices

What does hist() do ?

Python Pandas

1 Like

Answer

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

Answered By

2 Likes


Related Questions