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

fix(python): Add initialization support for python Timedeltas #11566

Merged
merged 4 commits into from
Oct 7, 2023

Conversation

c-peters
Copy link
Collaborator

@c-peters c-peters commented Oct 6, 2023

fix #11540

@github-actions github-actions bot added fix Bug fix python Related to Python Polars labels Oct 6, 2023
Copy link
Collaborator

@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 for working on this!

py-polars/polars/datatypes/constructor.py Outdated Show resolved Hide resolved
py-polars/tests/unit/datatypes/test_temporal.py Outdated Show resolved Hide resolved
py-polars/polars/series/series.py Show resolved Hide resolved
Copy link
Collaborator

@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.

nice one!

@ritchie46 ritchie46 merged commit 0669a26 into pola-rs:main Oct 7, 2023
12 checks passed
@c-peters c-peters deleted the numpy_timedelta branch October 18, 2023 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Bug fix python Related to Python Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Series initialisation doesn't work for numpy timedelta64[ms]
3 participants