Skip to main content

A library that implements fast statistical routines

Project description

rapidstats:

PyPI version PyPI - Downloads License: MIT Tests pre-commit Code style: black Imports: isort

Documentation

What is it?

rapidstats is a minimal library that implements fast statistical routines in Rust and Polars. Currently, its core purpose is to provide the Bootstrap class. Unlike scipy.stats.bootstrap, the Bootstrap class contains specialized functions (for e.g. confusion matrix, ROC-AUC, and so on) implemented in Rust as well as a generic interface for any Python callable. This makes it significantly faster than passing in a callable on the Python side. For example, bootstrapping confusion matrix statistics can be up to 40x faster.

This library is in an alpha state. Although all functions are tested against existing libraries, use at your own risk. The API is subject to change very frequently.

Usage:

Dependencies

rapidstats has a minimal set of dependencies. It only depends on Polars and tqdm (for progress bars). You may install pyarrow (pip install rapidstats[pyarrow]) to allow functions to take NumPy arrays, Pandas objects, and other objects that may be converted through Arrow.

Installing

The easiest way is to install rapidstats is from PyPI using pip:

pip install rapidstats

Notes

The purpose of rapidstats is not to replace scipy or scikit-learn, which would be a massive undertaking. At the moment, only functions that are not easily achievable using existing libraries or functions that are significantly more performant (e.g. the core loop is implemented in Rust) will be added.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rapidstats-0.0.17.tar.gz (109.3 kB view details)

Uploaded Source

Built Distributions

rapidstats-0.0.17-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.0 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

