mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-20 04:00:01 +00:00
Add pub use statement for DataFrame, DataFrameColumn, and TypedFrame in mod.rs
This commit is contained in:
parent
57ed06f79b
commit
2607d9c3b0
@ -1,2 +1,4 @@
|
||||
//! This module provides the DataFrame structure for handling tabular data with mixed types.
|
||||
pub mod df;
|
||||
|
||||
pub use df::{DataFrame, DataFrameColumn, TypedFrame};
|
||||
|
Loading…
x
Reference in New Issue
Block a user