A high-performance DataFrame library for Rust, providing pandas-like API with advanced features including SIMD optimization, parallel processing, and distributed computing capabilities
// Re-export from core module with a deprecation notice
#[deprecated(since ="0.1.0", note ="Use crate::core::error instead")]pubusecrate::core::error::{io_error, Error, PandRSError,Result};// For backward compatibility, these From impls are implemented in the core::error module