pandrs 0.3.2

A high-performance DataFrame library for Rust, providing pandas-like API with advanced features including SIMD optimization, parallel processing, and distributed computing capabilities
Documentation
1
2
3
// Re-export from legacy module for now
#[deprecated(since = "0.1.0", note = "Use crate::compute::parallel instead")]
pub use crate::parallel::ParallelUtils;