Skip to main content

Fast, lightweight data profiling and quality assessment library

Project description

dataprof logo

dataprof

The High-Performance Profiler for Large Datasets

CI codecov Crates.io License: MIT OR Apache-2.0 PyPI Downloads


Profile 50GB datasets in seconds on your laptop.

DataProf is built for Data Scientists and Engineers who need to understand their data fast. No more MemoryError when trying to profile a CSV larger than your RAM.

Pandas-Profiling vs DataProf on a 10GB CSV:

Feature Pandas-Profiling / YData DataProf
Memory Usage 12GB+ (Crashes) < 100MB (Streaming)
Speed 15+ minutes 45 seconds
Implementation Python (Slow) Rust (Fast)

Quick Start

Installation

The easiest way to get started is via pip:

pip install dataprof

Python Usage

Forget complex configurations. Just point to your file:

import dataprof

# Analyze a huge file without crashing memory
# Generates a report.html with quality metrics and distributions
dataprof.profile("huge_dataset.csv").save("report.html")

CLI & Rust Usage (Advanced)

If you prefer the command line or are a Rust developer:

# Install via cargo
cargo install dataprof

# Generate report from CLI
dataprof-cli report huge_data.csv -o report.html

More options: dataprof-cli --help | Full CLI Guide

💡 Key Features

  • No Size Limits: Profiles files larger than RAM using streaming and memory mapping.
  • Blazing Fast: Written in Rust with SIMD acceleration.
  • Privacy Guaranteed: Data never leaves your machine.
  • Format Support: CSV, Parquet, JSON/L, and Databases (Postgres, MySQL, etc.).
  • Smart Detection: Automatically identifies Emails, IPs, IBANs, Credit Cards, and more.

📊 Beautiful Reports

Interactive Demo
Animated walkthrough of dataprof features and dashboards

DataProf Demo



Single File Analysis
Interactive dashboards with quality scoring and distributions

Single Report Dashboard



Batch Processing Dashboard
Aggregate metrics from hundreds of files in one view

Batch Dashboard

Documentation

Advanced Examples

Batch Processing (Python)

# Process a whole directory of files in parallel
result = dataprof.batch_analyze_directory("/data_folder", recursive=True)
print(f"Processed {result.processed_files} files at {result.files_per_second:.1f} files/sec")

Database Integration (Python)

# Profile a SQL query directly
await dataprof.analyze_database_async(
    "postgresql://user:pass@localhost/db",
    "SELECT * FROM sales_data_2024"
)

Rust Library Usage

use dataprof::*;

let profiler = DataProfiler::auto();
let report = profiler.analyze_file("dataset.csv")?;
println!("Quality Score: {}", report.quality_score());

Development

# Setup
git clone https://github.com/AndreaBozzo/dataprof.git
cd dataprof
cargo build --release

# Test databases (optional)
docker-compose -f .devcontainer/compose.yml up -d

# Common tasks
cargo test          # Run tests
cargo bench         # Benchmarks
cargo clippy        # Linting

Feature Flags

# Minimal (CSV/JSON only)
cargo build --release

# With Apache Arrow (large files >100MB)
cargo build --release --features arrow

# With Parquet support
cargo build --release --features parquet

# With databases
cargo build --release --features postgres,mysql,sqlite

# Python async support
maturin develop --features python-async,database,postgres

# All features
cargo build --release --all-features

When to use Arrow: Large files (>100MB), many columns (>20), uniform types When to use Parquet: Analytics, data lakes, Spark/Pandas integration

Documentation

User Guides: CLI Reference Database Connectors

🤝 Contributing

We welcome contributions from everyone! Whether you want to:

  • Fix a bug 🐛
  • Add a feature
  • Improve documentation 📚
  • Report an issue 📝

Quick Start for Contributors

  1. Fork & clone:

    git clone https://github.com/YOUR-USERNAME/dataprof.git
    cd dataprof
    
  2. Build & test:

    cargo build
    cargo test
    
  3. Create a feature branch:

    git checkout -b feature/your-feature-name
    
  4. Before submitting PR:

    cargo fmt --all
    cargo clippy --all --all-targets
    cargo test --all
    
  5. Submit a Pull Request with clear description

All contributions are welcome. Please read CONTRIBUTING.md for guidelines and our Code of Conduct.

License

Dual-licensed under either:

You may use this project under the terms of either license.

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.5.10-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

dataprof-0.5.10-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

dataprof-0.5.10-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

dataprof-0.5.10-cp314-cp314-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.14Windows x86-64

dataprof-0.5.10-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

dataprof-0.5.10-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

