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

Uploaded Source

Built Distributions

rapidstats-0.0.20-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.20-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.20-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.20-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (11.8 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

rapidstats-0.0.20-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

rapidstats-0.0.20-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.20-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.20-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.20-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (11.8 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

rapidstats-0.0.20-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

rapidstats-0.0.20-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.20-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (11.8 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

rapidstats-0.0.20-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.6 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.12 Windows x86-64

rapidstats-0.0.20-cp312-none-win32.whl (9.0 MB view details)

Uploaded CPython 3.12 Windows x86

rapidstats-0.0.20-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.20-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.20-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.20-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (11.7 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

rapidstats-0.0.20-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.6 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.12 macOS 11.0+ ARM64

rapidstats-0.0.20-cp312-cp312-macosx_10_12_x86_64.whl (10.9 MB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

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

Uploaded CPython 3.11 Windows x86-64

rapidstats-0.0.20-cp311-none-win32.whl (9.0 MB view details)

Uploaded CPython 3.11 Windows x86

rapidstats-0.0.20-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.20-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.20-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.20-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (11.8 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

rapidstats-0.0.20-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.6 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.11 macOS 11.0+ ARM64

rapidstats-0.0.20-cp311-cp311-macosx_10_12_x86_64.whl (10.9 MB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

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

Uploaded CPython 3.10 Windows x86-64

rapidstats-0.0.20-cp310-none-win32.whl (9.0 MB view details)

Uploaded CPython 3.10 Windows x86

rapidstats-0.0.20-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.20-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.20-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.20-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (11.8 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

rapidstats-0.0.20-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.6 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10 macOS 11.0+ ARM64

rapidstats-0.0.20-cp310-cp310-macosx_10_12_x86_64.whl (10.9 MB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

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

Uploaded CPython 3.9 Windows x86-64

rapidstats-0.0.20-cp39-none-win32.whl (9.0 MB view details)

Uploaded CPython 3.9 Windows x86

rapidstats-0.0.20-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.20-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.20-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.20-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (11.8 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

rapidstats-0.0.20-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.6 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.9 macOS 11.0+ ARM64

rapidstats-0.0.20-cp39-cp39-macosx_10_12_x86_64.whl (10.9 MB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

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

Uploaded CPython 3.8 Windows x86-64

rapidstats-0.0.20-cp38-none-win32.whl (9.0 MB view details)

Uploaded CPython 3.8 Windows x86

rapidstats-0.0.20-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.20-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.20-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.20-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (11.8 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

rapidstats-0.0.20-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (11.6 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

File details

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

File metadata

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

File hashes

Hashes for rapidstats-0.0.20.tar.gz
Algorithm Hash digest
SHA256 9dcc918125dd23ab21f6fa9a772043d8b34d530df4e528acb63c8f7c44412d51
MD5 baf8bcb94c7ff49e49e6a072ffb9230b
BLAKE2b-256 b88e7e4fa3e4ca120fc7a96fa01992cd6a94346a793a36fd5c74780355a096ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.20-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 979da270593efc268c6abe841d530ce8ab34b1a154d1636f91e9337077acbe3d
MD5 61e01e7d228056015e250e63e1360065
BLAKE2b-256 f834ab01cab276b6c2bae2056cc00c4448a8e1c6c015782e152f11a76b1a8c2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.20-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 767d8fc5046dd667a7a1d291f871d31a7d39bba5d5ca71e033c6b40a09315c69
MD5 cd440f6493b9e65b1536d29ca0a71404
BLAKE2b-256 64b92014d630679b08fec8d082730466da39e3985f0aea373ddbebc0e2b59e21

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.20-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1e8e73c4010e7c60aa182c5259356a9f337bd3a2dc3a28317ce999b69eea7d88
MD5 726b4686a41cb8e3131a5d79265075f1
BLAKE2b-256 44efbfbe784000a2d4e0105dfcd9121f236c16da0ad26c40dacb6a988bebc3c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.20-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5332b0b376e0f2be74ff26f7728ffe66529e53f19e7af16b260ffb18c4575a4a
MD5 206239751d4e29823be6af443ae47b1e
BLAKE2b-256 93fc6a20b32779ad0064b6f76cdc135a9027e96df04e7a09612ddbd3204f690f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.20-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f753905ef7320ab8af73ea8e6eb777a0b68b9086c9d7d07dc157a800a3f6fbc5
MD5 676ba08c0b01436e29779ed8b191ab38
BLAKE2b-256 8fd7b8cf42efc7f64ea6af5d596f7e1351cb7be1d6eaa1f3b93cb33f2b7d39e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.20-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8f7020bc467462624e3fdd2d347b1e9903184dcdaf61a934bf5dd1c82d87870d
MD5 27c601b8f50c35a355be1c5557454ede
BLAKE2b-256 82b82f9759f66fcfc8c27e9d9d4e463617f8734640afe10d11fb75a275f3f9fb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.20-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 07c1c38c2d45d7a02e8716d007d7223fa5f53e4ba1eaa75369d5c0709dbd7ec5
MD5 78c5b9db7c634d8b4f8b8cca1a20952e
BLAKE2b-256 04c55fdf702935b7cf7f3cad28a54857b5928fd4177448941d944ff9e5b9bcc2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.20-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 51553a3cc9f9396e7fe04ca2506cf02731f857f30aa125ba5294148212ec90dd
MD5 1f02dc21a97219545712066f05611709
BLAKE2b-256 3f08bd14a41781f98c4bb94ca4ee16b2160d0c748fd7959c4900898a831ea01f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.20-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 719488fb69bff4fa3fd681fdd5cc0bdb7da11b6d4442789db9a3f6802e0f24ba
MD5 81a08c978b0d1d401453a323ab18ccd3
BLAKE2b-256 d7d1d968f0c55ab865005142e7c97a039a3f50d36308cefd871ea3f07441d8cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.20-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 57387a2829050420957b9a1db0556b2ceb879eeba04a5324bed6ddfcaecc4468
MD5 1597629a09225fe30a84aa9f973ebde0
BLAKE2b-256 08f096e714b1d6d8836d24bf9155c95141b098d422d2433cb7fcf2657acab0e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.20-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 38c72a7e4855e09889b03b62e7e55055bdf8159aa1f8d1ffbf85979228cace79
MD5 dd4d3f09b7582b02c5f9427d50d31980
BLAKE2b-256 47fce77f4aad5fd2296a73dfb6d09e60303f81b202ce07ebbd060e6accf87e71

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.20-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0902e31bcf727acd54f04964c3078b938cdefa29c14d0b7559a9a3d7f93d5957
MD5 d40a5eb5f52f7f98f337e55a7c3c0e0a
BLAKE2b-256 fcb8472a23e25673642ec12e43d387752c90d88711909c6e70483d388d288587

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.20-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 eb012afb1f81bc9a118cbab689cf304651862513387f73d9dbcf733537022cc7
MD5 5cc4d4ab21e3c39c21c63ab56afda159
BLAKE2b-256 85177e6e90531da9169e4516edd4a90b6ed86f6fdb2ab25326941b3ddc1e305c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.20-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 2b5996bfd84bbe11d3cd5b7c984e96d49ee209a114e9376bba54c005c391c05e
MD5 2d4627f77522662aabd743ce9720e161
BLAKE2b-256 8c6a9403a076750abfba9714f57b6de4d84c9f935434b252358d971a06865883

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.20-cp312-none-win32.whl
Algorithm Hash digest
SHA256 c5d709e8a76e29e71a6cd3c580301f374656e732627bbe4f92b08f6850a790c7
MD5 71fb4df2f1cd315ae60c12da17d5d2f2
BLAKE2b-256 933785fe6d72074191ae7d4d3addd1c8f21e1d2f864a2e5c39607ded90f22dda

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.20-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8c33761dbce7aab27d1666b19a17fd7117c73f8bf966477a1c63bc792f88a008
MD5 5bf6e9f885715bb62b47dbd9be99b3a7
BLAKE2b-256 5793b2360425a9062225368479cc268be6418574279d328b1ddde9b38df4feff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.20-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 cbe3e6aecfa2bf5aee162aaccf229ccf1198c3801d2a3cbc99f28330eb9a1ebc
MD5 0cc7829e7bcf45143ff9495365ad7fe5
BLAKE2b-256 4bd99c8f502901b461b20a528059b666864af22018845ceeffaa70a52f0ea59e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.20-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 712fdeee41969042bbc561ec5b39ab87b294811fff21bb15b7a19410d9f54bff
MD5 ccbc8bd7c9ed73ed42dd9910a5ce4e05
BLAKE2b-256 46f4ad69620de264cc71a9ade8a8b4792723cf547a786b01f161e8458d165f09

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.20-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 57f7f26544e61aa65c17ebd784da3455e2618904b9d96205b7de3db98938635a
MD5 73fb14f243fc53773288e7df4e40e64c
BLAKE2b-256 1ae4ea7ac405f8721206211aae040188c388ade2a0198481539a58408db18586

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.20-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 eea2bc67506852878265b824cd1fd0e5bf0004de0ea2046f8f24b6bba1e98ec1
MD5 e00bfcb49e0e79801b5e8c097de376d3
BLAKE2b-256 8aa7315200e597b9a092f0eed9a68992a62a45fc7bdaded63dac8c66411c075a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.20-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 190218b691ed244eb9c9ea25e4f416ee2f938a3ecc609315f00167ba484b37c3
MD5 071c38554e73f59801169a0876ae2a4f
BLAKE2b-256 26df27e3d60c3bea10bbb001ef6a4109f9cb450e85fe74faad750521667f595b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.20-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9b9a1bc69779cda48570277018edbc731db233bac3b6dbd8ac0e5b1c4e096c82
MD5 bb987ba29ca2345c976dbfc79b8e9e36
BLAKE2b-256 bd2c98b808a0ccfffb659cd21e7b6788ab44d8ef1a4b85b5f29283a98fafe0b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.20-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 12be86e7955e507087ae1c6213d2c5177dc4ec667b050c0b73663b2a57bd8825
MD5 b875132efd6f37e9d8b2e1dff08fd4ea
BLAKE2b-256 5be814e5ecf161b36b8369d5d53354a74307daf774d905302d64054064300f0b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.20-cp311-none-win32.whl
Algorithm Hash digest
SHA256 3bd63de3e2894659944d18778354b5676edfd76024ecb58747f398ab471e2ad2
MD5 3137b1b0addf1d9b8549daf5bbe20fa9
BLAKE2b-256 d9c3c251d08e001761bdb43fe457e4cc043e271de5abb0ef9cf921055652abbe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.20-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2d0a0affdfc41a8e4de2309062cdfa80d0ab6283177fdb1a223ab0b73255940b
MD5 04a4d1eb406c83eb9279c3da33875703
BLAKE2b-256 e8de6045addaba4f583876cd070e9ff32933466489400df634361a53bc493e5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.20-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 084a8b909c729b5534a2434405a7f97916af158dd8229344e94609f85be37da9
MD5 bd2119f0d0fdcd4692e3fedcaa392169
BLAKE2b-256 7464a9264df9ed24ffd264a297d93c01fde165c4e6a29946b04fc928aa55d705

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.20-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 adaddb38c0f695294a9a0ff4ead1235f3ff614e53a87cb88524128f8aac5719f
MD5 6ac643ee065b1ff96ea338967aaa913a
BLAKE2b-256 58d4c18f7d9c22d671e8a55ebae2bc8866d4a3aa17050963a581efe07169ad74

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.20-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b49045b29539f6b03fdd51b1251a74e3a4fd1a2f75f229f43dc88197e642e41f
MD5 df740c9b7274656830947f762ef15132
BLAKE2b-256 442c3b96183f4367412dc7418783f4493f63f1d2b5ee6f55009ec3652e9795c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.20-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 74fdf2820485cf05434da99dfe9d23876f68b4478f6a4e95d6accb7182a00a90
MD5 ce31a20d2df85ef24a0f47e478ee2fb6
BLAKE2b-256 0a277cbdd867ec2a35dc08a64cbd5a11314b35a00c3f7bfd8d811a1a8c5da448

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.20-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bbd4fdb0e53c3a38a20aa454470defbe5f3f6c34a17c13d31a83fd446b1e89e5
MD5 ae5f747db8b4be7576548fbca02eca93
BLAKE2b-256 26a8ed61b9549de0e0f290bbde60ea73e49a0d32c5bab02f1b074893a62fdc92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.20-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 328c4b1ed6e1bf4fe7dc11cd9c9dacab0955922857f979678956fa7a8600ef33
MD5 dc3963d3a10472d23bd166165aab66e4
BLAKE2b-256 1d3329bed3c9aec0ce17f4abbd6653efc8b14d2e3be46b63c9a7c77b01fbe6af

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.20-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 4c203097633bc3b4035f11648145907f1e800bc4c1c5aed2972e9f14f8160ed7
MD5 33ad6ae260ca68ffd062da0ab344350a
BLAKE2b-256 09a4621d15d80ec91db8afae24bd8764cb49f422f50192ae642479e61a4c2648

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.20-cp310-none-win32.whl
Algorithm Hash digest
SHA256 2fd1f911f812b383ac718eb734f272cccd9501c09ff926e68c63c88b77a4eb37
MD5 1616f53a389cc1fc0bf0405d8e61a329
BLAKE2b-256 c1128f6d2c87f89c773fb8c4547db3ff33b137a400b5889f8ec96e4bd1cbc440

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.20-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ee86271ef187db6897575db220e66d9b6dbc7ad6ae417c3504b61982c9d86be8
MD5 fce80c1259d258e25ed194e89d16ad3f
BLAKE2b-256 a8982f84eb83d9b64a9b526cc4c2d0cb4a0505afbb28227247970d15b65f40e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.20-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1608bfeab9e1948071a2eeb3b5bdba397b33615c17f4995fd3c2750b02df34f0
MD5 200dc1664efdd147c0b5506564ed525b
BLAKE2b-256 ba46b090b819654fb5c26703d35884f6995a767099ba02a61fb9da970225e9d7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.20-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a1825579474a1df28942239c2b63baceb9cd1d60882ab8fb17614177bce005b4
MD5 2521a213cc73d7b4f582e89f09194ddd
BLAKE2b-256 a18e6063a445f502b930a5380bbbd1c435abb66ec6a6f3a5a461e3217b885023

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.20-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 5c83d5a77a6ecf44893288df9ede94e096737df93a61095a45afd73214fd3d45
MD5 06a4d5667082090478f3b613b1480467
BLAKE2b-256 a411daa38ca987a82b96848ea5c735f5d7ab162af2783c634917a281513b1246

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.20-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9de93721a42cbc5ef2fdde758b901c05bcd7007b022e91567bcb23d22a184093
MD5 36ee4b4629607fd83780cc477588fd68
BLAKE2b-256 0afdf83674d900ad709ef0a8cbe3d764f16efbef6c5997d322aaa4c392a5e916

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.20-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8421afe26c1c58d5b7dcefc2415ea15fbc1b02a40baa04ba8ae6ed301426d344
MD5 944f0ceff2146b83478ec020b31195de
BLAKE2b-256 978660716fee0ff28cc37aa5b84c29215955dad7f578fa4e66519d859fbb7927

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.20-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 cf90e774127fbbf65ce1138b334114e3799e5d9aed650e8bece2c4da65d7ece2
MD5 09b25885197d3d632d5aae1d33959104
BLAKE2b-256 3bd630f72344926a8eb2864f7fd957d1988abda7a4656c4f68079b13cc8a67ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.20-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 15c3769b57f6cece8e06cf1196c03e35d34f13b09d161ea3e181d63adc8633c0
MD5 1bc5da4e52c460ae6b6543ea8ade706a
BLAKE2b-256 b96d8e8e1dc59aa7c31482b6fbb5ea7e74c0a9558502bd6fe49208a0e52986f8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.20-cp39-none-win32.whl
Algorithm Hash digest
SHA256 0570045b0b013217d540b20eb4b45b9c4c96b3106ea8f661d45166fcaae43ab9
MD5 188582b834a02b8a50928c3ffcadd376
BLAKE2b-256 95f9bc633d8fefca2083ef7a6e1dc4ff0708f578501f31df8d054babd7a254c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.20-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a92d75a1d67ec92bd02178eef7c1ebc7bacadf9f2fe2cd38493d5ec1e1e0cd5a
MD5 334688fbd4fe28bc17356ce5f7d49155
BLAKE2b-256 4ca92fbbc075dedc3a92307315f1709de11db725baeb9336be035d85dae4067e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.20-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e84b0cbb24821cf3d977855510447dc9bd19d7f0341d2f0f4dafacd2fdd2216b
MD5 52813e9655f6520bec6a6851fd32ad0c
BLAKE2b-256 abc8096c97297ee9b23099831dab03bf94cf43a77e19ab4e2874d02ce7ad5027

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.20-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 702fc765c9f4821bc6d95488eb1bcf5f772a6a98ff0acc29af22c8730f1887da
MD5 19fca34e2a299734adc2b7e3dd10ebfc
BLAKE2b-256 8e2a9424dffc4d679098e93b34f019d2911be6e1500803dc0a822153274acf6e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.20-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 be3393425525fa5615715bc550abf305b6f4f063dd09ae1ca45476da985ee7dc
MD5 1aa8c692bd03fb3dfd1016d5a2811db1
BLAKE2b-256 f11af6accb5428be3b5116abf79a7ffe8fb627d992207d0fdd7cdc37c998d0ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.20-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 24ea0ba8ec12a84168a403399842a22cb1391981a52bd8899df4a06e807bcf0c
MD5 5e84df51566fc62e40258da91a0291e9
BLAKE2b-256 73746938572780ccc4626db06b9f3fc855261abe19950748212a22f8430e0df0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.20-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f0edbfb79f22fe5b431511ff383c1f7786f187cd37e861ce2037844ccd0470cb
MD5 1dfcbc80fd2c02719405a04130589714
BLAKE2b-256 ba2ff1faa534a5a50f3e084cf09a9fc9b27ac7e85424af28b719a2811dd446f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.20-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3433a0fe3d4fab654ff84d6da64fc04acdb12be0d42977c9d7519c0b1a79c1de
MD5 618b67829afd70c6b3f8af948910c415
BLAKE2b-256 8ad30b474a2bbed8a32a89c57ade16737ef9caf62600846344a74b581a0428ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.20-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 247ddde388d7e1b562dd9989e7a93eba8c2027322e8bd6759ca52129659893f3
MD5 ff97e43a8ded1830fb3cb45e49a57a4e
BLAKE2b-256 6013e47dd9eb854b6979fb26838d2d1f008b5f7ea73a45864de00da77d254a80

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.20-cp38-none-win32.whl
Algorithm Hash digest
SHA256 a3b2e585b80ed82cd108cd501094a5a6c321f693c7879d74f079e0c4890518c2
MD5 2bcc2ac44885db1ca3eba7e470a279fa
BLAKE2b-256 d4b6f2c731ee3befd9b847bf4748da827eb5a7b5079890468e8ecd7ed6f1a6ef

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.20-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7eda0c1e2b8da03f451033476f9d0ea22fed1591209a4aa298fc6b7648328666
MD5 3f4bf175290e046f6c4ddcde97878d0c
BLAKE2b-256 62bc8fe7c8ee62ef6c34029d84f6f9a8c3067617cda96cea2c4f9b9ed3bd2d2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.20-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 5265c3a312afd7b1c02377b8a49583576de4a0f768a2a8f8824c1c840d6f9f68
MD5 3e841c067892030011cc3a76ac38598c
BLAKE2b-256 09685331271839603c19a9000e2652af4e2009c356a1e7dba0632d820b02473a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.20-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 48192f3b6c2c17b7f49c92ccaf1f410885111ad9811a93366c3b8a8903a496ba
MD5 2d9f0b8b136dc249b80922f55b9fa159
BLAKE2b-256 70b85f6d0c8b4fa2033c4b063c5f0faf16b9b5bbfd4b7fe7f3019de4221499fe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.20-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 4878d2db54e9d7a071ec507c1e5187bc442c8f699561e62c26e1faa379ecfb4e
MD5 49bfe968cc45151010058f3a70e44a0b
BLAKE2b-256 5cbc64f90a1028198fc8306a4df97dbb882332cd82c6b37a9b4ab314aa05542c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.20-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 83c26268494fc9241a14753b1d2acee8089cf0c6b5c759603bc56f3d6d305f43
MD5 91efafefc20824e602eeff37b190be55
BLAKE2b-256 7d66c31321019d0670d1ee720cb92bba271a73f994dea64fb94cd3945bbc5612

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