Module data

Module data 

Source
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ยง

ColumnStats
Descriptive statistics for a column.
DataFrame
A minimal DataFrame with named columns.