Skip to content

Commit 78b33bc

Browse files
authored
typo: pivot_table -> pivot (#34758)
1 parent 2d5a4e7 commit 78b33bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/getting_started/intro_tutorials/07_reshape_table_layout.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ I want the values for the three stations as separate columns next to each other
196196
197197
no2_subset.pivot(columns="location", values="value")
198198
199-
The :meth:`~pandas.pivot_table` function is purely reshaping of the data: a single value
199+
The :meth:`~pandas.pivot` function is purely reshaping of the data: a single value
200200
for each index/column combination is required.
201201

202202
.. raw:: html

0 commit comments

Comments
 (0)