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.22.tar.gz (194.7 kB view details)

Uploaded Source

Built Distributions

rapidstats-0.0.22-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

rapidstats-0.0.22-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (12.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

rapidstats-0.0.22-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (12.9 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

rapidstats-0.0.22-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.22-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.3 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

rapidstats-0.0.22-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.1 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

rapidstats-0.0.22-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (12.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

rapidstats-0.0.22-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (12.9 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

rapidstats-0.0.22-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.22-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.3 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

rapidstats-0.0.22-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (12.5 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

rapidstats-0.0.22-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.22-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.3 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

rapidstats-0.0.22-cp312-none-win_amd64.whl (10.2 MB view details)

Uploaded CPython 3.12 Windows x86-64

rapidstats-0.0.22-cp312-none-win32.whl (8.9 MB view details)

Uploaded CPython 3.12 Windows x86

rapidstats-0.0.22-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.1 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

rapidstats-0.0.22-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (12.5 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

rapidstats-0.0.22-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (12.9 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

rapidstats-0.0.22-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.22-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.3 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

rapidstats-0.0.22-cp312-cp312-macosx_11_0_arm64.whl (10.0 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

rapidstats-0.0.22-cp312-cp312-macosx_10_12_x86_64.whl (10.8 MB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

rapidstats-0.0.22-cp311-none-win_amd64.whl (10.2 MB view details)

Uploaded CPython 3.11 Windows x86-64

rapidstats-0.0.22-cp311-none-win32.whl (8.9 MB view details)

Uploaded CPython 3.11 Windows x86

rapidstats-0.0.22-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.1 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

rapidstats-0.0.22-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (12.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

rapidstats-0.0.22-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (12.9 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

rapidstats-0.0.22-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.22-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.3 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

rapidstats-0.0.22-cp311-cp311-macosx_11_0_arm64.whl (10.0 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

rapidstats-0.0.22-cp311-cp311-macosx_10_12_x86_64.whl (10.8 MB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

rapidstats-0.0.22-cp310-none-win_amd64.whl (10.2 MB view details)

Uploaded CPython 3.10 Windows x86-64

rapidstats-0.0.22-cp310-none-win32.whl (8.9 MB view details)

Uploaded CPython 3.10 Windows x86

rapidstats-0.0.22-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

rapidstats-0.0.22-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (12.5 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

rapidstats-0.0.22-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (12.9 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

rapidstats-0.0.22-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.22-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.3 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

rapidstats-0.0.22-cp310-cp310-macosx_11_0_arm64.whl (10.0 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

rapidstats-0.0.22-cp310-cp310-macosx_10_12_x86_64.whl (10.8 MB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

rapidstats-0.0.22-cp39-none-win_amd64.whl (10.2 MB view details)

Uploaded CPython 3.9 Windows x86-64

rapidstats-0.0.22-cp39-none-win32.whl (8.9 MB view details)

Uploaded CPython 3.9 Windows x86

rapidstats-0.0.22-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

rapidstats-0.0.22-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (12.5 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

rapidstats-0.0.22-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (12.9 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

rapidstats-0.0.22-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.22-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.3 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

rapidstats-0.0.22-cp39-cp39-macosx_11_0_arm64.whl (10.0 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

rapidstats-0.0.22-cp39-cp39-macosx_10_12_x86_64.whl (10.8 MB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

rapidstats-0.0.22-cp38-none-win_amd64.whl (10.2 MB view details)

Uploaded CPython 3.8 Windows x86-64

rapidstats-0.0.22-cp38-none-win32.whl (8.9 MB view details)

Uploaded CPython 3.8 Windows x86

rapidstats-0.0.22-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

rapidstats-0.0.22-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (12.5 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

rapidstats-0.0.22-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (12.9 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

rapidstats-0.0.22-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.22-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.3 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

File details

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

File metadata

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

File hashes

Hashes for rapidstats-0.0.22.tar.gz
Algorithm Hash digest
SHA256 cc2078818401b6259e5b554fcb61e904e7c046e669271e17999a95b0d6230919
MD5 44ed9855f50497a631491ff3795cf6a6
BLAKE2b-256 d158a59333bcf336ce1727474310ae93a5f2ae55a03c7fdb78c1f396e58f8de9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.22-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3aad60efd59cc161ef0f49b06c46a91d4b470becdb280ef586ae57f38d345bdb
MD5 9cbaa531220aca5c162604bb85c808d6
BLAKE2b-256 8e8141aaf8e670564517c41e8d83a04bc87fc95ac2fa4425e9170836db908114

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.22-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a0aab37c855039a31e01abd653d03aafac40ad7f355b3b2a253592968dfdf97a
MD5 d18a1f6d8cf7b60e6750b1b40cd4a408
BLAKE2b-256 e882363840424de5f1a9fc250da38a7c7afd4355935e4639c1f930039eb603ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.22-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3d81230f17d17eb04a074128487f21914156bb6a72aaa2e0006ca828d92906b6
MD5 16ee8ebe28e1565d3d148f728031bc3d
BLAKE2b-256 422aa974416456774f993177c1ed85ebdae735d7d526d79954248df46f3c290a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.22-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 64f6c8b7e33a199f4ddf2216a93d025e196e35abaa6178c483c8f8ea0f891397
MD5 c7c5cd2672dbf583694a42901f475440
BLAKE2b-256 1a2890c9db6c73b07cfe3f0f5065b513becd6705546a47fdc5264b1989c05e94

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.22-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c5bc24747a689b8196165a56a26433396a06a86e494390c1dacef68a289138f3
MD5 79f40432d2f7cd7bcdd695182ce48bd0
BLAKE2b-256 e61e438fd44dd4078b0f8915394628063fe210141c73ea0b7f4e19186ad74556

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.22-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7bbf98015f8269ab98ddb6a893c65f749b7f7bd1dc8c7eb5082f693e9382f945
MD5 608a18ad7bd7c77afe8f0ad09a1665f6
BLAKE2b-256 9754eaef40656c59098eee07e17e736cd606c28ea8c1c7d2b9ba27e193f0140b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.22-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a2bd6e2b148a607480e413e99b7d4117f2a9ecedea35b0c4ea17745d035dabcd
MD5 f4b60f93f072c574f880c8116d3d6a21
BLAKE2b-256 e6450cb92f084095b5d11aa82c706fd097ac3381bdd42a31153c2d4312f1d9ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.22-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4f598550cd52b1c43eddb6ee88a568264607bc9099677af9a8e911e2408f27c1
MD5 250c2eac5612d61ed2bdd58ab3658618
BLAKE2b-256 8953aa6a92235ae168088c79bb01ee5b8072a51c8bb8623bb6ea1572b4e8e19b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.22-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ad9f36b3ab0080a698b2c8aeb7938b157b211758f82f670b00abe176619f9e8f
MD5 541996086782c23d7ff02c3fad9174ce
BLAKE2b-256 b421ad76f5ea6cdd0be07dcf3cd4e5f075cea571d631ea7a7aac8f8b82e8c1a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.22-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 050042ec632bdb8577ec7551675845a41d899a05c1ce37620bdf791eef0b2435
MD5 9646abbc688bdd372b3b000f9a63c012
BLAKE2b-256 97710d41c49fc20a3bc92a31879264dbe9f83eae9bace8642cc05c6ef89967ce

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.22-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5dea7fc4432a468762ae789001af2682894cd2c5809d87b626bc4d0dc53352a6
MD5 78e278e88b2322265770c3bfbdb3e19e
BLAKE2b-256 27448a19eb5126a6f3bba3429c2da224035e2753f76a0bd0e4c3bcc08c08d6a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.22-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7c32292da90771189663b56eace7b5c520f77419a01ed8387795eeb3a0cba055
MD5 99d32f5290ccc19b55bdc022b97843ab
BLAKE2b-256 5e695aaabaff9f41d1a378b1689e691dc8cb8d38a41ec9f65a1979dcbb026346

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.22-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f31eca582c2600822bdbdf6928f84878b5924721b171407ac6eaa2f697be5df7
MD5 5df0639601d7f5fd039d207965ba8f9d
BLAKE2b-256 7daa18764c12294d06ef5e49173582877b302698d381989a40dbe05001bc51a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.22-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 43183428d0d370ff8ea64b905b29af2da5a8df0789ed9dda6e11eaecfc82b29c
MD5 559f30bc1a8950b568d4e28e3f40a227
BLAKE2b-256 8f70ba4884d69157f64df8edf4d996ea049cdfd0d8304cb18d0f182a19a6a7f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.22-cp312-none-win32.whl
Algorithm Hash digest
SHA256 1bdc2d3921ec534b72b947aace34f986e1613bd8de36f86b839075d5668b69da
MD5 43a06a2ba7d6230c3ea159c28fa05853
BLAKE2b-256 6d032ccdc00253a7bb750991dbc56666098023c32478323d04e50e1eef388ae2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.22-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 564a528aecd2660d5087022dff510230179442c9afccae6884aaa6cb722fcfbb
MD5 b0a8f65e7e049a7870d1e5b980eb6e0b
BLAKE2b-256 0982961a175297b79299bf09dd2496e3b49315c56e174a88da0e1867bf92d165

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.22-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 70b98804c8f5f15bc67834f0793f2fd8ba094a9e9c9a790b6d78310b97fff019
MD5 b5ff3dc4a33608cc9890ca2fe1f40a5f
BLAKE2b-256 4be53daad525c8d6cf10025c76f1a2124e440ab02230b0920fc1c8f074f2fde9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.22-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0cc167704531a8d179d293596103176581286d65ce10951ed14486cf04b9940d
MD5 9b2dffb1e36877d443dff08bfb971ed2
BLAKE2b-256 3f682f1dbaeab98c436d060e7c40b9587adcc9f5a8f720a7f1dc9731d31437f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.22-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4e66bbdea137b42679ee49ee6a2fda77112f3b0b90c49b628e4f53f433bc7de5
MD5 9528b279281d55cdeb22cf71b4dc4874
BLAKE2b-256 426b3517f7ba26bb2dde9b1b1c012aab110fda45de6bf2e5d3bb1545ba74808d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.22-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 aff8aa570d3974b2f313d3bcbc1f30d6baf83854c8ae7f77777bdf03c7c2b09f
MD5 2a06e1b3d9e265297e4ee94bc24e7d7a
BLAKE2b-256 89c49ae91077845a20230e44e0bd9e9fb4f88cbd9b36cfef1707060c99dfc123

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.22-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b3c7c91a4a1db167bf761dab84acfc1c9993acca05e4ebb5bf5a0df8d30b2b33
MD5 e2dc337a91db36edbde28464d88b1f16
BLAKE2b-256 8c5cca618d402d1f363842e880ee82c987064ae04f1a43e846fa8af9c7f76360

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.22-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d9481918bd25802b1690466c0f0584c43ac563d3cef74c3d12c3bc88279772b5
MD5 50ef4aad072cda5e29d3872c062dac03
BLAKE2b-256 f9ffa31346d2faafcd5d454a4906fa51ffad1a53f068ee86c3d6b08efa62c033

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.22-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 5e5becc97a9a4d309aa1e6c5f6bcaed3886c4051c86a68c624c9e3f920b2708e
MD5 3027b46a89ef639d79d885f0122a4de6
BLAKE2b-256 d68f59d929132d3f903d8c3cd64415679b4f16cb9e19412c0c266850bf9de01d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.22-cp311-none-win32.whl
Algorithm Hash digest
SHA256 e88b23ef0f9259664a22300475619def911554100741e5b3dede4100bc722b83
MD5 584a8e82a4ba974dbac134ab7f8544a6
BLAKE2b-256 78bbbdd1153f51b74d7b79698d9df16a570c9021a174f278017f6ae885a4065c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.22-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fcd6b689bb5ca003a2856a11dfe53e5cfd59a99de96fbfe75da8f2cee073ec79
MD5 a778f53cfaeb97921d452acbf6d68608
BLAKE2b-256 42f67bda57f7e938025f3f6336ad595a7d67bdeb34db136b64b2a0f5960159df

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.22-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 45015d0e1e54b96bdcd4551fc43df500a081d112853133511ea4f808d2cde3d2
MD5 d6789d50a366976ba361e4d38202fe66
BLAKE2b-256 6c6ceb60acb6d582c4bca106240d39c3b7a70286ed736ceb3d91a4afb6a09860

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.22-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 26d28b8a8c4b65d98a1caf2b59f19a271399d25eabaef9055fc4e3ac100497e9
MD5 6f625267830bf25c435031a01a0c14df
BLAKE2b-256 c57ee49f039820423e9caf8b75e7c3c226409a42c594560d1ca1b31e2c7a9cf8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.22-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 530d37b88fa93c77f0aead7896bcd663157933c68bc912e57959c0b6c95db91f
MD5 f808b657c3db6476386a95d8bd362b35
BLAKE2b-256 f811886c7e2e8146ddbbc44cb4c45ef7d95f5537f62563b98663aa2b8973e1d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.22-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 16823c543aee5b92d1b5d88970f083a63c3bb5bb65d317f363967ba297e6eafc
MD5 00d871b763061e4ea18e4dc371bcd23e
BLAKE2b-256 7e8b5a513d49aa384bf167f5d10380f093f37fcff3f38ec56fb4b5cbda453d49

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.22-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4c4b4b5a4b2c557fbbef2360b21f220b7aaadf886f58954c907730f02665c6c4
MD5 564367eefb288ac6b5e6c1c110e47744
BLAKE2b-256 527c43dcb1a4224b5c402e27b720591e9988b5a473f7a90ebbf24363c316860b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.22-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ada96ec8c68151221c76cd6d106fee48072031154a5880b67d6c069baecfb830
MD5 270932a64e5d2892dcb1aea4f5cd2923
BLAKE2b-256 1d25d66b6838499568db5279a4739b61c57904c0f31faf4c7d01eef2037a0854

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.22-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 f0df82490f732177407ee52a156b8ed9dc0792b24634196626653c5ec2051991
MD5 79f1f79648b417b4dc97e10bee542924
BLAKE2b-256 b88fa2560d1666308e0bfa351823503de6c1be3781f455f9fa87eab2354ad04d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.22-cp310-none-win32.whl
Algorithm Hash digest
SHA256 824132e4fb9aaa7c59efecdf94cd4da82ae6b4dfe9a622215c691a41f598bb98
MD5 2f84c0bfb0f61de6db18d85979997347
BLAKE2b-256 83dde053a23ec3c6a4ec093a59e62ad80b08b3c10b34363b0328c96e4bf18449

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.22-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 afdac33329f4f4eac983fd4b34f4775c927c68bddb0f047a30fb147c5df1380c
MD5 8b7ac3797a6006b0ac0ebd24efc82779
BLAKE2b-256 27b096f7cbc4cf26deccdb9d90e8a30d1e3921d02b1c051cf3330519e4b588ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.22-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f8577c36663ffb3be1032deb5fa23e0a04404f6a461fdaebd244a093e6f12b52
MD5 19ad7c5bb1f5ca346fe1b8d6a963798b
BLAKE2b-256 c9242cab670a981ace2d3a58c5d512fa00b96eb5285bcd71315a9c572307f73e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.22-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 70f2d863df7d53a7d6f87dce8df59bd79b83c9ad246d7faa8ff2aab491379149
MD5 4459aa8b8868b643f3d44de740e2b75b
BLAKE2b-256 906564a3ff6709858d1d394cb701d9ce251314187893e0020611ce1049ec9e96

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.22-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9202e5cfd5266d91058d228e31af6bd6c0c9d443572bf976dbaf5077191bf819
MD5 fe8f0b22582a5a923ee961e66b2de37a
BLAKE2b-256 db6b2905b24bacccd6a61434a73616fc2be37659833fb182ed6ed39f666dc98e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.22-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 254117f564645079d94146af5001494a400eebeed958c928375f589755ccff93
MD5 08dcafabe7bc95e287ef59246118584f
BLAKE2b-256 4d7c3f472db40452bb32e42fc8a37f570bae0a255ec82823663e3ba87c2f4a85

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.22-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 07db0ec8fa07dd116832e79921577c6e11aa9249d66a8c2b59c828ab5d23e99b
MD5 9f2eb4a89b9049f70d9bc166485d2642
BLAKE2b-256 2b53651ebe56961c612a2c38c415641e15a04d5241cfbec8d073656cdc75340c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.22-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 29c97b179dd211a767b41bc04c823a5f9b43f80eca5472e612cff72e3cd665af
MD5 ee752c699661a1f7589869c8f099f3a3
BLAKE2b-256 443d1c6d5553a0654d40e1bc66c37011cb248ac23de1aa3d5c014d207d3311ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.22-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 acc9e7c487ef0d250367ce8fdb0f907edd303bfabee4d9e5ffd4ce67dd4b8954
MD5 941410ff5ab5e6f139197621132b93be
BLAKE2b-256 d5248c410a54556574756a686831b6e902a9b23e5b753f0bb121f3e58f0a1c2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.22-cp39-none-win32.whl
Algorithm Hash digest
SHA256 93c9462de17785e887f2e43fe9f5473b5b5bd182e1a723d5b7c189104082389e
MD5 656faf63889cb84c61cc0f3203ae03e2
BLAKE2b-256 81774eaa2596dcf8610b53087639afc471484bf98195cbe379bd63a590a17642

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.22-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0a9a7304606d599b224b06233435cc226b986c0f6ddc986a03d227b8457af4a0
MD5 926ed88ef6db7298ff968db4259eb64f
BLAKE2b-256 e5bb2fd1c0defdb34a7344237d819c1573a7118c784fbfa21def63a3446a5d60

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.22-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 316c00840e32bf79cb7dc9640c211c1652fbb97e7bed5524609f546172b15303
MD5 02b0ccbc5823d9984220b1952ae1ea7b
BLAKE2b-256 141a5a276aa7a64048677ca4ade6e049b99c195c5a6dd87aa6176b376d576245

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.22-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a0fa7ea6f6a4989169ccae69aeac14040f106d69c6506c0f1df7eb0dbfe51965
MD5 f3e11a0238e6cdf20639a57f078a6d14
BLAKE2b-256 8d107a70ff0991979d84a5f50adbc5d700d559ec2522e34e3f06c637f4f37b97

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.22-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c0b99d043a23a45712a65f486f57144f137d80dcf79a53c47608f5b8e01db622
MD5 cbf0146e8b0e98d4d6f321c13ccaa294
BLAKE2b-256 720d8525a46a72b861639f27c995cc57ca8ae5e34659418526bff582c90c4586

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.22-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 73df9e16e85fdbf519f0dae4e8674bb8359964c20d09652165ac40564645030e
MD5 c0538ab17b40b30c9fdb91fcbf45540b
BLAKE2b-256 380d5584151e0a19aa396bf06284fbfcb5e89c9d08e737fd02805da9efcf6edd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.22-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e710acc08a73859b17aaa5480c28a0a481faedef15225de4c24b863b1fbae167
MD5 cf5b8659a2b371ab99cac3b99e54780c
BLAKE2b-256 d5d981f98f73f803499a3eadb52b79fc80b13c4950c3568e0ae5cd4aa7e51fcd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.22-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5c72ff203c6a8143ef2ab43f03c5ef4957449f93dfb5a9fc1c73491ff1d869c8
MD5 a5f54a0d281b1f118d16796ec7f0251a
BLAKE2b-256 fa22a2b758f96ba0c0cc88cdc7beb0d5a0571a2f72be2cb54e46a40ebf7993e5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.22-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 f614047a3dfe15bec9ec77697e862b03878406860565d1fd06ffd2ff65bc3006
MD5 11b4503027477105b9ed850d367e99fb
BLAKE2b-256 61d9d20161d3b214dc54c4b7c4bcfc1835bfbe9d23f474909c55befa2f5566a6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.22-cp38-none-win32.whl
Algorithm Hash digest
SHA256 56fb76e58bf98ed2379e57e232b9c57ac31ff8df755ee97d2d7822c956f44e7c
MD5 d66bd783e196f66a920181788299a832
BLAKE2b-256 538e316303ea09b81afc2aaa99aec3dedd4de8a1817cef56520688bcf0dac460

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.22-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1d3b906a43941acd9cdb684e1e267f5b591918dc5013dfac7348735daa5fba65
MD5 63431cbfbf883fac9b06a1c8ebaf6088
BLAKE2b-256 945cc8e5a80d38690743402eb9486b1d0ff886f3e37b8be24104e88ffde375b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.22-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7d42d8248ef72856a317f43a19f963cdabdc5ddf4bf35c721b447390501fa23d
MD5 41af08658302c1f70133dcb95e91ba56
BLAKE2b-256 e4d95c3ed5d1bc572f0152058180ef936e7789347d98c2c56556da2aacab4e74

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.22-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d82d22a443b6530a01137896cda317f20a5435338e98ab9571e19605ffcbfb1f
MD5 252d0af8eee794d62e3e6c95f083d833
BLAKE2b-256 2661fcd016a3e3f00e5880724ea95e5626a36e07f551756c99d9f6690b75fa69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.22-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b2e46c8dd1e8d7f88f3ec9f3d0dc7a3a596d374627b41174d5f1a2041e166ef9
MD5 83cd69959901b9ff253ab546612be375
BLAKE2b-256 4f3b012d9efd30347fdecd5d2b4c7e09f3d3b6b8729cecf8275f8a22fe95461d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.22-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b115c91b86fd079611b3e99b1be33c7feeebbcd97598cdad9724d591a0a8b056
MD5 29209658e477656e34c164f2731c500e
BLAKE2b-256 b4143036de7ce1089af5d49100b497a41a60aa763a3204901332e706744674c3

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