Open sezanzeb opened 4 months ago
I also added streamable to LazyFrame.unpivot, though I haven't looked into it what it really does and don't know how to test it.
streamable
LazyFrame.unpivot
DataFrame.unpivot doesn't seem to have the streamable option: https://docs.pola.rs/api/python/stable/reference/dataframe/api/polars.DataFrame.unpivot.html#polars.DataFrame.unpivot, so I removed it from there.
DataFrame.unpivot
I also added
streamable
toLazyFrame.unpivot
, though I haven't looked into it what it really does and don't know how to test it.DataFrame.unpivot
doesn't seem to have thestreamable
option: https://docs.pola.rs/api/python/stable/reference/dataframe/api/polars.DataFrame.unpivot.html#polars.DataFrame.unpivot, so I removed it from there.