Skip to content

Commit a2c9b1a

Browse files
Shorter one line description.
1 parent 747d245 commit a2c9b1a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/core/frame.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5145,8 +5145,7 @@ def pivot_table(self, values=None, index=None, columns=None,
51455145

51465146
def stack(self, level=-1, dropna=True):
51475147
"""
5148-
Stack the prescribed level(s) from the column axis onto the index
5149-
axis.
5148+
Stack the prescribed level(s) from columns to index.
51505149
51515150
Return a reshaped DataFrame or Series having a multi-level
51525151
index with one or more new inner-most levels compared to the current

0 commit comments

Comments
 (0)