Skip to content

Commit c304d80

Browse files
committed
fix: add documentation to comply with #58896
1 parent fd9ca30 commit c304d80

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pandas/core/reshape/pivot.py

+5
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,11 @@ def pivot_table(
125125
126126
.. versionadded:: 1.3.0
127127
128+
**kwargs : dict
129+
Optional keyword arguments to pass to ``aggfunc``.
130+
131+
.. versionadded:: 3.0.0
132+
128133
Returns
129134
-------
130135
DataFrame

0 commit comments

Comments
 (0)