We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b81dab commit 195bfceCopy full SHA for 195bfce
pandas/core/reshape/pivot.py
@@ -39,7 +39,6 @@ def pivot_table(data, values=None, index=None, columns=None, aggfunc='mean',
39
margins=margins, margins_name=margins_name)
40
pieces.append(table)
41
keys.append(getattr(func, '__name__', func))
42
- #keys.append(func.__name__)
43
44
return concat(pieces, keys=keys, axis=1)
45
0 commit comments