Expand description
XORE Data Processor - 数据处理引擎
这个crate提供基于Polars的高性能数据处理和SQL查询功能。
Re-exports§
pub use export::CompressionType;pub use export::DataExporter;pub use export::ExportConfig;pub use export::ExportFormat;pub use parser::DataParser;pub use parser::ParserConfig;pub use profiler::ColumnStats;pub use profiler::DataProfiler;pub use profiler::MissingStats;pub use profiler::OutlierInfo;pub use profiler::QualityReport;pub use profiler::Severity;pub use profiler::Suggestion;pub use profiler::SuggestionType;pub use simd::max_f64_simd;pub use simd::mean_f64_simd;pub use simd::min_f64_simd;pub use simd::std_dev_f64_simd;pub use simd::sum_f64_simd;pub use simd::variance_f64_simd;pub use sql::SqlEngine;
Modules§
Structs§
- Data
Frame - A contiguous growable collection of
Seriesthat have the same length. - Lazy
Frame - Lazy abstraction over an eager
DataFrame.