Expand description
DataFrame module for named column containers.
Provides a minimal DataFrame implementation (~300 LOC) for ML workflows. Heavy data wrangling should be delegated to ruchy/polars.
Structsยง
- Column
Stats - Descriptive statistics for a column.
- Data
Frame - A minimal DataFrame with named columns.