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: add DataFrame and Series to_polars #1803

Merged
merged 2 commits into from
Jan 13, 2025
Merged

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

If you have comments or can explain your changes, please do so below

@FBruzzesi
Copy link
Member Author

  • Modin failure: I assume this code is unreleased? We can implement it ourselves anyway.
  • CUDF: Should we pass through pandas πŸ€”?

@FBruzzesi FBruzzesi marked this pull request as ready for review January 13, 2025 15:02
@MarcoGorelli MarcoGorelli added the enhancement New feature or request label Jan 13, 2025
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 !

@FBruzzesi FBruzzesi merged commit ffce1b6 into main Jan 13, 2025
22 of 23 checks passed
@FBruzzesi FBruzzesi deleted the feat/dataframe-to_polars branch January 13, 2025 15:58
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]: add support for .to_polars()
2 participants