Skip to content

Commit

Permalink
Add dtype to get_dummies docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronchucarroll committed Aug 21, 2024
1 parent 50ed90c commit 9e95485
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pandas/core/strings/accessor.py
Original file line number Diff line number Diff line change
Expand Up @@ -2387,6 +2387,8 @@ def get_dummies(
If appending prefix, separator/delimiter to use.
dummy_na : bool, default False
Add a column to indicate NaNs, if False NaNs are ignored.
dtype: dtype, default int64
Data type for new columns. Only a single dtype is allowed.
Returns
-------
Expand Down

0 comments on commit 9e95485

Please sign in to comment.