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): Allow pl.Int32 Series as output in eager repeat. #7152

Merged

Conversation

ghuls
Copy link
Collaborator

@ghuls ghuls commented Feb 24, 2023

No description provided.

@github-actions github-actions bot added enhancement New feature or an improvement of an existing feature python Related to Python Polars labels Feb 24, 2023
@ghuls
Copy link
Collaborator Author

ghuls commented Feb 24, 2023

Fixes the following comment from: #7136

pl.repeat does not work exactly the same for eager and lazy. Lazy can return pl.Int32 or pl.Int64 depending if the value fits in int32 boundaries for numbers while eager always returns pl.Int64.

@ritchie46 ritchie46 merged commit 7415ab9 into pola-rs:master Feb 24, 2023
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.

2 participants