We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89898a6 commit e0d2605Copy full SHA for e0d2605
pandas/core/frame.py
@@ -9305,7 +9305,7 @@ def stack(
9305
section.
9306
sort : bool, default True
9307
Whether to sort the levels of the resulting MultiIndex.
9308
- future_stack : bool, default False
+ future_stack : bool, default True
9309
Whether to use the new implementation that will replace the current
9310
implementation in pandas 3.0. When True, dropna and sort have no impact
9311
on the result and must remain unspecified. See :ref:`pandas 2.1.0 Release
0 commit comments