Skip to content
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

Update Polars to v0.33 #721

Merged
merged 8 commits into from
Oct 17, 2023
Merged

Update Polars to v0.33 #721

merged 8 commits into from
Oct 17, 2023

Conversation

philss
Copy link
Member

@philss philss commented Oct 17, 2023

We had some changes in the behaviour of some functions, specially related to min/max/argmin/argmax. I added some examples in the docs.

Some optimizations in the expressions were breaking the "mutate".
This is may be a partial solution, as it may be a bug in Polars.
See: pola-rs/polars#11787

Also, fix a small problem with a malformed CSV that contained
more columns that its schema/header.
The idea is to use the same versions that Polars is using.
This may help to reduce the size of the binary and compilation time.
@philss philss merged commit 63f2ed6 into main Oct 17, 2023
4 checks passed
@philss philss deleted the ps-update-polars-to-v0.33 branch October 17, 2023 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants