pub fn with_unstable_series<F, T>(dtype: &DataType, f: F) -> Twhere
    F: Fn(&mut UnstableSeries<'_>) -> T,
Expand description

A utility that allocates an UnstableSeries. The applied function can then use that series container to save heap allocations and swap arrow arrays.