You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently get_dummies has both prefix and prefix_sep parameters. This is inconsistent with the rest of pandas prefix / suffix arguments that have you included the separator in the pre/suffix.
read_csv
join
probably others.
We should add a warning to get_dummies to have users change prefix_sep to '' and include the separators in prefix.
The text was updated successfully, but these errors were encountered:
Currently
get_dummies
has bothprefix
andprefix_sep
parameters. This is inconsistent with the rest of pandas prefix / suffix arguments that have you included the separator in the pre/suffix.read_csv
join
probably others.
We should add a warning to
get_dummies
to have users changeprefix_sep
to''
and include the separators inprefix
.The text was updated successfully, but these errors were encountered: