We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9caa79 commit aaf21ebCopy full SHA for aaf21eb
pandas/core/reshape/encoding.py
@@ -66,7 +66,7 @@ def get_dummies(
66
can be a dictionary mapping column names to prefixes.
67
prefix_sep : str, list of str, or dict of str, default '_'
68
Should you choose to prepend DataFrame column names with a prefix, this
69
- is the separator/delimiter to use between the two. Alternatively,
+ is the separator/delimiter to use between the two. Alternatively,
70
`prefix_sep` can be a list with length equal to the number of columns,
71
or a dictionary mapping column names to separators.
72
dummy_na : bool, default False
0 commit comments