We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b0767a commit bf29cb0Copy full SHA for bf29cb0
pandas/core/frame.py
@@ -9854,7 +9854,7 @@ def unstack(
9854
----------
9855
level : int, str, or list of these, default -1 (last level)
9856
Level(s) of index to unstack, can pass level name.
9857
- fill_value : int, str or dict
+ fill_value : scalar
9858
Replace NaN with this value if the unstack produces missing values.
9859
sort : bool, default True
9860
Sort the level(s) in the resulting MultiIndex columns.
0 commit comments