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

Uploaded Source

Built Distributions

rapidstats-0.0.16-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.16-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.16-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.16-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.16-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.16-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.16-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.16-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.16-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.16-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.16-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.16-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.16-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.16-cp312-none-win_amd64.whl (10.1 MB view details)

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

rapidstats-0.0.16-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.16-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.16-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.16-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.16-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.16-cp312-cp312-macosx_11_0_arm64.whl (9.9 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

rapidstats-0.0.16-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.16-cp311-none-win_amd64.whl (10.1 MB view details)

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

rapidstats-0.0.16-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.16-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.16-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.16-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.16-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.16-cp311-cp311-macosx_11_0_arm64.whl (9.9 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

rapidstats-0.0.16-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.16-cp310-none-win_amd64.whl (10.1 MB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

rapidstats-0.0.16-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.16-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.16-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.16-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.16-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.16-cp310-cp310-macosx_11_0_arm64.whl (9.9 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

rapidstats-0.0.16-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.16-cp39-none-win_amd64.whl (10.1 MB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

rapidstats-0.0.16-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.16-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.16-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.16-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.16-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.16-cp39-cp39-macosx_11_0_arm64.whl (9.9 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

rapidstats-0.0.16-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.16-cp38-none-win_amd64.whl (10.1 MB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

rapidstats-0.0.16-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.16-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.16-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.16-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.16-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.16.tar.gz.

File metadata

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

File hashes

Hashes for rapidstats-0.0.16.tar.gz
Algorithm Hash digest
SHA256 597408d6128fe0fc09a65e79e486d18a2fa1a0520b06e62907796f85dc227c7c
MD5 20322cf78b5f7783905220d9c832868e
BLAKE2b-256 671f3c14c58764c1fb3598bdebbfbce610910ed10acaf85914c918aae83f75f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.16-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 00feceb7226302a561d28f87423c0b866df10a9b44e05466b08f68f6acd65e0e
MD5 3f297adc800a2adb21dcca3c1a24985c
BLAKE2b-256 f60d7c0156e1788b0807b39da225f579bf3a14536fd03959e7e4a2dcc09f1c1c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.16-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 dd234266c7ac3044dd2ef7d165af389872c3aa13f72bd9f0c2fb867355a019ed
MD5 29387e815f6f252d1bb74d86b1292850
BLAKE2b-256 7f98ce94b4d08996527b110a5084c8f80c588b7613c27a9158c891b06d8d6dc1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.16-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 16ee7a548d1dd52df95c8d74f9a356e5fd2d71cde713a05cffaf851ef3d2e1bd
MD5 20a7473adef689d02cc0acbe14bfdc50
BLAKE2b-256 bc57eaa7a51a2dcb7c4da68b3dde2eee58c184f0737af46261b7d9e03e068eb1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.16-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2b995cd6d315d23fe2bd527c73aa4aa20167fbacf9c78d11f3b54ae34da7fabc
MD5 e27129ea379f74238607b6e721602941
BLAKE2b-256 161589ca8223f536f2cd56d53556b43e2ed142e493a47c840ed62657487145f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.16-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 958f3afd26b73ca5aa070a7e3f8ea73a66fb9c4deb51aa1195743a45bda00ada
MD5 41dd4e57e8e00a89348a31905b9be513
BLAKE2b-256 b964d0411ad29fb50afbb9c6f5e4271283f23b697cdbecbfbc473dab8d9a7911

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.16-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5ebe0e0b8b91fd161b40c304742a7a04b257fed51a996cc37db8f3832a365708
MD5 8dfb4a3488ac6a4a9140500076a17db6
BLAKE2b-256 e777f226b999649c6f173bf9157551a08a41456ee54d3733fae11c88af743309

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.16-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c155ba9905c8c5eaa3e6f97f2bfefc3a6eee056bca6fb1b044d19220ad71cac4
MD5 41244411e519c8a70911693b9e19a9f6
BLAKE2b-256 57f70723dd24338ba0a75c750116201219393a45a4a9033b4eafd84be98d28a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.16-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a2ed0d568af3584571865bf61152df079c51c83bc08e3c08595631c973aacd5c
MD5 8ddbcede43f36c94cbfe01647456ac1a
BLAKE2b-256 674b642dbbb2182b5649b8e1ff75c15202b09076de463e333f3a08db1b5a99f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.16-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 385b052e5bc4f2e5ba61376212d7ffb52391317ad382844a25cc73bceee7c273
MD5 286de19f3ce88077d40e20baf05773ea
BLAKE2b-256 932cb33a19a6a7e33d61e56017204198a6cb52e66245fec05b86838d0790ac98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.16-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2e4a3c95108499b48b8b7958597bfa69a04c1a16c816d1b23a9e3dfedbe7432f
MD5 f7fd06f7bb68a543fc1c00311de37d1f
BLAKE2b-256 3f95ecfc090b1aa4f37da7cc720304116636a10105fe3034a124b1791973142d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.16-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 27fb717e18d9222e32822b9c329f71e31a20737707dbf327678b3620ebe25a45
MD5 3da87e95b45b492a4514c001cc349d49
BLAKE2b-256 2204057db4d3b9dbd6e35390d58b8104b044360c65213d809cc1c7504b83af64

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.16-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 33a1df29f8137e7ba2adb79a1ddd0c3c124e24f368f9bbf52938031b87ae0483
MD5 1b91b32f62328fa0927e5c15544857b1
BLAKE2b-256 c9630611babd7b687b43ad7dd169bcd00a0f232d48c1d7f3b3ddf30c660caf44

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.16-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4f88cbe4d584ad67262f409c49221f55bac7826e4aadd8ee0f7a6637c98c9cc2
MD5 b4bc191e0645a9e0115b24b0838db554
BLAKE2b-256 652a305789349ac6cca3ddcffdf6c2e0193a7593ce90f30dc6986758c632dbfb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.16-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 53426473d73921954bfb2e95a1f93f5302b4509996c3d86f10e4d8948de044a4
MD5 53dfd77cb12c45d80dfc8974e9b53051
BLAKE2b-256 8ff9a472d9434e869eb87dfb0cc797badc9f020a96b49477bf85e71fc6583943

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.16-cp312-none-win32.whl
Algorithm Hash digest
SHA256 3b7025d322ac3051ad664aa1a617d385e62d75d8d1a8e692cd9121fcff8a5acd
MD5 be2810a4882d599d20364da85c49888d
BLAKE2b-256 6a92a98c87eae5b4732f95e12b6356b2061447875d060a2fd53af8bc7f721869

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.16-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c33239ad113ba4740d6dc4029d7d77cb6beb4b0b1573dd0438482d352399eea7
MD5 2338583600aa4dee977aca51119e6895
BLAKE2b-256 6451aa476517490513d062aa36cf7b232742306abb56575345e5e13025928824

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.16-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 9c47e5a1f464cb3192a1e7349349ac4241ac7ad2b363c9d8d1775df3d4399981
MD5 5e1365aa1874baeb29b55f718f15aa7d
BLAKE2b-256 02bc719e542d7e158df3e15b65410375478099eae81433258613c15c104ecdb2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.16-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f4be64c241bbbf6b37e4c04631f06b8821c84f64b78aeba6ae904fff7ffd8896
MD5 e9133fc04023ea607611263dadfb2f2e
BLAKE2b-256 cbb2bffdd38a4e14eb4f449f71be22602d7fb9b43d0d3331da862b79119459e4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.16-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a3d9ec249e9065eb0ba8928483958c829a9b165a4625899070c67146956a658f
MD5 7d7fa9855e242f972b74209670b8ff11
BLAKE2b-256 bdf57fbdea7327e9c579d9399daae9a114991566579055664cb73f1c25bf9a13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.16-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5895bccda4cb66cbbe5d74513d690bec01bf2b03a356741edab1316b68d89727
MD5 6b781f7dffd0189eb68c368a4377806e
BLAKE2b-256 ee4b09354594b401655d00eeb07876eecd357de970e53c9332e20a75a0dfdc29

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.16-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dcd95304f13aa69995a70d8c5bce01307decfe8f521b776ea5f5100a6d5cd7a2
MD5 256e51249e9ea125b0210f8d0be2a5e9
BLAKE2b-256 235dfd69ec81ddeefb25b11d42a9ba5a47b1772c14bc8371b1d3f6742116db82

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.16-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2177f2fde0344b68542547e675ac2dc13f28734a5ebdd1fa8afa79cacd143136
MD5 89f8c3e2003e206c77278676843e4c93
BLAKE2b-256 2b9a37983ab010dd4dfff2ba952e58d9dfeeedd6d30efbb41a75fd2a6e5e4d92

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.16-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 1f2f29f5de44eb8ed8960e2ae8b5229bbdde45ad7c3dd149453bdb78c3cef7bc
MD5 619c847c9a947ab8a7173e27df4fbfdb
BLAKE2b-256 8049d5497c7b91b019acaaa8d505045e290220f99457ef2a9bf51f6c06cfb9ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.16-cp311-none-win32.whl
Algorithm Hash digest
SHA256 b6fde7376f4174ed40fabde5d68a817a5ff2040782cad36f45e5915b0df12928
MD5 2f94ec78b6a5d3b5e7c2e933661e5284
BLAKE2b-256 03bf257953dda82ee0ee78fa930f7512c5e7eb45c9ced250dd653bce73c60351

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.16-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7aa921516ef1624536ec3ac1f6d43a816afaf07376b8dbd24abe4390eae95acb
MD5 c28370cd4677dcbdbfec8c748ad63d4f
BLAKE2b-256 4f21a099b45dbeaa3ff4d9372093b2bc50ec8e9558dc49d48702edaca5511935

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.16-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 edf3e23490c0a1a9c8180baa6a453a021619390fb90c6bd311307dce84a2497c
MD5 301e3b41667647752ffc5cb1f55ac74b
BLAKE2b-256 48ccd815ce938d12a76a20d7a6a4bd2f21eb7e7300bf9dddceb4ee876bfad69d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.16-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 de06d9fff3ba3c7dee37d20930d190d852ec113b4ce145172d3e4e1991e52e1b
MD5 940da4e0d969f421bc7a27faea665783
BLAKE2b-256 c27b3191deba7575015c8489c7aa9fed4484c5149907e665898635709454f95d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.16-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9d75fffd8fecc826bbc03ecb4c5299ef116c26bc2deac7686499ee5c2c397362
MD5 06747a6895eac0514bc5211aa8ce09f2
BLAKE2b-256 2f0c97f3f4abef6926fafe201800eec7932feaf8a638c326f6b24ffca38db286

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.16-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 97a13fe33b3966ae01c37b795090072cf309545c3a26038a2c056ed91a922434
MD5 d115a64332ddf804cbcf313f649533cd
BLAKE2b-256 40dab4ad8a8a819c1ce87d9a127e9983c12beb8ce27582a8aabb0338961969c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.16-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 aff0a0c5ce5657e9b868d5abc5990412d6a0d7d905d95b762ca6de91dfd7b02e
MD5 30bd47e54639a627bc5f478e1579d761
BLAKE2b-256 42290dcd67bbeed17f0fe58809a0f49a04a0481f0733267131a0f85ea29ef8fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.16-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9b9d8e2c6189745c47b28183cd32da68020d04ce1f10f742d15dde5caea9b2e1
MD5 fa9ecd7785f7aad3bdeed15a15b998cf
BLAKE2b-256 7355195c22ac48028b6f54fbca61fb81e623937ac73e7a092d206d2aa24433e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.16-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 e5ba8859e567c49348b04ac3a1ba4982548b99649f1be24b663d217c49e33e8d
MD5 f139679eeed0ee4ae00d7c6e36afd11f
BLAKE2b-256 ddcf9d17bfdd914ae01ce157e14aa031c35d77da9352e97af2245f632185ca1e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.16-cp310-none-win32.whl
Algorithm Hash digest
SHA256 a9776ac15f872363b0327ff5316f52d190e8d18750b117302eddcdfe0598cc0a
MD5 86784c6ba4d1677c7ed776aa0c329236
BLAKE2b-256 8813d5973c18966351e7d58a74deb481e1731c86b86de03ee09dd6fc790861ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.16-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 776b0dbf167f07ddf4bfade8e42c2fff15510bb2f6e51a704e71541a36f5c9e2
MD5 03718cbc724169204d13e86b5b7cc1ae
BLAKE2b-256 f8d20be883ac57bd0e7349c98c3e6a86f155a3ed55bbe8450c6a6127da2a0cd2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.16-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 04dc20ea134b2b5cda514cf3039f88de13eb6df00fbf3cd9b9a3ddda6fbf30ef
MD5 5c2facfcac9611ec3c62b3133b136b5e
BLAKE2b-256 079faab8d697b872264f8e501cec54f4851ffdce40a84b97f39188ca0999351d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.16-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 80b7af17fe17f068683961b2284e33d836d937a9d0f69a41c0523143cabe8eae
MD5 c299f982b4c8cabfcc694b282215e811
BLAKE2b-256 5bfebbf280dfa76f1f80c6ce08e68ffecd57c8020aaa5ae184d274fc01c3cfbe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.16-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 741f35a3ec940ff6ce3dff0fd89c7e30bed6b68549f296550510eda8c9774134
MD5 51060c8a102bbb0543facdaa23f547c1
BLAKE2b-256 78b79b4149a8726119d30fedc0bf6d2450f4b8cc017faa2b9e55898d61d9a8cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.16-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 21a1fdbad9a9258d8d5d17b9bdb1e7f25bbfb3e5c2696805532da68d2def9876
MD5 247fba407c0cb7783edd3d86f0b522c4
BLAKE2b-256 e5fb2106fbf965ee7bbecd276a197ee6360ae668ef49c95f2f1462c17f0bf7fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.16-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 20a25dd1479a7455552884290e0f1fbf450761d7582ab45d329d1e1b532ee12b
MD5 c54cd7e1bb04e3ce02f8cf288040d4c3
BLAKE2b-256 917d8fe9b600b04d42ee2cd909279a05d1e5855e8e1f42a8a1c747ac71e97f6b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.16-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 63cc44402d8239bc2a560faae1e78976143459033324604b02de44dc9a9e4b65
MD5 da461a510155c6ee6336b7e1cb418c99
BLAKE2b-256 c3b5ab93348cd1be71fa10effdeddf45e3616d779b8272a1ca519472d274d7bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.16-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 18156f7cc965e3d889e05a7cc0acb2091daa44d9a85f660949b9ea4479392f24
MD5 bc8b6d543b89369a7f992afb06959319
BLAKE2b-256 ccbf06c79f29769560351c91b55acb32e7b3a7355182b5d4a77f0be3a674e98e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.16-cp39-none-win32.whl
Algorithm Hash digest
SHA256 0227f4f1fed782018cd44d89a24ab5bee80fddd127c539a9982857aa0b789f71
MD5 5f5f714f6e2b3522f4612f083c4de2cc
BLAKE2b-256 672194e196a06be580d1137cabc0b0d44440af59d8016c1c1848515fdcfa266b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.16-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f08ab2af6292b079a21e2d3dba00fbce0805a42f4784a3e9685f10a5921109b7
MD5 dd9418a8f383970ab340304b6e35c148
BLAKE2b-256 fb1243c6a5ffc194eca82d9ba98bbf68a4494fb137b20036e55eebdd2fa4f787

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.16-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 2174bae36572bd9eb62ef8802927a46ad539a91ca608a787f8f17bfbd63a8be1
MD5 2f470d36b827070cbc84f757032a3eb9
BLAKE2b-256 7054253ffd1900bd21c0b51d95e11b7dfa1d6f4a2d6b1b0663b6581e27fc0dbb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.16-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8e17754c80b0c57a47269904cc1f15848b5b704c73a3dd43840b0a4b2536f7c7
MD5 1da56d0817e37a0347f26fb3fef64129
BLAKE2b-256 67b6dab0376b75fb243e823412c672bde59123a7f65f009b64e8fb014e0883a8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.16-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ddc1cfa7a4890ca613c75223e0ef8891a08b6b2a7d55ac5d93ffc2387cb9afe0
MD5 cc84df10515e8c7af2ea2f903f2c7051
BLAKE2b-256 e566b5a0bf751b08bfd3bc1761a80c9da364f8d5f061fdaab3c546b72ae8a00b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.16-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 046326feb3cadf5eefa972a443171d411ec4a22474d923f2f2a6daff01c1312d
MD5 cc7b327e564a990953967cef88d83cc0
BLAKE2b-256 6dbd247265a5b41216c90de0bc66b682af44ee069d4f457327e38169cb8208cb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.16-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e059a71359003db8d595a1d3a97c927535dc658c26981ffbb698611477cacc52
MD5 01d717f91fa4453e00ac1a87e3ceff1d
BLAKE2b-256 89cc6773f6910f17ae469a4486f5be208a2a80bac61d4e8914bdf3ff17667ec2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.16-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3905d28ad528d9abd4d6c9f50341efe9dcd825fab571a4b4a9eaff05935fd638
MD5 42e18b9d5e1e5df7c12ed8fff3e9a86e
BLAKE2b-256 4c676383342d54b8971f5fa3fc1269b96af275fde74b47001aa4243a66e1d83b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.16-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 0de455605d4b12a4d873faa2ff9cf558338d5ae2b9472cdf71794a5eca87b793
MD5 eb8420e17821995f9283b52cefbf8523
BLAKE2b-256 45407f003638abc3809e139290eaa84590b9cf4082e1d669578dec8082feb465

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.16-cp38-none-win32.whl
Algorithm Hash digest
SHA256 3fb71d72e3d112413fdbfcbebd5ce325ce1e4c5fe74c2daa6248eb84c48f3381
MD5 9124f4d8c85e494c4cc415e80e822563
BLAKE2b-256 b14de31ef7e5a052572f5625d9a0f3c2e5380bb378a3f382e2f75805e940f535

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.16-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b1369b68252615f94cb0c6db50f36f74781f955bb687d536c1c8b6ee7ad3d6b7
MD5 a8c5dbb8b63c926412228bb22154cef6
BLAKE2b-256 c1160edd43e12aff11bc2deb093876531e51bf9d9ea007b490785830a8bed773

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.16-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 21dc4bc13d5599a1c5b15e2e00f099c2b9d5bd650c6291c8c61c438d3b380a52
MD5 254ac798674ba9d10384f6aea58618be
BLAKE2b-256 2d61d2c02cb4ae1df0fcb9153bae5f10c56025933609bccbf85a810f8d7872b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.16-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 59d33fb98e733d84eb54e2cbd95ebed5126d36cea1ac566c41223dffcf794c38
MD5 b6df281d530cf717054727aa885aa39f
BLAKE2b-256 961e772f6af4559f6be3f71a8a8862ae79533273d650bdbf76508225cb21c59d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.16-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d6c779c44d28c6b40ee93bca156b5f17cb5e9e5e2ed440e198901f577fdbdbc7
MD5 f55f236665d538929881142feafa2263
BLAKE2b-256 ce9816e49bee0a0b8e7a19731bb953da845d6ee0a9789105a9211aa23cde8c2c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.16-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 50efe83bf3cc6333c0045e6318264910bbf41ee25ee66ee4cf769e839e66e1d2
MD5 dc2b24408c939ecdce9c4f2ebddfd6f9
BLAKE2b-256 46c4da63ad54fafadb87d7a8d7650dd8261ec9cb62c0d39f5bcb36f15b57957f

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