dataprof-0.5.10-cp314-cp314-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

dataprof-0.5.10-cp314-cp314-macosx_10_12_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

dataprof-0.5.10-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

dataprof-0.5.10-cp313-cp313-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.13Windows x86-64

dataprof-0.5.10-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

dataprof-0.5.10-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

dataprof-0.5.10-cp313-cp313-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

dataprof-0.5.10-cp313-cp313-macosx_10_12_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

dataprof-0.5.10-cp312-cp312-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.12Windows x86-64

dataprof-0.5.10-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

dataprof-0.5.10-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

dataprof-0.5.10-cp312-cp312-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

dataprof-0.5.10-cp312-cp312-macosx_10_12_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

dataprof-0.5.10-cp311-cp311-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.11Windows x86-64

dataprof-0.5.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

dataprof-0.5.10-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

dataprof-0.5.10-cp311-cp311-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

dataprof-0.5.10-cp311-cp311-macosx_10_12_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

dataprof-0.5.10-cp310-cp310-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.10Windows x86-64

dataprof-0.5.10-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

dataprof-0.5.10-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

dataprof-0.5.10-cp310-cp310-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

dataprof-0.5.10-cp310-cp310-macosx_10_12_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10macOS 10.12+ x86-64

dataprof-0.5.10-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

dataprof-0.5.10-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

dataprof-0.5.10-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

dataprof-0.5.10-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

File details

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

File metadata

File hashes

Hashes for dataprof-0.5.10-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 37adb7d876a052840d50842676ed2baa1dc82b6a56a774928c72d9fc97e799b4
MD5 683f0ae04943148cafae5651e4f15a23
BLAKE2b-256 18d97b3ce89e9bc09de032253e8344243d598b4480ff958831b906c316eb855b

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.10-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.5.10-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for dataprof-0.5.10-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 45caee1ed6216a07cb91fc68700802b8d7d010134e0da97eaa32069e26ae6a44
MD5 2616d340d85fbe51c0c61003a1bcfc6c
BLAKE2b-256 0b843448ee8f1b3658fa6b5e3add105ebe1015157a7f21ed5f888f31d1f92058

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.10-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.5.10-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for dataprof-0.5.10-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4dd0b5aa83c782e57953a0201b9e9adf736a8e7b0806b29e2d263a8f836b2d81
MD5 179f2e93d0ae521b5393be36f2f02624
BLAKE2b-256 00fda81a5241724ceb95769f37442805845327b892c686ee93458d80c91c276c

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.10-cp314-cp314t-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.5.10-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: dataprof-0.5.10-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for dataprof-0.5.10-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 2b18930ea732d34df94a5ce8d99023be3f447f849cb48f09f245cf7435511b0f
MD5 cb6776ccb3169c7a46fdb287ec7f1f2e
BLAKE2b-256 678eeea8bec65f6f56ee587c10ff5ae5d0e8126d07f673deaeabebec4c5e9bc0

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.10-cp314-cp314-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.5.10-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dataprof-0.5.10-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3385995495f0b7f46fef4bab7ab978219796ff94a402c49448ffb64cf768ac81
MD5 f7c5d8e2f7d2a4f361672fe9bebf785e
BLAKE2b-256 f25f6e90ee83412e6e21cc8948c6bb4a3e25ada2b6d4679130697cadd65d3d16

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.10-cp314-cp314-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.5.10-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for dataprof-0.5.10-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0f723f3aeb2792f6a69ca05d77c51b0a83d3ef7014bb207d39f6abcfb69dc974
MD5 f7203927824eaaff9c00b0d3b4fce9f7
BLAKE2b-256 2e1427ab0d2fb7363ff07b09434c44b0b37ad0dd3de9b2b05129ab6eeadcaa42

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.10-cp314-cp314-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.5.10-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dataprof-0.5.10-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0bc5660f05b3eec1751d1359d9839d55aa7b0ea7809e8c15ba445cb6f1386893
MD5 6a364b5f431514d7b1b564e68fb89c78
BLAKE2b-256 e4b7dcd10bd61a2996bc88a11ea64b9ba1a1a0155555aaf7cc0dc97fbc1a3488

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.10-cp314-cp314-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.5.10-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for dataprof-0.5.10-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 33f3219789c69511f6fb26fc816a67975a45fddb5a9c95533b8bd8f945e52e37
MD5 57373b582579417323939cbc404e9e78
BLAKE2b-256 43cc5aeac1bee548806b0f939939e0c0e2dcc9944edfee49f718a2487e5748f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.10-cp314-cp314-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.5.10-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for dataprof-0.5.10-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f64f785b33342881017bee830709785125071389064ba5d4cbdf2b0e61d1bc32
MD5 61232606382a03dbb48314ae1395364d
BLAKE2b-256 a89dbc764f076dcc2a740a94ac8e87fa551ee2b87ac57dad87dd116407a03dca

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.10-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.5.10-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: dataprof-0.5.10-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 1.3 MB
  • 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.5.10-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 3658fe0bd7f57dbc7e92daeb4ed0c31f08c5f278729f71f7607fcc8d966a2e62
