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: diagonal concat #1455

Merged
merged 4 commits into from
Nov 29, 2024
Merged

feat: diagonal concat #1455

merged 4 commits into from
Nov 29, 2024

Conversation

FBruzzesi
Copy link
Member

What type of PR is this? (check all applicable)

  • πŸ’Ύ Refactor
  • ✨ Feature
  • πŸ› Bug Fix
  • πŸ”§ Optimization
  • πŸ“ Documentation
  • βœ… Test
  • 🐳 Other

Related issues

Checklist

  • Code follows style guide (ruff)
  • Tests added
  • Documented the changes

@github-actions github-actions bot added the enhancement New feature or request label Nov 28, 2024
if implementation is Implementation.PANDAS and backend_version < (3,)
else {}
)
return implementation.to_native_namespace().concat(dfs, axis=0, **extra_kwargs)
Copy link
Member Author

Choose a reason for hiding this comment

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

this is the unfiltered/unchecked default pandas behavior for vertical concat

Copy link
Member

@MarcoGorelli MarcoGorelli left a comment

Choose a reason for hiding this comment

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

thanks @FBruzzesi ! tried this out in Prophet and it worked exactly as intended!

@MarcoGorelli MarcoGorelli merged commit 58256d6 into main Nov 29, 2024
23 checks passed
@FBruzzesi FBruzzesi deleted the feat/concat-diagonal branch November 29, 2024 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

enh: how='diagonal' in concat
2 participants