-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
[BUG]: Fix bug with pre epoch normalization #36557
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
Conversation
� Conflicts: � doc/source/whatsnew/v1.1.3.rst
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.
Thanks @phofl
� Conflicts: � doc/source/whatsnew/v1.1.3.rst
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.
Thanks @phofl generally lgtm
Hope the test is in the right place
That seems a reasonable location for the issue code sample.
but the MWE would be Timestamp("1969-01-01 09:00:00").normalize()
maybe add that somewhere in pandas\tests\scalar\timestamp\test_timestamp.py
@simonjayhawkins Added the test |
thanks @phofl |
Co-authored-by: patrick <[email protected]>
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff
The fix propsed by @jbrockmendel worked.
Hope the test is in the right place