mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-20 12:20:01 +00:00
update DataFrame module exports
This commit is contained in:
parent
27ab1ac129
commit
96934cd89f
@ -1,4 +1,4 @@
|
|||||||
//! This module provides the DataFrame structure for handling tabular data with mixed types.
|
//! This module provides the DataFrame structure for handling tabular data with mixed types.
|
||||||
pub mod df;
|
pub mod df;
|
||||||
|
|
||||||
pub use df::{DataFrame, DataFrameColumn, TypedFrame};
|
pub use df::{DataFrame, SubFrame};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user