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

Add overload support to partition_by. #3388

Merged
merged 1 commit into from
May 13, 2022

Conversation

ghuls
Copy link
Collaborator

@ghuls ghuls commented May 12, 2022

No description provided.

@github-actions github-actions bot added the python Related to Python Polars label May 12, 2022
@ritchie46
Copy link
Member

Thanks a lot! I was very frustrated about this ^^

@codecov-commenter
Copy link

Codecov Report

Merging #3388 (2465003) into master (47b060c) will increase coverage by 0.00%.
The diff coverage is 75.00%.

@@           Coverage Diff           @@
##           master    #3388   +/-   ##
=======================================
  Coverage   77.41%   77.41%           
=======================================
  Files         394      394           
  Lines       68525    68534    +9     
=======================================
+ Hits        53048    53057    +9     
  Misses      15477    15477           
Impacted Files Coverage Δ
py-polars/polars/internals/frame.py 88.77% <75.00%> (-0.20%) ⬇️
polars/polars-lazy/src/logical_plan/aexpr.rs 80.72% <0.00%> (-0.61%) ⬇️
polars/polars-core/src/series/from.rs 70.28% <0.00%> (-0.49%) ⬇️
...olars/polars-core/src/frame/groupby/into_groups.rs 53.84% <0.00%> (-0.37%) ⬇️
polars/polars-core/src/vector_hasher.rs 75.00% <0.00%> (-0.27%) ⬇️
polars/polars-lazy/src/logical_plan/conversion.rs 80.21% <0.00%> (-0.14%) ⬇️
...lars/polars-core/src/chunked_array/ops/sort/mod.rs 92.12% <0.00%> (+0.17%) ⬆️
polars/polars-core/src/datatypes.rs 69.26% <0.00%> (+0.19%) ⬆️
polars/polars-core/src/chunked_array/mod.rs 87.73% <0.00%> (+0.21%) ⬆️
polars/polars-core/src/series/mod.rs 58.13% <0.00%> (+0.41%) ⬆️
... and 3 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 47b060c...2465003. Read the comment docs.

@ritchie46 ritchie46 merged commit a9d5f6a into pola-rs:master May 13, 2022
moritzwilksch pushed a commit to moritzwilksch/polars that referenced this pull request May 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python Related to Python Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants