RustFrames 1.0.0

A blazing-fast, memory-safe alternative to NumPy + Pandas, written in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod advanced_ops;
pub mod arrow;
pub mod core;
pub mod groupby;
pub mod io;
pub mod series;
pub mod window;

pub use core::DataFrame;
pub use series::Series;