dataprof 0.7.1

High-performance data profiler with ISO 8000/25012 quality metrics for CSV, JSON/JSONL, and Parquet files
Documentation
1
2
3
4
5
6
pub mod arrow_profiler;
pub mod record_batch_analyzer;

pub(crate) use arrow_profiler::*;
#[allow(unused_imports)]
pub(crate) use record_batch_analyzer::RecordBatchAnalyzer;