Skip to content

Commit 2b3d363

Browse files
saldanhadmroeschke
andauthored
Update pandas/core/reshape/encoding.py
Co-authored-by: Matthew Roeschke <[email protected]>
1 parent 5bb9e8d commit 2b3d363

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/core/reshape/encoding.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ def get_dummies(
6969
list or dictionary as with `prefix`.
7070
dummy_na : bool, default False
7171
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.
72+
If False, NA values are encoded as all zero.
7473
columns : list-like, default None
7574
Column names in the DataFrame to be encoded.
7675
If `columns` is None then all the columns with

0 commit comments

Comments
 (0)