-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support IPC streaming write once it's available for the Lazy Polars backend #499
Comments
liamdiprose
pushed a commit
to liamdiprose/explorer
that referenced
this issue
Feb 16, 2023
Fix some clippy lints
philss
added a commit
to philss/explorer
that referenced
this issue
Mar 9, 2023
We may need some changes from this version to tackle these issues: - elixir-explorer#498 - elixir-explorer#499 See: pola-rs/polars#6487 And also the release: https://github.com/pola-rs/polars/releases/tag/rs-0.27.0 With this update we also had to change the `Explorer.DataFrame.describe/2` function to adhere the changes from Polars. I changed the backend to simplify, since we shouldn't have a lazy version.
philss
added a commit
that referenced
this issue
Mar 10, 2023
We may need some changes from this version to tackle these issues: - #498 - #499 See: pola-rs/polars#6487 And also the release: https://github.com/pola-rs/polars/releases/tag/rs-0.27.0 With this update we also had to change the `Explorer.DataFrame.describe/2` function to adhere the changes from Polars. I changed the backend to simplify, since we shouldn't have a lazy version.
treebee
added a commit
to treebee/explorer
that referenced
this issue
Apr 23, 2023
josevalim
pushed a commit
that referenced
this issue
Apr 23, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That feature is available in the main branch of Polars, but is not released yet.
We should implement once a new version of Polars arrives.
This is similar to #496 and should implement the
to_ipc
callback from our DataFrame backend.The text was updated successfully, but these errors were encountered: