mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-10-04 15:19:25 +00:00
Add pub use statement for DataFrame, DataFrameColumn, and TypedFrame in mod.rs
This commit is contained in:
@@ -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};
|
||||
|
Reference in New Issue
Block a user