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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

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

Uploaded CPython 3.12 macOS 11.0+ ARM64

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

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

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

Uploaded CPython 3.11 macOS 11.0+ ARM64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

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

Uploaded CPython 3.10 macOS 11.0+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 macOS 11.0+ ARM64

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

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

rapidstats-0.0.14-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.14-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.14-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.14-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.14-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.14.tar.gz.

File metadata

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

File hashes

Hashes for rapidstats-0.0.14.tar.gz
Algorithm Hash digest
SHA256 c3a507b02ef9ad96f44080d310bb918ad70598f426854dfb7a4acb97c08fddcb
MD5 0cd758feb530742a938638e1a6b1ce90
BLAKE2b-256 729232aba44edc8ad85572c48e2c6b7579fa005fec1061afae17ad08c42948c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.14-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 72e0ce5a7fc25de421024489dcb27abb1d83a8db07df7e4ec21f9b34798ae28a
MD5 bdc03c3daee75ae2935a24454393c656
BLAKE2b-256 d33b2a8f72315fd4878df4c3369156ce800dde2940cb2d8ed1d8ebc89cf18d1a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.14-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 57be380bbe1e62d3a3547372c4ae799c8fc32be8970094b1b4c4b5178edb638c
MD5 a0bdcd9b2b833db02d96a763ae2fdea4
BLAKE2b-256 d9768bc09f116a916655bc23779c22caf36c12f6d510bfe8c4fcee1d4b0754e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.14-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c98f3e35c8f0b8e3c888859d5c871c03a5809c6406260dd068abc67592fd8658
MD5 f53f77dc14b81d852330132036238bf2
BLAKE2b-256 539d838a27ab087d10b733aedd53c0b0ddf51d745c3f8a12aae5ee3b50112365

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.14-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 91bb7b7fc1125b6f964762ee70a9586c70788f2984ff743618a55d0e73f38b43
MD5 66b404209c842b89c343e259fec6b669
BLAKE2b-256 0148326b1b1f6da5ad94a51be19557321712070f950c55d31f748cf584b6bf2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.14-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7405dad2e880b7415f8d7e42afdc25d8e1b0ac92e3e2db4db8a472b350adee48
MD5 630242af83f2576fe5c145c4f21ff281
BLAKE2b-256 d40e30100f10b0e3e99017b18075240f428a604a695f9c6c8973c09cb0536561

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.14-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fa834024e99f32271a294ff22a9d8a3adff9a2377433cb381e05dfaa3de204f5
MD5 684078e0fb435f0057ec59477d86a255
BLAKE2b-256 8930e0d230eed9c66e079062b8792e7be99376a7ae23d2aa3b1093290040c048

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.14-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 024e9a816c9a8ce2a56a55e46773384669cb38a213eee1ea3d39c34b4e34d8b0
MD5 2e9102b3d6a4434c8a39b989ca5833dd
BLAKE2b-256 d22d31f28460fc58d486304d2bd3e0ee278e5c88e6f222ecca31a154940cd89b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.14-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ee3183c97b2afee96b4f149b4689686e8907f468ba263cbd8077f17fa4ab4c04
MD5 397a0a2f7916e54191d3885204246736
BLAKE2b-256 8f157dfc4c8888bf0090aee8db90dbb8b49501e36019e51a3b9b287f1552f9f5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.14-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ff8129c096ab24ca239ab8008b7f77c233b92b112fc1067f40fcb3561afc9e19
MD5 c57bb17d097f7df297d9887325b87972
BLAKE2b-256 ade6412d19fcab4005d0822b20ecc83266a4440a4da0fb6f744396f1db58ff28

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.14-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7156e4d94109fde101f26cb45d4442763970a2b87beab724b6dcbb7e7fb0663e
MD5 0580ec747263130d6288f949bac85662
BLAKE2b-256 d003b9b582313d71b2e13bcbde8e4de347ffde4b1577960ea8c3a006d73142e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.14-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ee1c8e738953f22e9fd59fc4d95e0e0b1483d99abf61d0c742f7bc34a4606fd0
MD5 b7a70acea130c505b016759c7b3c39ad
BLAKE2b-256 d58346d7a3a18435181b349ed753be978a7c0c000d7174de5818caf68efa08f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.14-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 60df55282b3fc91ded17b99ec9df3cffa6bcd7f59868289f7e382ddec35bda4e
MD5 9083f75da43b2a050fd392067c3c848b
BLAKE2b-256 a2f1d2fa862ee86a5312e06d3c2c72bb8943143296d5f8a91d10f15d43f9437e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.14-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a19daf25660e7a163e10a093e95a11c255a715d522228dda1f2798595f57451b
MD5 74555f2d6334c5e75ec5d995f053ab2c
BLAKE2b-256 e940afd17d3992c60bfd30d7fcfb3ea5022cc20fcec33b6550ed9f3a4d9faec2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.14-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 b5812dc70f7478cfad2e61b25b6345a1a2d6ed5ddd58decf9e714971cdb0ed0c
MD5 cfcadd27f74e7ecacf128da5cdcc2a17
BLAKE2b-256 d4819aa737c7a5e5d742be2360645ed31cdb3916545dd2ef4bef2d35757dda2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.14-cp312-none-win32.whl
Algorithm Hash digest
SHA256 8245bff80b23cc9ab04863d2465112e1a6c5a61b937cc5d0adfe90cfd974be19
MD5 310b6eb295fcf14dc567b9bd328d9cea
BLAKE2b-256 f8b360d7b91b7e8270bbec97d3ca6253ccf6aeecf67146a9c680d78e2eed3895

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.14-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d45909cf691727647a8c5b7c04657610e7c338bab15dfb5b46013178441bde51
MD5 f287864696dd36d264bc1b220f623fc3
BLAKE2b-256 2cc1c3e421356d47f5fb4f484b28fc52eaf4a03673baa7440f3249784b3bdc67

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.14-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b46a1a3aacd2ea561c8da48964835f9273cd352a5c36d1942b7e6a3a92fe83cd
MD5 256d87950e5948564c8e1fb12d0bd61d
BLAKE2b-256 42977fa5e61b9c062263f61e12d5e7ff5fbb335d8e2400b5c717d6d8bec986ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.14-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7bba889d1f1543787fcd8999c6b35d3e308fb2b303fa9b8ca2bf45a07071fddc
MD5 a972de0a8355af33e3c29cbc5a5ed9e4
BLAKE2b-256 8186225ef4934e83d2fd757c8485ea9a7d164a45544b00a0a3aeb0f7efe5d957

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.14-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f36bb15c5784413fbb15df245bda77b7e7c73af16971d44b58015d86883a8443
MD5 9396aba405b7709381d8ed9e9246effd
BLAKE2b-256 964f58c4cfda6740358932d92d3e5236ed2cd0b5a7e3d25f4dfec9f955056e9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.14-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 27cb642ef9188eb8e6c6ea02049d660692ef2ff389523a157918aa2b38bc5972
MD5 2d305b81c77a322177efc68c34ea80d5
BLAKE2b-256 fb7eee16ed18bfbc86b3b4699e7ce4b3cd8d91ac6f37230834e46ba4b55ea984

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.14-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 df640e4d712f5d19544075fb076f5f2047ffbaddb46e25141746bae090d6a574
MD5 83fd69b2d2781e53f66e70989ba704e6
BLAKE2b-256 00f5aaed76c495815784a4227b8531a0d153e0bb100f4e6160ca9a45387623a9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.14-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 b3d376204ce54d1d9fba7c6e8c3ecece497aca83ccfae43c33ecdcc2036a5ca9
MD5 6bf61a797fbd53468026d49b705e7c84
BLAKE2b-256 fead7825ea55a7099275dc445f6e896937d96d2c4f2bb809485741db46d8e5ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.14-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 e6f80b023c2504f7aec25492b0b87332b9cf7240d643375bdfcc39a5be6e5744
MD5 8c2435c4c3e909011013fff966f528cf
BLAKE2b-256 fde262626d3e065b8787d756f575a24534e0926fb5e942e8596637266cc1b2fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.14-cp311-none-win32.whl
Algorithm Hash digest
SHA256 c4b451fe14f9a6444e4a75b08ee7eba665a540f869df0f3c5e035a59f183f33f
MD5 51b3717fab44453cee9f3a30d8188c79
BLAKE2b-256 e1d0b9eb731f7248c09dda676eeec08d22c1225e31ece65389b41b4075c15bd2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.14-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2216008706338389bce5a0728b8026aec2fda065875431a099e5e9035fc2f5a1
MD5 25485b65bdf073f95e4bc4ebb23b55ac
BLAKE2b-256 779d72c46951bf812521a416446c3a71f15f90eeb6039656efe83ffd71e47d81

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.14-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 79ae1e0c980795b4b2a6b32971fd84809f046e2f6f4b627dfc3d3d81b169775c
MD5 b103fdaf8fcdc90639c4c4fdcc292a62
BLAKE2b-256 14ad66ff4c38ccd45ff9cbff087ee1769ca23f1192dae3ae23f4617b91ceda3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.14-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4060adbe7d1fffb7dc8817302e5d988430beca10946e250374009106d8ad2b8d
MD5 fca2311b8c677fd8f96dcf9d8b9de707
BLAKE2b-256 7795ed0b578f16bc37916dff8a5b9b14cc6bf92307324dcd1616695d952676b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.14-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6af1e68f0dc4047cb1850263c29cbee5d7cd5bdd32186b0cb025132318d92bc3
MD5 1d2cf6629fa71436ae99b2e94d0915a9
BLAKE2b-256 45ccb6b5a86a5bdc7f53a11a72f31cb94788421d60f5109f0fccd71b55418200

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.14-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5ff8396b741c588eaa0ada841f36e31a2723bc400fc35a5196df52ff6c9938e3
MD5 e5301901892abac31fc3278b15b9df3f
BLAKE2b-256 4deb4c833898d2f2d9ebd966431c5a3b37461c025be11223e12a214635d1cce7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.14-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e6e78bb3831a2b0901d912ba7b41e82654eaeba9c15b789fa49b6c9a8e8a2932
MD5 d6e9e7105d7d20ac2291b37fca6d584f
BLAKE2b-256 07cb761ff6d186daf034aba276a8ae1cb35893a3e3c82a88c0618be850f66a0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.14-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 efea1c6dd741d8dca0e559756cfa5854bd1fed81e9adaf7ca6ad8b263ad05186
MD5 3d9fb2d003a2480f16991f3edfa9b286
BLAKE2b-256 c945058bcc1eca7ac82eabc6ec67446d113cc3bd9437ae2006c28cc18814efa5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.14-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 2b1d45a0758d646dc2d4130f55c8d281bc40843d4e9ff2878e3df5c8f9032cbd
MD5 548dcd16d84196141f3dce0e14f95496
BLAKE2b-256 7805fc71569067c08dee4674a1b16af81261d0b3481e07c4caa69e59474dd47c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.14-cp310-none-win32.whl
Algorithm Hash digest
SHA256 2ecf9828f735fed129037be27ed7f7c05e8adb5d16ec3e2925ab78cef7f31fed
MD5 c11a437be639be0ad397ca5af056246c
BLAKE2b-256 acadbfbbdca363d0f70e6d12b91a15064df8c6fb6232fe92f1bc5158abbc8677

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.14-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5bb879d84503702a49d27ae3c940a2054111eec897befc861c7aa205893ef59c
MD5 1e035582aeca456c7ee9ab3c05fb9ac9
BLAKE2b-256 d6420319b5bee23e9f4998890e8935d08c75d3f754f1cea02ac247ebd1da92b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.14-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 85bb8c19cdedace439722193cbce41e6613df9c8eee4a8f85ee6c078f2dd4371
MD5 2ee273c7f0aea19af7e7848833acb368
BLAKE2b-256 b820134c17a5e19c8e6072771d551718cf81c19e86fe5d77d011d704e78cc38c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.14-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ecbf62ef57af648a813344e005ef639f38088389308b5d544e0e6759cf0b7bc0
MD5 8814242ca7918a40a9b0d842c91cacd6
BLAKE2b-256 70fa245aa1bf896f9b343835d954c04c3c68f9417c534d9f1e4e787772759a36

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.14-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 c37cf8e21168758c4e8d5c317878702404b7fa25727bce29e2e0fee81a43daa0
MD5 e6b93185d8435f78fb2c36c9fff2b829
BLAKE2b-256 b9e2868609606a809aac53a62ed65798dc6389b1d576e661c504d5193ebb6adf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.14-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a9031393f3fd08d1366c8a63f60d161ebf4558858aee8869056c1f4d79ab7627
MD5 4e4ead41b8f5596bc6118c94e581a2a6
BLAKE2b-256 c91cce2fe1049038037d38d562800bfab297ae12c61bccfd10ecb635afa50314

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.14-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e36fc62432e27a5991386dcfe9003cfca9ebda2bbcd46ba5c99ca044fd139191
MD5 1948e3fb611dded50d9af302114bd8a9
BLAKE2b-256 8d312d4ba595596b62efca86a96c0b772edab65bffbcfbd1acddac464d29fe42

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.14-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 35d0604d79d2dd9978f243704119afa9569d476c5b608412f17b5a650b568ac0
MD5 190ce7319c57a913225e44e7992ad62d
BLAKE2b-256 dc5e29c005d3d244f4402e248de94fad1d35e04e96b2ee5eb29529a5ef396e00

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.14-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 9b1ff7f9490d9fbc500d816f1fea45dc649911713ef9c383d944f28a966b1de9
MD5 1b628d55e6abe732115fa19300dcf8bb
BLAKE2b-256 a28c69695aa32f505de78cfeed1274b1d99e254881b7b8c41dcf37d8f63651de

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.14-cp39-none-win32.whl
Algorithm Hash digest
SHA256 50616450e14aca157060cf9e4525b7bc455d7de9db284e4d9a315833cf716de1
MD5 f9bfd8bcab438565940f9a71ebf60245
BLAKE2b-256 d00216f5d9c6465d172067be9d15e3cedf0670f86e208af0578606d1c5750aaa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.14-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 966b52d665cc6d001d0ea2ef785563d683eb1af950e42992119a22f23562d163
MD5 e7f5e1e941907539ba44d8a365b1f87b
BLAKE2b-256 82eb7b228a7f94b1f92e2f4f0e08073d4aa304bde316b275025dd54b72e6d6a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.14-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 dc35cf9a23e7c52c91afe4537e56bbac9fde6fdb409b5e441b77f0cd6b61633c
MD5 7fc4219b53a770c5c638bd6eae3d4dc4
BLAKE2b-256 8091a1c8138e07ccf241a9098a6d1d51dfb274ca03b729fdbe9ed9492d5b1e32

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.14-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 29f7f980b4f85309d41d924073443bb082da84ccb81a723229eb7902ed452302
MD5 0730ae0ece2cf8e8319db0acc22f4bf7
BLAKE2b-256 0462c415f572e34fd6c883f74b0e47c1a5c6ef2c2c79f30489a802838106e6b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.14-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e99e8eae54aeae17314a6b98c5ee4dc0c7b5fd345aa691ff4e25501e2987d6fb
MD5 faa19c387cc6f39071ea1357318b95b1
BLAKE2b-256 aa91f31f405821710be232ab1bfeac184601b0942516b37194cfc8df2900d2a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.14-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4877e0af5f5c7afbf0bc68029ea0125b7252c1530ec6a936789ce01ca038abfb
MD5 10471343f2cd39df6f47126e6ed9212f
BLAKE2b-256 c4923b4a81973f792d826ed9594cc81698918e0d072dcf18d4fef9b7bd1a14bc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.14-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0f10ac40d03fb2d4d23287507fd6316ad1472b283a89fcfcb92df2f30fc80892
MD5 cf64ca728140d3a05b17397e8ef80ff6
BLAKE2b-256 69f36df0e5389029d98ec7c2e70a69141cbdab9fc11338d1c5957d1214acf092

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.14-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 cd6b4fd91359b1d9475b4b1814adf23c7428f91a107efbcbe00da8666e699253
MD5 64ecd698392d5265ba56a8dba75936f6
BLAKE2b-256 07ffb461146bd395c38bb9480dab817a7112f3801d3bf675cb149bb20e8b14da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.14-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 ec90b104d488d916885d58abd0b47db073f6aac5d803a80bebc0dfa97a9abbe7
MD5 e974699937e482697d91de5f49396137
BLAKE2b-256 8ccbaea169137c912206a3d60199f286f5f3e1589bab2d0c92d5eb721a514866

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.14-cp38-none-win32.whl
Algorithm Hash digest
SHA256 0a5b3fdbfd193b23812d44e2fbb6113e4c9fc1f800180a9ae2bc77864fc67299
MD5 dc78d7c4333f2d91fc5de0e970bba0dc
BLAKE2b-256 695b89c6e5fbc84fd3033590d31c605c0fd732767ab4c25250b2651169605899

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.14-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d2e70cb61a6c7c42bc90238d378252f0dee1048e6f1ef9dbc692d739bf303dde
MD5 e71149605b97a98e31e3791aa12d7f99
BLAKE2b-256 6ea91ef278caf77dc65a5a711ef11bfd6c216f5c41de19e9b291094f7832ac8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.14-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b804498021f6712e5865acd9843f524f6475a2b437788fa138724a39776a74e6
MD5 9577dddfcef77f547ad15539d90a62b7
BLAKE2b-256 14649af4687db300221e0d75fb0cf838c9411ce2ea4bc6c9ad2d83f879cfaf84

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.14-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 51aba1533b9833b74715a43183b3dc5706fd24d99192163378d3cd2c0bd6149a
MD5 5a5fed3b2cfdc72007ce9a1f46804ee1
BLAKE2b-256 95ee67221f6620dbf54a10555490b5953ae59412429b97d25c911fcf52f9d6b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.14-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6e3b15c71b327a1797a34ca949710604c792c959293cdcd0effc643c60f9b192
MD5 19b009e4b2e9220ea0d55cf5129aadbc
BLAKE2b-256 a4f7fd40529d97577b69de8de831951cc9411faeef524c46bb7d91be4a05462d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for rapidstats-0.0.14-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bfcf5f5e5276ae4343b20747fa556469721ace73a011816a66e5c79060d583eb
MD5 814ee0e81e48f6159c1762039372e5af
BLAKE2b-256 b29f8ba2f85569f50abfd02c09a01da48ce2e3f7b3700de73f12e76a1cca3517

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