dataprof 0.6.2

High-performance data profiler with ISO 8000/25012 quality metrics for CSV, JSON/JSONL, and Parquet files
Documentation
1
2
3
4
5
6
7
8
pub mod args;
pub mod commands;
pub mod core_logic;
pub mod router;

pub use commands::Command;
pub use core_logic::{AnalysisOptions, analyze_file_with_options};
pub use router::route_command;