-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Fix ns precision isoformat #53073
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
Conversation
pandas/tests/tslibs/test_iso8601.py
Outdated
@@ -0,0 +1,110 @@ | |||
from datetime import datetime |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
Please ensure you run precommit to fix code check issues: https://pandas.pydata.org/docs/development/contributing_codebase.html#contributing-pre-commit |
b44b480
to
654bcf8
Compare
654bcf8
to
514d63f
Compare
Thanks @i1oveMyse1f |
* fix pandas-dev#53020 * add tests pandas-dev#53020
* fix pandas-dev#53020 * add tests pandas-dev#53020
doc/source/whatsnew/v2.1.0.rst
file