Skip to content

Commit ac9a592

Browse files
committed
fixed pep8 issues
1 parent 383a645 commit ac9a592

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
@@ -39,7 +39,6 @@ def pivot_table(data, values=None, index=None, columns=None, aggfunc='mean',
3939
margins=margins, margins_name=margins_name)
4040
pieces.append(table)
4141
keys.append(getattr(func, '__name__', func))
42-
#keys.append(func.__name__)
4342

4443
return concat(pieces, keys=keys, axis=1)
4544

0 commit comments

Comments
 (0)