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

feat: Expose returns_scalar to map_elements #17613

Merged
merged 1 commit into from
Jul 13, 2024
Merged

feat: Expose returns_scalar to map_elements #17613

merged 1 commit into from
Jul 13, 2024

Conversation

ritchie46
Copy link
Member

fixes #17505

@github-actions github-actions bot added enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars labels Jul 13, 2024
Copy link

codecov bot commented Jul 13, 2024

Codecov Report

Attention: Patch coverage is 33.33333% with 2 lines in your changes missing coverage. Please review.

Project coverage is 80.65%. Comparing base (f304a0c) to head (d6d689a).

Files Patch % Lines
py-polars/polars/datatypes/_parse.py 0.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main   #17613   +/-   ##
=======================================
  Coverage   80.64%   80.65%           
=======================================
  Files        1484     1484           
  Lines      195509   195511    +2     
  Branches     2780     2781    +1     
=======================================
+ Hits       157675   157692   +17     
+ Misses      37324    37308   -16     
- Partials      510      511    +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ritchie46 ritchie46 merged commit 6816707 into main Jul 13, 2024
28 checks passed
@ritchie46 ritchie46 deleted the schema branch July 13, 2024 12:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or an improvement of an existing feature python Related to Python Polars rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect Schema Inference For LazyFrame After group_by + agg
1 participant