issues
search
elixir-explorer
/
explorer
Series (one-dimensional) and dataframes (two-dimensional) for fast and elegant data exploration in Elixir
https://hexdocs.pm/explorer
MIT License
1.12k
stars
123
forks
source link
Update Polars to v0.38
#879
Closed
philss
closed
8 months ago
philss
commented
8 months ago
This PR includes the following:
change the Rust toolchain to be the same as Polars (nightly-2024-02-23)
update of Polars to v0.38.1
update of object_store to v0.9.1 to avoid multiple versions, since Polars uses this new one
fixes in the
Explorer.DataFrame.pivot_wider/4
backend implementation to keep the previous behavior (see the comments in the code)
fixes in the places we use chronos to adapt to the
recent changes
This PR includes the following:
Explorer.DataFrame.pivot_wider/4
backend implementation to keep the previous behavior (see the comments in the code)