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: px.timeline was raising when x_start and/or x_end were already datetime for Polars / PyArrow #4914

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

MarcoGorelli
Copy link
Contributor

closes #4913

@MarcoGorelli MarcoGorelli changed the title fix: px.timeline was failing when x_start and/or x_end were already datetime fix: px.timeline was raising when x_start and/or x_end were already datetime for Polars / PyArrow Nov 28, 2024
@MarcoGorelli MarcoGorelli marked this pull request as ready for review November 28, 2024 16:54
@gvwilson gvwilson requested a review from emilykl December 1, 2024 22:31
@gvwilson gvwilson added P2 considered for next cycle community community contribution fix fixes something broken labels Dec 1, 2024
Copy link
Contributor

@emilykl emilykl left a comment

Choose a reason for hiding this comment

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

Looks good to me. Thank you @MarcoGorelli for the fix and thank you for adding the test! 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community community contribution fix fixes something broken P2 considered for next cycle
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Plotly express process_dataframe_timeline expects datetime as strings
3 participants