Skip to content

Commit

Permalink
Add missing period to get_dummies docs (#21277)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart authored and jreback committed Jun 1, 2018
1 parent f1631be commit 4274b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/core/reshape/reshape.py
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,7 @@ def get_dummies(data, prefix=None, prefix_sep='_', dummy_na=False,
----------
data : array-like, Series, or DataFrame
prefix : string, list of strings, or dict of strings, default None
String to append DataFrame column names
String to append DataFrame column names.
Pass a list with length equal to the number of columns
when calling get_dummies on a DataFrame. Alternatively, `prefix`
can be a dictionary mapping column names to prefixes.
Expand Down

0 comments on commit 4274b84

Please sign in to comment.