Skip to content

Commit 444ba64

Browse files
max-kovWillAyd
authored andcommitted
DOC: Fix misspelling in get_dummies docstring (pandas-dev#26207)
1 parent 33e05d7 commit 444ba64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/reshape/reshape.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ def get_dummies(data, prefix=None, prefix_sep='_', dummy_na=False,
718718
If `columns` is None then all the columns with
719719
`object` or `category` dtype will be converted.
720720
sparse : bool, default False
721-
Whether the dummy-encoded columns should be be backed by
721+
Whether the dummy-encoded columns should be backed by
722722
a :class:`SparseArray` (True) or a regular NumPy array (False).
723723
drop_first : bool, default False
724724
Whether to get k-1 dummies out of k categorical levels by removing the

0 commit comments

Comments
 (0)