-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
TST: Fix makeObjectSeries data as object type #28444
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
Cool this looks good. Any chance you looked at where this was ultimately used? Would be nice to clean up any casting that this required in the past |
Umm, there is no casting about this. One thing that I can doubt is usage on Other things are used just representing a Can you tell me more details about what should I do? And should I add an entry at whatsnew on v1.0? |
Yea that's a great find - thanks for being thorough. Can you see where that was introduced to see what the intention was? The fact that it blanket catches an Also looking these over I'm surprised that all of the |
Although I can't find origin of pandas/pandas/tests/series/test_operators.py Lines 187 to 195 in 91ee418
So, test would be modified as datetime64[ns] converted to base object.
Yes, only
About that, it's too hard question to me :) |
Yea that seems logical to me though doesn't appear to be the case. cc @jreback in case of any historical knowledge as to why things are that way |
thanks @jmg7173 yeah we likely have enough testing already in place. |
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff