Answer the question
In order to leave comments, you need to log in
How can Python density histogram values be returned?
Can you tell me how to get an array with the distribution density of the required length from the available sample using python? That is, I have an array of data on hand, I want to get an array of the distribution density of a given length N from it. In fact, as in the construction,
But the array should be returned, not the graph
df['sample'].hist(bins=N)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question