mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-20 04:00:01 +00:00
5 lines
141 B
Rust
5 lines
141 B
Rust
//! This module provides the DataFrame structure for handling tabular data with mixed types.
|
|
pub mod df;
|
|
|
|
pub use df::{DataFrame, SubFrame};
|