update DataFrame module exports

This commit is contained in:
Palash Tyagi 2025-07-04 00:45:45 +01:00
parent 27ab1ac129
commit 96934cd89f

View File

@ -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};