Skip to content

Commit 41ad4cf

Browse files
flake8
1 parent 98a4a93 commit 41ad4cf

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

pandas/core/frame.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5284,9 +5284,12 @@ def stack(self, level=-1, dropna=True):
52845284
52855285
See Also
52865286
--------
5287-
DataFrame.unstack: unstack prescribed level(s) from index axis onto column axis.
5288-
DataFrame.pivot: reshape dataframe from long format to wide format.
5289-
DataFrame.pivot_table: create a spreadsheet-style pivot table as a DataFrame.
5287+
DataFrame.unstack: unstack prescribed level(s) from index axis
5288+
onto column axis.
5289+
DataFrame.pivot: reshape dataframe from long format to wide
5290+
format.
5291+
DataFrame.pivot_table: create a spreadsheet-style pivot table
5292+
as a DataFrame.
52905293
"""
52915294
from pandas.core.reshape.reshape import stack, stack_multiple
52925295

0 commit comments

Comments
 (0)