Skip to content

Commit 425fb2a

Browse files
committed
Merge remote-tracking branch 'upstream/master' into fu1+sort
2 parents 8cbfc36 + 8d3dabb commit 425fb2a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pandas/core/frame.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -4459,9 +4459,9 @@ def pivot(self, index=None, columns=None, values=None):
44594459
Return reshaped DataFrame organized by given index / column values.
44604460
44614461
Reshape data (produce a "pivot" table) based on column values. Uses
4462-
unique values from specified `index` / `columns` to form axes of the resulting
4463-
DataFrame. This function does not support data aggregation, multiple
4464-
values will result in a MultiIndex in the columns. See the
4462+
unique values from specified `index` / `columns` to form axes of the
4463+
resulting DataFrame. This function does not support data aggregation,
4464+
multiple values will result in a MultiIndex in the columns. See the
44654465
:ref:`User Guide <reshaping>` for more on reshaping.
44664466
44674467
Parameters

0 commit comments

Comments
 (0)