Skip to main content

Fast, lightweight data profiling and quality assessment library

Project description

dataprof

CI License Rust Crates.io Try Online

DISCLAIMER FOR HUMAN READERS

dataprof, even if working, is in early-stage development, therefore you might encounter bugs, minor or even major ones during your data-quality exploration journey.

Report them appropriately by opening an issue or by mailing the maintainer for security issues.

Thanks for your time here!

A fast, reliable data quality and ML readiness assessment tool built in Rust. Analyze datasets with 20x better memory efficiency than pandas, unlimited file streaming, and 30+ automated quality checks. NEW in v0.4.61: Generate ready-to-use Python code snippets for each ML recommendation. Full Python bindings and production database connectivity included.

Perfect for data scientists, ML engineers, and anyone working with data who needs quick, reliable quality insights.

Try Online

No installation required! Test dataprof instantly with our web interface:

CSV ML Readiness API →

  • Drag & drop your CSV (up to 50MB)
  • Get ML readiness score in ~10 seconds
  • Powered by dataprof v0.4.61 core engine
  • Embeddable badges for your README

CI/CD Integration

Automate data quality checks in your workflows with our GitHub Action:

- name: DataProf ML Readiness Check
  uses: AndreaBozzo/dataprof-actions@v1
  with:
    file: 'data/dataset.csv'
    ml-threshold: 80
    fail-on-issues: true

Get the Action →

  • Zero setup - works out of the box
  • Smart analysis - ML readiness scoring with actionable insights
  • Flexible - customizable thresholds and output formats
  • Fast - typically completes in under 2 minutes

Perfect for validating datasets before training, ensuring data quality in pipelines, or generating automated quality reports.

Quick Start

Python

pip install dataprof
import dataprof

# ML readiness assessment with actionable code snippets
ml_score = dataprof.ml_readiness_score("data.csv")
print(f"ML Readiness: {ml_score.readiness_level} ({ml_score.overall_score:.1f}%)")

# NEW: Get ready-to-use preprocessing code
for rec in ml_score.recommendations:
    if rec.code_snippet:
        print(f"📦 {rec.framework} code for {rec.category}")
        print(rec.code_snippet)

# Quality analysis with detailed reporting
report = dataprof.analyze_csv_with_quality("data.csv")
print(f"Quality score: {report.quality_score():.1f}%")

# Production database profiling
profiles = dataprof.analyze_database("postgresql://user:pass@host/db", "users")

Rust

cargo add dataprof
use dataprof::*;

// High-performance Arrow processing
let profiler = DataProfiler::columnar();
let report = profiler.analyze_csv_file("large_dataset.csv")?;

CLI Usage

# Generate ML readiness report with actionable code snippets
dataprof data.csv --quality --ml-score --ml-code

# Generate complete Python preprocessing script
dataprof data.csv --quality --ml-score --output-script preprocess.py

# Quick analysis with streaming for large files
dataprof large_dataset.csv --streaming --sample 10000

Note: On Windows, the binary is named dataprof-cli.exe. Use cargo build --release to build from source.

Development

Want to contribute or build from source? Here's what you need:

Prerequisites

  • Rust (latest stable via rustup)
  • Docker (for database testing)

Quick Setup

git clone https://github.com/AndreaBozzo/dataprof.git
cd dataprof
cargo build --release  # Build the project
docker-compose -f .devcontainer/docker-compose.yml up -d  # Start test databases

Common Development Tasks

cargo test          # Run all tests
cargo bench         # Performance benchmarks
cargo fmt           # Format code
cargo clippy        # Code quality checks

Documentation

License

Licensed under the MIT License. See LICENSE for details.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

dataprof-0.4.61-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

dataprof-0.4.61-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

dataprof-0.4.61-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

dataprof-0.4.61-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

dataprof-0.4.61-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

dataprof-0.4.61-cp313-cp313-win_amd64.whl (918.0 kB view details)

Uploaded CPython 3.13Windows x86-64

dataprof-0.4.61-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

dataprof-0.4.61-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

