-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
BUG: recognize M8[ns, tzstr] #33885
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
BUG: recognize M8[ns, tzstr] #33885
Conversation
Is this needed to support? (what's the use case?) |
lgtm. |
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.
see comment
I find this ok, all we are asserting here is that |
needed? No. convenient? yes. Until recently there as a test that checked |
What is the convenience? Just less typing? |
Sure. Or maybe "lease surprise" is more accurate. e.g. |
OK, but then it is fixing a bug, not providing something for convenience. Eg, it seems that |
added |
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff
ATM
dtype == "M8[ns, UTC]"
fails whiledtype == "datetime64[ns, UTC]"
succeeds