Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cloudmercato/handystats
Handy Python library for make stats quickly
https://github.com/cloudmercato/handystats
Last synced: about 1 month ago
JSON representation
Handy Python library for make stats quickly
- Host: GitHub
- URL: https://github.com/cloudmercato/handystats
- Owner: cloudmercato
- License: mit
- Created: 2024-08-29T15:59:29.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T16:40:26.000Z (4 months ago)
- Last Synced: 2024-08-29T18:27:45.551Z (4 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Handy Stats
~~~~~~~~~~~Small Python library to quickly run statistic aggregations.
.. contents:: Table of Contents
:depth: 3
:local:Get started
===========Install
-------Simple as::
pip install https://github.com/cloudmercato/handystats/archive/refs/heads/main.zip
Usage
-----Make an average::
>>> import handystats
>>> data = range(1, 1001)
>>> handystats.mean(data)
500.5Here's the available operations::
mean
stdev
min
max
median
harmonic_mean
geo_mean
perc1
perc5
perc95
perc99
variance
pvarianceExternal links
==============handystats is used in the following projects:
- `Ollama benchmark Q2 2024 - Exoscale A40 `_
Contribute
==========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.
.. _`Probes`: https://github.com/cloudmercato/Probes
.. _`Cloud Mercato`: https://www.cloud-mercato.com/