pola-rs / nodejs-polars

nodejs front-end of polars
https://pola-rs.github.io/nodejs-polars/
MIT License
437 stars 44 forks source link

Add variableName and valueName to unpivot #246

Open sezanzeb opened 4 months ago

sezanzeb commented 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.

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.