dataprof-0.4.61-cp313-cp313-macosx_11_0_arm64.whl (990.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

dataprof-0.4.61-cp313-cp313-macosx_10_12_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

dataprof-0.4.61-cp312-cp312-win_amd64.whl (918.4 kB view details)

Uploaded CPython 3.12Windows x86-64

dataprof-0.4.61-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

dataprof-0.4.61-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

dataprof-0.4.61-cp312-cp312-macosx_11_0_arm64.whl (990.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

dataprof-0.4.61-cp312-cp312-macosx_10_12_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

dataprof-0.4.61-cp311-cp311-win_amd64.whl (919.3 kB view details)

Uploaded CPython 3.11Windows x86-64

dataprof-0.4.61-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

dataprof-0.4.61-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

dataprof-0.4.61-cp311-cp311-macosx_11_0_arm64.whl (994.6 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

dataprof-0.4.61-cp311-cp311-macosx_10_12_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

dataprof-0.4.61-cp310-cp310-win_amd64.whl (919.2 kB view details)

Uploaded CPython 3.10Windows x86-64

dataprof-0.4.61-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

dataprof-0.4.61-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

dataprof-0.4.61-cp310-cp310-macosx_11_0_arm64.whl (994.4 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

dataprof-0.4.61-cp310-cp310-macosx_10_12_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

dataprof-0.4.61-cp39-cp39-win_amd64.whl (919.4 kB view details)

Uploaded CPython 3.9Windows x86-64

dataprof-0.4.61-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

dataprof-0.4.61-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

dataprof-0.4.61-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

dataprof-0.4.61-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.1 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

File details

Details for the file dataprof-0.4.61-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dataprof-0.4.61-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b059cabf77a2f7f848ecdae537ba02a18703a7d43abffc3fa33946981d916930
MD5 6f681e61ed92f143b2de49d8f8115501
BLAKE2b-256 5bc55fefd07aab9e58e600e06e9a919a8e9c85013607eeae1c6ce87a48b5e1e6

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.4.61-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dataprof-0.4.61-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for dataprof-0.4.61-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fb1c7a421a0c99bebc6ac1f73e2eb4b9de845224a89393221de2e6a04f829815
MD5 535723d8f4b7811c665c980b117dab34
BLAKE2b-256 d645c1b047d46046a315690adb906b50ce4ee976acd87e54cbfb47b020a34876

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.4.61-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dataprof-0.4.61-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for dataprof-0.4.61-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 56ce6ca354f44b5aeecd3da65bc3eb7ca0465fd91810b68ab03e182c66e90b47
MD5 e7fe3cf0263deaa7286407c0541b1577
BLAKE2b-256 c3167f72e4797ec590270ccc2ed0f40481223b113c050d7cca35c406b51a00e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.4.61-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dataprof-0.4.61-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for dataprof-0.4.61-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 59957c6ce0f2cd0b8f2de22cea32000b5612e13e26a38545407fdc8bfdb5bc70
MD5 43460dba91a78299ae636a9ac9e1d2d1
BLAKE2b-256 8776468d8fbd7cf2b46bf8c2b6bde8eeb2862d90230ca2af942ed5e911d8cbcf

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.4.61-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dataprof-0.4.61-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for dataprof-0.4.61-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6bef5653ed4b4261d8ea27ddea3c2e5f27cda72bd7bf44ea14768c525f39d646
MD5 68c7cab50556f355adb31b4d813f4330
BLAKE2b-256 57b6874838a96b955fcc7eb29fba1cab606bf98709f9e841181eb14c52f9c78a

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.4.61-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dataprof-0.4.61-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: dataprof-0.4.61-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 918.0 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for dataprof-0.4.61-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 225302b94c8831a9bbdb9c8ee45866610ada63da903578278dbaf6e00218b1a2
MD5 f758439de709f09444a0576b09e5b010
BLAKE2b-256 82ee49f80cdd798e792086aa68fd2ee16ad7f04352acef6432490c5a10b418a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.4.61-cp313-cp313-win_amd64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dataprof-0.4.61-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dataprof-0.4.61-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8a318955edeec3ffe539f7c8b104463794d0351b2c3feeb5ca9f901aac54843f
MD5 578de6d82c7140692a39b9ba2ae702c4
BLAKE2b-256 2fde4f13345198b1393c34ef031fdc3396ea337bd9160b1db8b4d1585943cdb9

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.4.61-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dataprof-0.4.61-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for dataprof-0.4.61-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 63697763dbbfeb1aeafcc52f593785a0022a2631c93b451c36338275f4b5b8cf
MD5 1cbfe90036e3f334c6c6dbd2678f0833
BLAKE2b-256 563427926738fe6492edd666a7477de71f358575319fe4e91e4ad07f3166dfb1

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.4.61-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dataprof-0.4.61-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dataprof-0.4.61-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 745db9277b311cf65c3f21f55514d1294a441065b8b08d129589643db36e831a
MD5 dd0a8504c4016ad57d3b2ac55418b794
BLAKE2b-256 a2bb40c01917d4d5c6f77b0bd709744c90f2483355d24b6a81e5bebc0094add2

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.4.61-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dataprof-0.4.61-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for dataprof-0.4.61-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 72d7740ee293aa96c505c16a93471746233b96d6af61e0ea2c533ddcb9b4bcec
MD5 f358f704f62eb9e51d5739e039e76d9e
BLAKE2b-256 a9472bd3880a526065a1037925833e328ea531623942420d869906ad3026fd23

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.4.61-cp313-cp313-macosx_10_12_x86_64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dataprof-0.4.61-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: dataprof-0.4.61-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 918.4 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for dataprof-0.4.61-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 8b5cf47546992b1d6217df135479ced6fbee3ff5a2bd9130920628adc8bfb081
MD5 8aa572642f7707d9a08138d044bfaa46
BLAKE2b-256 13ec8fc4a0587d1ee22b59d1c457d448121bafe0db6983e7c18586a4997dd61f

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.4.61-cp312-cp312-win_amd64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dataprof-0.4.61-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dataprof-0.4.61-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a07f9fb4fa391c32edd962e23b2b82f89c94cfb1a82973515a78aa0e6b5d88ed
MD5 040c80460fff2e7143743c82e941deb4
BLAKE2b-256 730a71ca79d58963b98ef269c13a9eb6c4758b1eab4bae7dc48e385759837bca

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.4.61-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dataprof-0.4.61-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for dataprof-0.4.61-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 20b209a0186bf0c135200ff7502ef8397062228e08a4c1918cf6e26ea113c296
MD5 e8f886e1e13f21f1a6d23e4fe3e54059
BLAKE2b-256 0005e56b8426430c2dd22efad92efb092966ec59404354cf3bbe68d0adea1345

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.4.61-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dataprof-0.4.61-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dataprof-0.4.61-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6e5604704e4d45b784fb0a4d4f4305949da520322bf171255cb436dae0cbce6d
MD5 fba5f06c43d0ff5488b56dc561344f59
BLAKE2b-256 a1887a34bd17912fd20adf3345df13fe07f4a90393fb3e9a540ee7f698bb780e

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.4.61-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dataprof-0.4.61-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for dataprof-0.4.61-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a9a67ce374a6905e3cabe6ca9fd640471f76be900d77ab2868e039fb92648d2e
MD5 8d05ddf7ca5942915c78e80d85676302
BLAKE2b-256 681bb6fe6a3d4657fff4d9079edd6203a4666f64d446517999562881d6d81d54

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.4.61-cp312-cp312-macosx_10_12_x86_64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dataprof-0.4.61-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: dataprof-0.4.61-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 919.3 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for dataprof-0.4.61-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8b357aec375c28ef89d18f9b3095fefa8d886c66f57311f1afc9f42e5478e6b0
MD5 0cff8812d9a13fb099e2b37ee8753eba
BLAKE2b-256 0c8f02d26507a9a25cd8db9c98ba0011d1fe1cf76de7a89fbf38857c03b994b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.4.61-cp311-cp311-win_amd64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dataprof-0.4.61-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dataprof-0.4.61-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 81991cd38e13e9cd97d31e2fb5171efa8fe49a396f5e37ba05148b30d662d6d2
MD5 417931d0baaf6002fe756e1bee5a6ae4
BLAKE2b-256 d23ca53966f28e350552224694ca27d859d3ee575d78bed4869bbf360938895c

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.4.61-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dataprof-0.4.61-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for dataprof-0.4.61-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5596696b19f8d11e23137a87911900807de2489c424e39977a487dbf690b7eb5
MD5 5c7c4d82f1d4531776b2049eca437580
BLAKE2b-256 da80531d6410c7c4737df80f18fbff00c2d49ed28666f221423b8516a34cf4b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.4.61-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dataprof-0.4.61-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dataprof-0.4.61-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f2d7cf8b21a6a7fadfafa95f1680f32321618bb8b8a0128f8bc61b5ac401bdd5
MD5 7a732d1d5ef4080ad25ff228032c7b5e
BLAKE2b-256 21f8064bff84181575bed492ded91850efab1ddfc061fdf12844f00bd9f7d66a

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.4.61-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dataprof-0.4.61-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for dataprof-0.4.61-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c6781bd4a418460de140b66d6f931cb6ff0a3167c540ddf7a7e4f34b357c854c
MD5 d351996b3f59b118af7748c1af53b5e0
BLAKE2b-256 575366bcf2024a41cfb59e566ddf439f5a0c03cbdbd28b02d2afd89bebfc9842

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.4.61-cp311-cp311-macosx_10_12_x86_64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dataprof-0.4.61-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: dataprof-0.4.61-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 919.2 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for dataprof-0.4.61-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 747a47a39d375f4f1faebd2f5881f5066ae10b83635a69e597d330253b225db9
MD5 180bd632df4758fd487101597ced845b
BLAKE2b-256 a53abd271549d055356f7257827f89a8ba214fd675d55507423980d4a54ec520

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.4.61-cp310-cp310-win_amd64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dataprof-0.4.61-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dataprof-0.4.61-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 96f5bceb25dbf65b69053072322792b8128c9d3ef008236b04cfb0a831dee5c7
MD5 234cfdbf9bccf6f2f454d13a979fb3a0
BLAKE2b-256 b93e1cdb390e502f6559d520c6348d4062376c00d1fd606bb0f5ac00c438273e

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.4.61-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dataprof-0.4.61-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for dataprof-0.4.61-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 28e28d756ec45a11020324530de463daa881443fc8496d8620c00c22776fa7ef
MD5 e055362b930b729fac3bde1b454cf3bb
BLAKE2b-256 2b26dfe84d1904834d7df3feed0949f56e59c968d7092920c745d7ec8dc2f3da

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.4.61-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dataprof-0.4.61-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dataprof-0.4.61-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9da937d5bdece64051df92dd1b0f1917d839f5033fff5ce9d454b5d55978a564
MD5 5f1ac0cf07340d682df3a0c75374a9c3
BLAKE2b-256 22f82a41ec98709c38a6565fad2f5f218c787a8c55a643ff076b3d335bacd9e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.4.61-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dataprof-0.4.61-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for dataprof-0.4.61-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 db107c2de6efdd0e46416c66a2b0a1003fe87e26ecd28f2a6031b77928d27776
MD5 ed731d816e67ccfa631194e656c2ac4f
BLAKE2b-256 5d3267dfda50cfbbdaeee47a2b963a2e8d7f5b81503e029025a3ecbf59948c0e

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.4.61-cp310-cp310-macosx_10_12_x86_64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dataprof-0.4.61-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: dataprof-0.4.61-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 919.4 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for dataprof-0.4.61-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 4b96ed09ea23e1c8b4637df9e47fd6b828aa844ade90bf71ffdc663c0ff9cde2
MD5 282b276a7000b9935deff4b71814deea
BLAKE2b-256 80b6b84f96fd06c3ee16c3e67bdfc4c4604d8fc060f5609f6915c1b56149b355

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.4.61-cp39-cp39-win_amd64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dataprof-0.4.61-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dataprof-0.4.61-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e64209b1230c8dd71765c57ffd59d1d840097c7961323ffd4e57eedb8e4a8e0a
MD5 06b1a3f023e7c83def41b51edcf12693
BLAKE2b-256 0caab1bf8aa69d5bf0e6f71bb4f65592eeb14938618790cc85d3ca97bab818ae

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.4.61-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dataprof-0.4.61-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for dataprof-0.4.61-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 89bfdda84652003bd5b485d7d91e269e928d04a0b37b4e932e90f2319b6ba4b0
MD5 53ad4bd849cd0dd8858c92b62c148f6a
BLAKE2b-256 bfed1dcfbf62e00d9b747c9c0b5d8a7a4a8fa38a7ba21ffd5ba73149b23bfbac

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.4.61-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dataprof-0.4.61-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dataprof-0.4.61-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b381ce3bdeabf6914f9616fcee86b65de5c15268e2b9f6ec83da46636b35dd61
MD5 a65d94dae71eb234cf73db2aa1d6cfc0
BLAKE2b-256 6d1d8a0f78dde221e6443b4cd1783d143edc2ead88714c136c769baf4704c216

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.4.61-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file dataprof-0.4.61-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for dataprof-0.4.61-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 af6d2967d95f024edc07d8853d293029f126c847f41f2ce8568040bc35c1ae27
MD5 d9b8a3aac00b54d3682ac68e8be8a615
BLAKE2b-256 31fd92046fe107f7912273af3c101044ae81c2ee6e3e8626d331c59e50624ac6

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.4.61-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release.yml on AndreaBozzo/dataprof

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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