Skip to content

Commit 10bfb93

Browse files
jbrockmendelyeshsurya
authored andcommitted
TYP: core.computation (pandas-dev#41007)
1 parent 792ef9c commit 10bfb93

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/core/reshape/pivot.py

-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ def __internal_pivot_table(
180180
# TODO: why does test_pivot_table_doctest_case fail if
181181
# we don't do this apparently-unnecessary setitem?
182182
agged[v] = agged[v]
183-
pass
184183
else:
185184
agged[v] = maybe_downcast_to_dtype(agged[v], data[v].dtype)
186185

0 commit comments

Comments
 (0)