pebble2050

Results 11 comments of pebble2050

@ritchie46 The code below maybe need change to work . Because dtype_fields.iter() is empty, and the series_fields is end with empty. polars/polars-core/src/series/any_value.rs ``` #[cfg(feature = "dtype-struct")] DataType::Struct(dtype_fields) => { //...