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(python): Add Expr.struct.unnest() as alias for Expr.struct.field("*") #19212

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

alonme
Copy link
Contributor

@alonme alonme commented Oct 12, 2024

closes #19182

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

codecov bot commented Oct 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.68%. Comparing base (48f6e9d) to head (6af3eba).

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #19212      +/-   ##
==========================================
+ Coverage   79.65%   79.68%   +0.03%     
==========================================
  Files        1532     1532              
  Lines      209101   209103       +2     
  Branches     2417     2417              
==========================================
+ Hits       166557   166629      +72     
+ Misses      41998    41928      -70     
  Partials      546      546              

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

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Expr.struct.unnest() as alias for Expr.struct.field("*")
1 participant