Skip to content

Commit d5a262a

Browse files
Fix sphinx docs
1 parent 4d09b85 commit d5a262a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/frame.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5217,6 +5217,7 @@ def stack(self, level=-1, dropna=True):
52175217
two 2.0 3.0
52185218
52195219
By default the missing values are filled with NaNs:
5220+
52205221
>>> s.stack()
52215222
X Y
52225223
one a 0.0 NaN

0 commit comments

Comments
 (0)