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 604b839 commit c71e807Copy full SHA for c71e807
pandas/core/arrays/categorical.py
@@ -407,7 +407,8 @@ def from_dummies(
407
If ``prefix`` is not ``None``, use as the separator
408
between the prefix and the final name of the category.
409
fillna : optional bool, default None
410
- How to handle NA values. If ``True`` or ``False``, NA is filled with that value.
+ How to handle NA values.
411
+ If ``True`` or ``False``, NA is filled with that value.
412
If ``None``, raise a ValueError if there are any NA values.
413
414
Raises
0 commit comments