BUG: setting values with array in mixed DataFrame disregards order of indexer #40480
Labels
Blocker
Blocking issue or pull request for an upcoming release
Indexing
Related to indexing on series/frames, not to indexes themselves
Regression
Functionality that used to work in a prior pandas version
Milestone
In the above (using master), the values [1, 2, 3] were set in that order, while the indexer used a different order. In released versions of pandas, we correctly get [2, 3, 1]:
The text was updated successfully, but these errors were encountered: