Skip to content

Commit 537354c

Browse files
committed
Fixes #24893: re-added line
1 parent 2d39e86 commit 537354c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/reshape/test_pivot.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1601,6 +1601,7 @@ def test_pivot_table_margins_name_with_aggfunc_list(self):
16011601
expected = pd.DataFrame(table.values, index=ix, columns=cols)
16021602
tm.assert_frame_equal(table, expected)
16031603

1604+
@pytest.mark.xfail(reason="GH#17035 (np.mean of ints is casted back to ints)")
16041605
def test_categorical_margins(self, observed):
16051606
# GH 10989
16061607
df = pd.DataFrame(

0 commit comments

Comments
 (0)