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

upgrade to Polars 0.34.2 #1385

Merged
merged 6 commits into from
Oct 25, 2023
Merged

upgrade to Polars 0.34.2 #1385

merged 6 commits into from
Oct 25, 2023

Conversation

jqnatividad
Copy link
Collaborator

sqlp:

  • point to functions and keywords available in polars SQL 0.34
  • add COALESCE and NULLIF example cc @tmtmtmtm and How to emulate COALESCE? #802
  • add rnull_values option
  • change null_values option to wnull_values option
  • with_delimiter changed to with_separator

joinp:

  • add manytomany validation as a synonym for none
  • change force_parallel to allow_parallel in joinbuilder
  • with_delimiter changed to with_separator

- remove unneeded already default temporal feature
- add polars/nightly to nightly feature
- add manytomany validation as a synonym for none
- change force_parallel to allow_parallel in joinbuilder
- with_delimiter was changed to with_separator
as it seems join validation is not working exactly as before in polars 0.33.2
- point to functions and keywords available in polars SQL 0.34
- add COALESCE and NULLIF example cc @tmtmtmtm and #802
- add `rnull_values` option
- change `null_values` option to `wnull_values` option
- `with_delimiter` changed to `with_separator`
@jqnatividad jqnatividad merged commit 3bd1661 into master Oct 25, 2023
7 of 11 checks passed
@jqnatividad jqnatividad deleted the polars-0.34.2 branch December 12, 2023 05: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.

1 participant