-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Closed
Labels
BugIndexingRelated to indexing on series/frames, not to indexes themselvesRelated to indexing on series/frames, not to indexes themselvesRegressionFunctionality that used to work in a prior pandas versionFunctionality that used to work in a prior pandas version
Description
This is a follow-up on #32886 (comment)
test_setitem_ndarray_3d
in pandas/tests/indexing/test_indexing.py
isn't raising for empty index, iloc and DataFrame parametrization.
The mentioned PR added a new xfail
test for this combination: test_setitem_ndarray_3d_does_not_fail_for_iloc_empty_dataframe
. The goal of this PR is to remove the xfail
test and remove the associated pytest.skip
in test_setitem_ndarray_3d
.
Metadata
Metadata
Assignees
Labels
BugIndexingRelated to indexing on series/frames, not to indexes themselvesRelated to indexing on series/frames, not to indexes themselvesRegressionFunctionality that used to work in a prior pandas versionFunctionality that used to work in a prior pandas version