-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
BUG: Bug in DataFrame.loc for setitem changed dtype when setting more than one column #37798
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
…re than one column
� Conflicts: � doc/source/whatsnew/v1.2.0.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.
can you merge master
� Conflicts: � pandas/core/indexing.py
Done |
� Conflicts: � doc/source/whatsnew/v1.2.0.rst
cc @jreback Merged master |
This pull request is stale because it has been open for thirty days with no activity. Please update or respond to this comment if you're still interested in working on this. |
� Conflicts: � doc/source/whatsnew/v1.2.0.rst � pandas/tests/frame/indexing/test_setitem.py
This pull request is stale because it has been open for thirty days with no activity. Please update or respond to this comment if you're still interested in working on this. |
@phofl can you merge master to resolve conflicts |
@phofl status on this one? |
@phofl closing as stale. reopen when ready |
black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff
Could not find a reason why we should convert the dtype to object, if values is already an array.