MD5 91a92253f18fdbaabfd50aecd6ac4b89
BLAKE2b-256 98adb240ac65c8ee3c179df12e60ef5d334ea19dbbd9fc390f880213aabda6b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.10-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.5.10-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dataprof-0.5.10-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 57cf9a30042b9f97263bd5339a87c5b11b97b05072516c767111569cc5de9135
MD5 f13664733a7f6276699ccab0c7fac8ac
BLAKE2b-256 d8c9ff764292a8bca4eca3e7d7f224d74fa881b78233f35c1a9af9df10848826

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.10-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.5.10-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for dataprof-0.5.10-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c0acfb1fd8124aab4efa809ff475bc4385451b18e3432169291813656cd02689
MD5 a372f76fb2db01ffec6c50c4d658e5c6
BLAKE2b-256 9bdb7ef8bca875c13f75dff8b11336971f157275b65ce2d11a8a9aecba7a6118

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.10-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.5.10-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dataprof-0.5.10-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 afa45f2a52da50088332ef9dedd16a6633f2e79afb63e614d9eca58ef4066e08
MD5 3efda3b9daa45d301c56741d74e9e934
BLAKE2b-256 03ccb44bfada383bc0e8ce7a191ba59f9d7a4f17d179ca4273678c06ec3b0fdc

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.10-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.5.10-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for dataprof-0.5.10-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 261f7d54d6b7c78882885a097dbf8c83fdc93e098f09964ea0cc47f6692a9ac3
MD5 06269711861de02baa925d4cb9130e31
BLAKE2b-256 01792299a7ce311146648002592aa642453d6a5eca9da584e79e2f9c3d536fbf

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.10-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.5.10-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: dataprof-0.5.10-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 1.3 MB
  • 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.5.10-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2504416aaf2f81bc681925602fd5fa15e577dcf8f67bb0552fde788fef588922
MD5 5cd11db7917633a79bd4c9730d0ebc04
BLAKE2b-256 a26e79c35d3a6d70349a7f00685f48775e6a8759a122e861663992e40c4faa0f

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.10-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.5.10-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dataprof-0.5.10-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3ebe12e48cf3be4c1d59fe911769a65f4a4e15609241de6df74079b9c00e9415
MD5 0b33aa95d6dd52c9381c02a077552961
BLAKE2b-256 9275bded7c9971325d41c6f855013dfb3f48b470f3585f9c3ac679ff5972a139

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.10-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.5.10-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for dataprof-0.5.10-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9c7290d7627752951abb2099c8ce5b95e59539bd7f0b6a6d7ce7a891e874d067
MD5 a3fbedc83e09adc1c04b36af064211ce
BLAKE2b-256 a7cf3f6ff61fe3a3a682c9919fcc2c1a0466d53dd00b14c2d21e21ea52d88ed4

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.10-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.5.10-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dataprof-0.5.10-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 aa7dd77894b706d5be2b551333fc62010a5fa8eb98b82666d933abc0a02add3c
MD5 485077a0ef30209fc837a312c4b71a73
BLAKE2b-256 d2bcf9d2f8bda28209b3e3849de3376b0be3d6203c31bc89504ab2aeb7851bc5

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.10-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.5.10-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for dataprof-0.5.10-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 59bde53ffd916d1aae2e16b4c76a8237af17d7ee5a0ddabb1893778905f71e6d
MD5 3ad320798f39b160286377ba0ee07c7e
BLAKE2b-256 04c2b92ec7b6642767c6e241442c0ff59c6ecf44e1c31370f2ed970938988a27

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.10-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.5.10-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: dataprof-0.5.10-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 1.3 MB
  • 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.5.10-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 80901a76a85011dcfabda1b7ce0fa5311a0931ee60cc70192be6bf25018873a4
MD5 505303dbc642c3998afc6f96fafbe26c
BLAKE2b-256 6b038de4cee5264b108b76823525ee8a2cb81f48bed57c8ddc6723df1430d9a5

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.10-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.5.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dataprof-0.5.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5c232e93a3f79903362977412c2d2362f8e306f696cef2fcdebb30d7fb1cf6aa
MD5 e8d7189662da113551d2462c173f2e03
BLAKE2b-256 c2b72c22db5d8d09081c3d3e383711c1023fb8168b89541b6bdabe721bf0f1bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.10-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.5.10-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for dataprof-0.5.10-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bd4d46efad76ed7fbf16dbe0653b9f1e7c928c03aa6fc0228ca8abe70171f2d2
MD5 cb3a11aea74ad8cf656b1d1493c73045
BLAKE2b-256 af4b52ef264eb98babbc85f8a0c30563c223ce2e12dcddb9e7f6efe7fba031ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.10-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.5.10-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dataprof-0.5.10-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 66d8b13ab860801468a00ec475b59b51641ee787d8d20c3c05b2148962a26bb5
MD5 22e081c8b10c29d1823cff2a6a919338
BLAKE2b-256 cb6886989cfff89cbb385bad7c0bc61ff69a8502047129c429c428ea5d1301b8

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.10-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.5.10-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for dataprof-0.5.10-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3ab4c640338a50b9e29b2227f222b801a6e38734dc49a6007764bb0d8037199e
MD5 ec8386b32319fdca22b6a4bf11283226
BLAKE2b-256 09f869bf6f7489e61c871a080230e91b52d1eed082ece91375b5452dae140c8b

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.10-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.5.10-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: dataprof-0.5.10-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 1.3 MB
  • 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.5.10-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 12e1626c3e140e783dbf2de053faa1ea06e3e03713b352c7bc9fdf9c4fe2f570
MD5 4a84e6de2483300e0db54c67fa18add8
BLAKE2b-256 5e552ab5c071d11d7d0f353209b80f33de4478fc35e1dc1c48ff5150db23227c

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.10-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.5.10-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dataprof-0.5.10-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 605eb5983a9b0670222157fe1e9620b253acbdadd9a430c1b7b095f2112df496
MD5 74afa8a4d846e0da6ccd5b9a08c1a941
BLAKE2b-256 4a0c7e4ae2e49157b1306a7e89c2cd34d8d49960d63b39c6a734c81a50022129

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.10-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.5.10-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for dataprof-0.5.10-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 699d60148d1164b8cde734b9145557d16f8f0c2f303351325c458a9ce9e519f7
MD5 1aef09f2fc9ddfa3a7e5fad703899f1a
BLAKE2b-256 ca5331054a7fa7e2565363e4a9568a364c3d5e19d04037e47d9bbf6e050199e5

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.10-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.5.10-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dataprof-0.5.10-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d082d462bdab526426bb88743a82afe72c7b4ec45d41d130e6435804ae34f208
MD5 7d778ba1817edfe54573828b74856d46
BLAKE2b-256 209654c970aed9f42a764cc10a5ad1ff482303a30018c3fee26a735cfe682a9c

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.10-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.5.10-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for dataprof-0.5.10-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 388de182618902a19fd4b2248e429d71fef9e35554e5cf638838477f89c24114
MD5 222b84da883dd84b8043782bfe45366b
BLAKE2b-256 8f8423f120202689667144b13de1d6b23af85d41aebd5337a38ad0f312c2a35d

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.10-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.5.10-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dataprof-0.5.10-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 70363a9017b251d174ecac08d36b6559e71719de700442d4a284103c55f59299
MD5 ee244dbb54bafb4266a272ace501f940
BLAKE2b-256 2925ea26fbf7fde83e91156c8448cbfb5e211c599b8105a4493c44135a0e3447

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.10-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.5.10-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for dataprof-0.5.10-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9945c044c7409f2216a0fd35623c9bb77c653435b5b63f2e99254d3912c18706
MD5 4caadcba36d433476577f4e20a745a2f
BLAKE2b-256 3ee80adb63ee5614534c40fc177b439f414b872db73572a52429a51c4cc05819

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.10-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.5.10-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dataprof-0.5.10-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3f5ab05adbf15b1f37981714a4806d3651bde9d72e231b1217798818029e66e6
MD5 108e6e251ab839b3a832f115826e75ab
BLAKE2b-256 6900badae5754c2413b69cefa0c42ba7928b482410f068d4368231e0a48f2b39

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.10-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.5.10-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for dataprof-0.5.10-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fd57ab5055ac487f20d4d1b2ff4f4256c9188c31539f6474911e81b0353e1ede
MD5 1b0ed44c84ea71ea912154e016d9f24d
BLAKE2b-256 8f2b3166bc194fb7f1ebbd365421d2813a8a644d56f57da043a14805978671a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for dataprof-0.5.10-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