Skip to content

BUG: Fix Dataframe handling of scalar Timestamp #61444 #61450

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Farsidetfs
Copy link

closes #61444
Tests developed, but validating against test suite to ensure full compliance. Will update pull request with submission notes and unit test after validation this doesn't disrupt other functions.

TODO:

  • All code checks passed.
  • Added type annotations to new arguments/methods/functions.
  • Added an entry in the latest doc/source/whatsnew/vX.X.X.rst file if fixing a bug or adding a new feature.

@datapythonista datapythonista added Bug Timestamp pd.Timestamp and associated methods labels May 23, 2025
@datapythonista
Copy link
Member

Existing tests seem to be happy, what's needed is to add a test that fails now, and passes with the code changes here. As well as the release note.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Timestamp pd.Timestamp and associated methods
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: DataFrame column assignment with pd.Timestamp leads to unexpected dtype and incorrect JSON output
2 participants