Skip to content

Commit 9a47768

Browse files
Fix get_dummies dtype docstring
1 parent 9e95485 commit 9a47768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/strings/accessor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2387,7 +2387,7 @@ def get_dummies(
23872387
If appending prefix, separator/delimiter to use.
23882388
dummy_na : bool, default False
23892389
Add a column to indicate NaNs, if False NaNs are ignored.
2390-
dtype: dtype, default int64
2390+
dtype : dtype, default np.int64
23912391
Data type for new columns. Only a single dtype is allowed.
23922392
23932393
Returns

0 commit comments

Comments
 (0)