Skip to content

cloudmercato/handystats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Handy Stats

Small Python library to quickly run statistic aggregations.

Simple as:

pip install https://github.com/cloudmercato/handystats/archive/refs/heads/main.zip

Make an average:

>>> import handystats
>>> data = range(1, 1001)
>>> handystats.mean(data)
500.5

Here's the available operations:

mean
stdev
min
max
median
harmonic_mean
geo_mean
perc1
perc5
perc95
perc99
variance
pvariance

handystats is used in the following projects:

This project is created with ❤️ for free by Cloud Mercato under BSD License. Feel free to contribute by submitting a pull request or an issue.

About

Handy Python library for make stats quickly

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages