mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-10-04 15:19:25 +00:00
update DataFrame module exports
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
//! This module provides the DataFrame structure for handling tabular data with mixed types.
|
||||
pub mod df;
|
||||
|
||||
pub use df::{DataFrame, DataFrameColumn, TypedFrame};
|
||||
pub use df::{DataFrame, SubFrame};
|
||||
|
Reference in New Issue
Block a user