BUG: Setting values with ILOC and list like indexers raises #36741
Labels
Indexing
Related to indexing on series/frames, not to indexes themselves
Regression
Functionality that used to work in a prior pandas version
Milestone
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pandas.
(optional) I have confirmed this bug exists on the master branch of pandas.
Note: Please read this guide detailing how to provide the necessary information for us to reproduce your bug.
Code Sample, a copy-pastable example
Problem description
This worked on 1.0.5 and returned
On master this raises:
Was this change of behavior intended?
Expected Output
I would expect, that this would work and returns the results from 1.0.5
Output of
pd.show_versions()
master
The text was updated successfully, but these errors were encountered: