-
-
Notifications
You must be signed in to change notification settings - Fork 18k
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: DataFrame(dt64data, dtype=td64) corner cases #38792
Conversation
result = df.to_records() | ||
result["index"].dtype == "M8[ns]" | ||
|
||
result = df.to_records(index=False) |
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.
can you assert the expected (or something about it)
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.
this is just moving the existing test to the correct location. i can revert the move as out of scope
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.
its fine to move, but if you can an expected value would be good
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.
reverted this move
what is the user facing change? |
|
kk change looks good, i think need a whatsnew note though as this is now working |
whatsnew added + green |
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff