xls-rs 0.1.7

Rust spreadsheet CLI, library, and MCP server for reading, writing, converting, and analyzing XLSX, XLS, CSV, ODS, Parquet, and Avro with pandas-style operations.
Documentation
1
2
3
4
5
6
//! Data profiling operations
//!
//! Provides comprehensive data profiling capabilities including
//! statistical analysis, data quality metrics, and insights.

pub use crate::profiling::*;