pandrs 0.1.0-beta.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
4
5
// Re-export from core module with a deprecation notice
#[deprecated(since = "0.1.0-alpha.2", note = "Use crate::core::error instead")]
pub use crate::core::error::{io_error, Error, PandRSError, Result};

// For backward compatibility, these From impls are implemented in the core::error module