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 5bb9e8d commit 2b3d363Copy full SHA for 2b3d363
pandas/core/reshape/encoding.py
@@ -69,8 +69,7 @@ def get_dummies(
69
list or dictionary as with `prefix`.
70
dummy_na : bool, default False
71
If True, a NaN indicator column will be added even if no NaN values are present.
72
- This behavior is intentional and by design. If False, NA values are encoded
73
- as all zero.
+ If False, NA values are encoded as all zero.
74
columns : list-like, default None
75
Column names in the DataFrame to be encoded.
76
If `columns` is None then all the columns with
0 commit comments