[BUG] DataFrame loc
indexing is incorrect with repeated column labels.
#13269
Labels
bug
Something isn't working
improvement
Improvement / enhancement to an existing function
Python
Affects Python cuDF API.
Milestone
Describe the bug
This is basically #13266 but for
loc
, I will fix it separately due to different code paths.This is because
ColumnAccessor.select_by_label
uniquifies input label arguments.Expected behavior
This should match pandas.
The text was updated successfully, but these errors were encountered: