Skip to content

Commit 4274b84

Browse files
adamjstewartjreback
authored andcommitted
Add missing period to get_dummies docs (#21277)
1 parent f1631be commit 4274b84

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
@@ -725,7 +725,7 @@ def get_dummies(data, prefix=None, prefix_sep='_', dummy_na=False,
725725
----------
726726
data : array-like, Series, or DataFrame
727727
prefix : string, list of strings, or dict of strings, default None
728-
String to append DataFrame column names
728+
String to append DataFrame column names.
729729
Pass a list with length equal to the number of columns
730730
when calling get_dummies on a DataFrame. Alternatively, `prefix`
731731
can be a dictionary mapping column names to prefixes.

0 commit comments

Comments
 (0)