rapidstats-0.0.17-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (12.3 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

rapidstats-0.0.17-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (12.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

rapidstats-0.0.17-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (11.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

rapidstats-0.0.17-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

rapidstats-0.0.17-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.0 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

rapidstats-0.0.17-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (12.3 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

rapidstats-0.0.17-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (12.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

rapidstats-0.0.17-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (11.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

rapidstats-0.0.17-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

rapidstats-0.0.17-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (12.3 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

rapidstats-0.0.17-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (11.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

rapidstats-0.0.17-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

rapidstats-0.0.17-cp312-none-win_amd64.whl (10.1 MB view details)

Uploaded CPython 3.12 Windows x86-64

rapidstats-0.0.17-cp312-none-win32.whl (8.7 MB view details)

Uploaded CPython 3.12 Windows x86

rapidstats-0.0.17-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.0 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

rapidstats-0.0.17-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (12.3 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

rapidstats-0.0.17-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (12.6 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

rapidstats-0.0.17-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (11.5 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

rapidstats-0.0.17-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.5 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

rapidstats-0.0.17-cp312-cp312-macosx_11_0_arm64.whl (9.9 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

rapidstats-0.0.17-cp312-cp312-macosx_10_12_x86_64.whl (10.7 MB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

rapidstats-0.0.17-cp311-none-win_amd64.whl (10.1 MB view details)

Uploaded CPython 3.11 Windows x86-64

rapidstats-0.0.17-cp311-none-win32.whl (8.7 MB view details)

Uploaded CPython 3.11 Windows x86

rapidstats-0.0.17-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.0 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

rapidstats-0.0.17-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (12.3 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

rapidstats-0.0.17-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (12.6 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

rapidstats-0.0.17-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (11.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

rapidstats-0.0.17-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

rapidstats-0.0.17-cp311-cp311-macosx_11_0_arm64.whl (9.9 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

rapidstats-0.0.17-cp311-cp311-macosx_10_12_x86_64.whl (10.7 MB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

rapidstats-0.0.17-cp310-none-win_amd64.whl (10.1 MB view details)

Uploaded CPython 3.10 Windows x86-64

rapidstats-0.0.17-cp310-none-win32.whl (8.7 MB view details)

Uploaded CPython 3.10 Windows x86

rapidstats-0.0.17-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.0 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

rapidstats-0.0.17-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (12.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

rapidstats-0.0.17-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (12.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

rapidstats-0.0.17-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (11.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

rapidstats-0.0.17-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

rapidstats-0.0.17-cp310-cp310-macosx_11_0_arm64.whl (9.9 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

rapidstats-0.0.17-cp310-cp310-macosx_10_12_x86_64.whl (10.7 MB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

rapidstats-0.0.17-cp39-none-win_amd64.whl (10.1 MB view details)

Uploaded CPython 3.9 Windows x86-64

rapidstats-0.0.17-cp39-none-win32.whl (8.7 MB view details)

Uploaded CPython 3.9 Windows x86

rapidstats-0.0.17-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.0 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

rapidstats-0.0.17-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (12.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

rapidstats-0.0.17-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (12.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

rapidstats-0.0.17-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (11.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

rapidstats-0.0.17-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

rapidstats-0.0.17-cp39-cp39-macosx_11_0_arm64.whl (9.9 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

rapidstats-0.0.17-cp39-cp39-macosx_10_12_x86_64.whl (10.7 MB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

rapidstats-0.0.17-cp38-none-win_amd64.whl (10.1 MB view details)

Uploaded CPython 3.8 Windows x86-64

rapidstats-0.0.17-cp38-none-win32.whl (8.7 MB view details)

Uploaded CPython 3.8 Windows x86

rapidstats-0.0.17-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.0 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

rapidstats-0.0.17-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (12.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

rapidstats-0.0.17-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (12.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

rapidstats-0.0.17-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (11.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

rapidstats-0.0.17-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

File details

Details for the file rapidstats-0.0.17.tar.gz.

File metadata

  • Download URL: rapidstats-0.0.17.tar.gz
  • Upload date:
  • Size: 109.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.0

File hashes

Hashes for rapidstats-0.0.17.tar.gz
Algorithm Hash digest
SHA256 688b31c2a82d54d3b7194bfe7729b560fd8d6f660b9ce5ad96a081a942def16a
MD5 72ebf21ba012a70b63fb17c993057451
BLAKE2b-256 74d166d0c51b06af7ca6931c16a857614147ba1e3c4e3134100d432a58b8e35d

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.17-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.17-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c1be8757a75cc9025fc219f9b23a51ba7e0624e9a37504ecea8cc1b67599842a
MD5 448c68adae699d06bfdfe21397325462
BLAKE2b-256 7a2f4ee8d97b15725a8f7afb251c48b0ab19c8fbb414cda05808cd46fa4f88f3

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.17-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.17-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d79e84433c172086bc07bd3ec70cf039fddcd54ac5a40fbf0b4d5c6a714937a4
MD5 ee1917d61af324197839afc0430ef494
BLAKE2b-256 b8ce3d110515f223c116919eb01700ea69f3ef07899e77314989b19767146b24

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.17-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.17-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 9efcfdf9837eaa43b2dbe60e154e4c68b4c9c5f74b4d02f2379a1581100459ca
MD5 4b90a9f2f484d041d796afe97af1d206
BLAKE2b-256 7d7ca657e88b98178851be38b37143ab925e437b49ad370811d8db3e0ceb2b2b

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.17-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.17-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 85f9973007b1a79f8f950cc1deae7744e1f9cc03462f9af5c399064b4cd40b32
MD5 e8676f3c556a39380d7395e83d373186
BLAKE2b-256 a21e49b5c4838772913ef27bef1067b32cb763ae5db0c5dd8ebe8d2ba08250cc

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.17-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.17-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 89bd5b639294324593f71dd9f81dcfe0603362c793f444277704c11c7d561b5f
MD5 fae23b4741245b634986a71105ff3630
BLAKE2b-256 88c65aeea7344df7ba4c1c96ea4660536d1ab1d1b1f4cd3296e17b719b6fe823

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.17-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.17-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 148c78d9b21b47eebf5051842a2a94068c2d22aca355dfe44173947682a9d173
MD5 1d46f1c9cad5897725aff8aee83cd8d0
BLAKE2b-256 578a25c90221dcfda6c32238247b5996e88a2e11d3d021cb96dd18e5d62883ca

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.17-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.17-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a9d64f4fb1d7cbf66c8a59e9952481a5f531c05120522541d0dafc69bebb8c29
MD5 fecd56a4032cdc324142637b65a13d03
BLAKE2b-256 bd8416dd1e23e536eaaa444dfdbe5ad7cabfba42bc57cd523e608f4d30838103

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.17-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.17-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b0d43dacf951e6e767227cce7bf77384ca929dc2466636d9ac146f24e57d9113
MD5 332f38e99f2c659e3cd6153fbd6d8bae
BLAKE2b-256 4b598723e2bf3e85b6f22532d3fc37d629094ad343e7beb11c403afb91dee52c

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.17-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.17-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 60201d83493980ecf78a0a2965194931c9a07ae8dfe4a0a49dee30472ebd9af8
MD5 e3035bd1a4d1636f5d13d56888a38a69
BLAKE2b-256 04dd0640742e5a948b6da333418f2b42f8f6141fc9d57a64e47868e3b002964e

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.17-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.17-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 42ef287e4f40fb1f8e7a7c2977c860b317390394b4a52ecd6600c6a267b754d3
MD5 f38bfb51733cbae1b4d0663dd5ae860b
BLAKE2b-256 7a612561cdf12513867935aaec94d1d31645ca24c2c17391bb9c559186d4adf9

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.17-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.17-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 10d7254648c4ae8ab7ffb9a6f7bcddfdf89384b48cf922c532949ab263f516d6
MD5 798875b80c9b1de01592e68a65f1fad0
BLAKE2b-256 260fcb8f2151ae57909e5b389d78a83532905f53f3d0402198b2d8eaf8f109aa

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.17-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.17-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4a3343f1f697146648480af932d90dcacb20d4df00a54e3fc8bb440b08045894
MD5 f182b05bb6f3a7c0e4b6586615dd0226
BLAKE2b-256 292abac7cfcd8dcb0d81fd0a35b605c57f587205676dd79f7a3aab58dec5e709

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.17-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.17-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 13f631420a103ccd1407c6a67e371b454756ef5d4e12d31b75422b4e616fa7c8
MD5 6f790338219cd8ce4d46248752a57479
BLAKE2b-256 562d8725cbca39dc0ec805403462fbbc5deaae57709119840e50778ea765061a

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.17-cp312-none-win_amd64.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.17-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 30cc8613e05f1da129ba3e1b97f4d1071cc20771bfc7996a31f8c76ce8bd50f4
MD5 2077ad7aa00441945ff7cefc631c3f25
BLAKE2b-256 a84c9c55dd41ce4b39777959407cd8726b94ad0146a9db39a25b2f2ec752e491

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.17-cp312-none-win32.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.17-cp312-none-win32.whl
Algorithm Hash digest
SHA256 9acf6ed0af453b49b0904b2502f084998b5370c6bed1a0ee44fa020ed81c1b71
MD5 cf9d232c67644fc60f2f42637716f421
BLAKE2b-256 d8dbe2119940fec7a4a890868309d91fe0741c9904d24bcee670ec6d982eafdb

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.17-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.17-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bc3e6e3fd4c90a50f0ddceeac9e784cb4ab9c08b5e2cf32bc3d5f078edf2bb4c
MD5 f2cd6b30386254a1cce603c2bd784c2a
BLAKE2b-256 b7853b8e6cdce9994555ad329496c630606ffb7c9ca60334da4f1db9f70d409f

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.17-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.17-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1798d440adaa3d5ba870fc0c917362dd6fc1f54447d14576e78f95f985b07b2e
MD5 f0c0b7f06375ee5310818cadd715f910
BLAKE2b-256 37d128ae163c56b49b88fe604c98337516ed75221cefe60509a674a9299cfcc4

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.17-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.17-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 60eaf75e05a40a934ed9fce46d5dab90e00b5ed896a15f3205b710c3e3b19602
MD5 08add19ada6364d02aab767efcbfb674
BLAKE2b-256 5d88ec1a47513d289a093d9a569041236f2df37276617b367cdcb8fd892d391d

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.17-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.17-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 964811ec9e14e8aab666b54929a37fae570ea24b83fb231ad0180e135c05542d
MD5 14d2f624ed9481c03297d62fd71fa91b
BLAKE2b-256 b36e9270db2f45b877c06f20eca1a469cdfc552bd88d3b7952a924af31bfed69

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.17-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.17-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5b0f1559fd0a556d0fa15b2fd2cb741fa9df81396936d5f4d377aa383f1a78a9
MD5 ffac1a8912cfebb86ba692ddeac5d675
BLAKE2b-256 b0ee8613ece43b3888913e4ab4dd5d0c2ff9c796c5059b68285189c7d04c5382

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.17-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.17-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 22d3ed7b15793a5a4688fe9e662d416a0f7e977e083baf454931828cb290711d
MD5 000a9aeb5edaf258c1f8ab727fd88aa9
BLAKE2b-256 af8c3b0590282da5b0bd4d38a1b380b06fd5f061e43d88f5ec55348cfdaf3959

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.17-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.17-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b871855683ee5676aa46483366435d43079c5e7a782d44b2ca74b6f923e86849
MD5 8d3f637403cc41224c45f42c841c5e85
BLAKE2b-256 b1f0987c1401f80c5d0eb533dacbc2e053abd8f3d97adcaa3f317c866f125d14

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.17-cp311-none-win_amd64.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.17-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 c16f143ac3ca2beee7412d4f425256c1d3a4a3bd7afeeb490128e8edef2edd6b
MD5 46b099c7bb7bd77ce04538aacca84fce
BLAKE2b-256 cecfff41c97a87bb211423298ca9a0ee5cd6a1d557460a99c1b4ab511679bbad

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.17-cp311-none-win32.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.17-cp311-none-win32.whl
Algorithm Hash digest
SHA256 0343090910e30050c7d4e7b65528abaa5e29521bc953670ea08396eee2678678
MD5 d4e8142d3d8773b54e56e6d29c982980
BLAKE2b-256 082a54688b36f4b27ecd43dde72e6ef7276d9155909c9fb8938c7b8e21693fec

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.17-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.17-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e76ef738df668f2ae36c2e079f013dc5ba84f98baa90d06823cfa795caba38e4
MD5 d7a650b6e9114fea9bf2c4d3442c573a
BLAKE2b-256 ae198d441b1ef3d12a60aee711f73e5e6a77a4a82465cbff42af78a07f4364f3

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.17-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.17-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 826eaa858adc41fc4503f2aafcb8d4b4649cfb9433107376f0832d2398f5a1c1
MD5 f232cb05a71b2baaff49f4bd9e861f85
BLAKE2b-256 977ff56820020d24f0dd0956b7286e6f7f790ad9212853c78402eccc0534272e

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.17-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.17-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 20c231d95dfde8da1450b31e4cfaf61eb9dc2ef0241ec515403fb7884f222c2d
MD5 d04b884a7fea19f6607bec04eb05a511
BLAKE2b-256 ecb122e581bdfd0105d9514c63ff4e803faf615e54ce1c47ee246cd98432a445

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.17-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.17-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6630478debc3f0d392a913c9ced8bc0e8c842ad7f585cc7a557085e755c87117
MD5 30bd5d70b74721f63c4f506c4d71ec65
BLAKE2b-256 9a7736143026f8586e4e56c4bf9d6fa751dac2720f02d1664e10be8825982c68

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.17-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.17-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3147134a4b5fe104f860213532cb23ec3eadec153c94fada9bbfb185ea9706e4
MD5 87f1f5671c2669bccc65406789c74db6
BLAKE2b-256 346f27cf3644faa11d4aa4582c8560d9eb2baecf6fa62ee3b976f6e7afaf56a6

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.17-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.17-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b56b9e51701507ef81511fd5d212e44a0ae00f2594c8475bca71619812a81ed6
MD5 cff82701fe9d83f67848a6fe28b24775
BLAKE2b-256 c119b58aee31b1b56fc7c50db672675112a6d870832a4aaeb2f85ed592c8683a

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.17-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.17-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 74d633d6e3f22e6bf27df3caef61ace65c819395c895d95546a2516e6740c6d7
MD5 8fa41898f67d9d851f13fa04c7e6fe1c
BLAKE2b-256 bc9909ec1677146600e234c465a108d4772c47e26decdbd2ef199209900c4283

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.17-cp310-none-win_amd64.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.17-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 7edab5a6a9012d22aed64cdd0bc8517568c5a441ab787186c538d67f53854fc7
MD5 9cb5c387b49336f11307993d4834393a
BLAKE2b-256 2e2d226bc0b23b76053fe70f2d7be1f65bbcb9b56604f6cbd5dc50a1fb588ba9

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.17-cp310-none-win32.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.17-cp310-none-win32.whl
Algorithm Hash digest
SHA256 224453d25ecc06f158b6dec05ccaba957e15b56f77412ddbc130beca88686914
MD5 ff8131d0d9d0663175ae26ba68515e52
BLAKE2b-256 6342ec836f5ae7a8c443e03411260401656d3879b1c83dd5ef82f19fc9fa3188

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.17-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.17-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 300ac42d94baf07cacdad850e65e44e8fc21b2e8818d3783230a8a536c2bb31c
MD5 39c12b87fefd6d74e029930dfbf57e3d
BLAKE2b-256 079b99e16a3c191d052fdcbc7431ceaa61732a417a2ccf76d20ca977a25746c8

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.17-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.17-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9e4d1f0b7a2e92f6cfff5ff1a5700d13dd79b7b36a5ecb9688a7ea69da9dc9f4
MD5 45e2613b99fd9e2f1d98b15298cf6e33
BLAKE2b-256 9116ecd5e79f74bff029f8d7825c342153d3e28f6df5437effb8b1da6dd00d7a

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.17-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.17-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d2e06266d650e7d290c33da703cc0c56904943b67d93fd298fc2b8e5227361aa
MD5 c7750dc0a00c286ccf87b24605a8e653
BLAKE2b-256 d02acc309d06ee8f12f2f6a05903c1e0e5862357a73740613cf25653e3a3500c

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.17-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.17-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a9aabdf0f0d3594dc8fe6abdca3e11125a4e70e8c4a602aabf6f1bc7703f2f1e
MD5 34b5a2a6e1296ebf0ee5506ae23051a5
BLAKE2b-256 332d2f30b75325ddafcfa0fc2c6726b76b4c9d10cb5f349a6f9310969c5b1f44

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.17-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.17-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 44f394f2e4c4661d12358e9c97a917b382e70f7f3968d234cf6c44919cfd93b7
MD5 692096cd0b676153e5b41df6381e0e3c
BLAKE2b-256 8fc03b2358726b5d7d670269e824d978d241382eecce28370a814a36b79f95c9

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.17-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.17-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 883f28cc23d121019153f24d95ce36b65885896cfb662d63e71560c6ae7f63bf
MD5 918d920f555dfd8a65f2d6319a7cdeab
BLAKE2b-256 e767977b848ffaf4fe55f5942fdd9eff9b3b467e307aea34d08dc450bba55f43

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.17-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.17-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 0083eedeeaa0895ba633f7802ee4ad5eed8c4eb7978f78e1eea9bb3cdf473d28
MD5 f1307cb69e85a39e8b6716c39edbad31
BLAKE2b-256 7d2f2c8099960ca8301436b4b14057a351524bea821871f5bbe331675f83ec08

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.17-cp39-none-win_amd64.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.17-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 6775fd046516f66bfecccf139f8c46e074bf16b946a016ca8289ee14decbd5bc
MD5 4831e190cbea1c0a2bc50f55bba46c7e
BLAKE2b-256 ae1fed51d33eee6b116748c2903c153d22d8bac86dd4cb198efe2acb152e881d

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.17-cp39-none-win32.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.17-cp39-none-win32.whl
Algorithm Hash digest
SHA256 17789a009704eb6ae422a23ab46de933ff8ab09f95cb642a5558374713a73ec2
MD5 e7a89fb65f97ddff100be6cdcd4e242b
BLAKE2b-256 594312626de7962592a721a406fcbe15768e31c4e742854f7dc4095cc26a1438

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.17-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.17-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a2bcf2a69074107d4c78878974ffab388536b8f531c06b302e4282c1ab7c3577
MD5 57700c2f086847b5e622f2cb9706d902
BLAKE2b-256 51c2f498aab0a6f5e22f9a58bc4ae53bd8053187432431370d82ad83f0a4d54c

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.17-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.17-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7cbc4bfcae35992bc3ec6026cdd79a6fc984bcabdea4e2a16998177003cbb11d
MD5 0a56f03ebf3f2ef5067514c5e53eaa07
BLAKE2b-256 783120cc1b283ac46317c1018285c4d08a94a0f9d5fe0295b3c43adb0ffefc8e

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.17-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.17-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8e8da24491e7f7b25a067fba58eaa60a96db130c5851eacbf5bf345dbf2c2e26
MD5 f4704ca01d4c7677a2844c83a0c711ff
BLAKE2b-256 004909f99b76f3a8b91515844e10d2e756d7c51f45f304f20fcbae3786851ad5

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.17-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.17-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 cd0513d631a1259a0f9dad746e7851241ee8dbe028b523261475e684db2fa3ac
MD5 951ba753a3517e9ceb7cfe1ca3565c9d
BLAKE2b-256 f3e0bc2c9a0e5279e36bdb98e080afb2e35c023961244e45f2371f907b47a647

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.17-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.17-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ea2781e729ace2ed535103d03cfde943b40064024c65bb5e2d9cba1900a80ccd
MD5 05b9e889ddc6d88bf54f426e121d8ef9
BLAKE2b-256 0d128f8310323d8ae0bf769db883258536901801fc4fa293680c84830563372f

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.17-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.17-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ce11bd0b931f3811e2ee4be9b8326fca7f25416b50b169816cdf4c29bc27ac49
MD5 71b7bb9fe6d0e011b3058ea5580cef41
BLAKE2b-256 6dd9059d678af07b8ad8dc51d9eec7d04f52ddbec684c21f194fdaee1ea042c5

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.17-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.17-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 58a5fe46a9f699b1e8021446153df0f2240a13df67bc079e3ebe7f08c2a78c96
MD5 eb4dfad37c2e6223114773ace12a378f
BLAKE2b-256 96108b62d513230a1404c6db61f8c1ef53314edaaa7e55aaa833524248745a9c

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.17-cp38-none-win_amd64.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.17-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 671cfb193300a82ae0d0b84884f0f781afaa205bcae10849a41b440c0db94d5c
MD5 91722fefc4c491456359bcaa31a79d13
BLAKE2b-256 ea46c7c9e46c65818d5c1984e163a94ad4d9aeeb5397fef8bc459b0bdaaa7ab1

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.17-cp38-none-win32.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.17-cp38-none-win32.whl
Algorithm Hash digest
SHA256 9a6f5454961f695950a8bda09a4d9cd6b53b36caa753bca9cf228546e819f22c
MD5 11598861e896bd71e4ae4d03e31e5fc7
BLAKE2b-256 732e52d30ba4c32605adaa9f859d13cd2eb8694aed843ca87b529c85d3278176

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.17-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.17-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 47f8ae984a61fdeecdad32de38ef9d748735f49adee12e88f316c122cfb93ce0
MD5 ebadc14ae4e089c02076dcc280aeb327
BLAKE2b-256 e3d7ed6178d854cfc70802263d85d64368ff0b864141705fdd53eb6bfed3ceb2

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.17-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.17-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 70d094a1eb4dd4db72a9a15f1b6bab1e7b09bc3fa16dceb4fb225a814282454a
MD5 634f4ff248061ea2b9146c2ea37eade2
BLAKE2b-256 41326fee0174034f26d8a9df8365b13fc3059ad2d4fdef152a79b3ca5a52353a

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.17-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.17-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f18de14a6789e4b0e414471d8b54e82db4ddd04dfc93139428d2b865eb91a21b
MD5 9a4b3108a47b9a56e9b51d005d5fdb5b
BLAKE2b-256 a8da711093131978451715134c9577c4f6ef2cf0fbd7df294de2294b0e38318d

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.17-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.17-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 407ec28783d375d026d53a0791c5576bc398a6304f75a978a8523d05a1caeb81
MD5 b0f850944ecc2e445a380626a0f5fa6c
BLAKE2b-256 0fd4c940c742c0df0a15274785f1ef28ea411834be6a0e0ac5b94c158cfe8266

See more details on using hashes here.

File details

Details for the file rapidstats-0.0.17-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for rapidstats-0.0.17-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 af98857ffda92c05e8a23109f033e68b3474bf09ad86146f55b6205a96392c9a
MD5 225b4c0fe66c418795eb7feb9d1f455d
BLAKE2b-256 72e1d916f650cc24e0f8e542c178cb72d8590a5b3bec2c2c22e24804dbe612ca

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page