We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d5a4e7 commit 78b33bcCopy full SHA for 78b33bc
doc/source/getting_started/intro_tutorials/07_reshape_table_layout.rst
@@ -196,7 +196,7 @@ I want the values for the three stations as separate columns next to each other
196
197
no2_subset.pivot(columns="location", values="value")
198
199
-The :meth:`~pandas.pivot_table` function is purely reshaping of the data: a single value
+The :meth:`~pandas.pivot` function is purely reshaping of the data: a single value
200
for each index/column combination is required.
201
202
.. raw:: html
0 commit comments