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 ns precision isoformat #53073

Merged
merged 2 commits into from
May 9, 2023

Conversation

i1oveMyse1f
Copy link
Contributor

@i1oveMyse1f i1oveMyse1f commented May 4, 2023

@@ -0,0 +1,110 @@
from datetime import datetime
Copy link
Member

Choose a reason for hiding this comment

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

Please don't change the name of the test file

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed

@mroeschke
Copy link
Member

Please ensure you run precommit to fix code check issues: https://pandas.pydata.org/docs/development/contributing_codebase.html#contributing-pre-commit

@mroeschke mroeschke added Output-Formatting __repr__ of pandas objects, to_string Timestamp pd.Timestamp and associated methods labels May 9, 2023
@mroeschke mroeschke added this to the 2.1 milestone May 9, 2023
@mroeschke mroeschke merged commit 94e868a into pandas-dev:main May 9, 2023
36 checks passed
@mroeschke
Copy link
Member

Thanks @i1oveMyse1f

Rylie-W pushed a commit to Rylie-W/pandas that referenced this pull request May 19, 2023
Daquisu pushed a commit to Daquisu/pandas that referenced this pull request Jul 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Output-Formatting __repr__ of pandas objects, to_string Timestamp pd.Timestamp and associated methods
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: Timestamp.isoformat works incorrect on ns precision
2 participants