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

docs: Add example and tests for pl.concat() with Expr input #19836

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

etiennebacher
Copy link
Contributor

Fixes #19813

@github-actions github-actions bot added documentation Improvements or additions to documentation python Related to Python Polars rust Related to Rust Polars labels Nov 17, 2024
Copy link

codecov bot commented Nov 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.33%. Comparing base (6ccb187) to head (18567fc).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #19836   +/-   ##
=======================================
  Coverage   79.33%   79.33%           
=======================================
  Files        1548     1548           
  Lines      214245   214245           
  Branches     2460     2460           
=======================================
+ Hits       169968   169974    +6     
+ Misses      43719    43713    -6     
  Partials      558      558           

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

how : {'vertical', 'vertical_relaxed', 'diagonal', 'diagonal_relaxed', 'horizontal', 'align'}
Series only support the `vertical` strategy.
This is not used when items are Expr. Series only support the `vertical` strategy.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think vertical should be checked for Expr as well.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
This is not used when items are Expr. Series only support the `vertical` strategy.
Series and Expr only support the `vertical` strategy.

@etiennebacher
Copy link
Contributor Author

Test failures only appear with the new streaming engine but I have no idea why. Should I remove the new test?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation python Related to Python Polars rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Should pl.concat() accept Expr input?
3 participants