Skip to content

Commit bf29cb0

Browse files
committed
change fill_value param to scalar
1 parent 5b0767a commit bf29cb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/frame.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9854,7 +9854,7 @@ def unstack(
98549854
----------
98559855
level : int, str, or list of these, default -1 (last level)
98569856
Level(s) of index to unstack, can pass level name.
9857-
fill_value : int, str or dict
9857+
fill_value : scalar
98589858
Replace NaN with this value if the unstack produces missing values.
98599859
sort : bool, default True
98609860
Sort the level(s) in the resulting MultiIndex columns.

0 commit comments

Comments
 (0)