January 2020
Beginner to intermediate
372 pages
10h
English
In this recipe, we used the describe() method from pandas to return the main statistical parameters of a distribution, namely, the mean, standard deviation, minimum and maximum values, 25th, 50th, and 75th quantiles, and the number of observations (count).
Finally, we calculated the value range by subtracting the minimum from the maximum value in each variable using the pandas max() and min() methods.
Read now
Unlock full access