-
-
Notifications
You must be signed in to change notification settings - Fork 19.4k
Open
Labels
API - ConsistencyInternal Consistency of API/BehaviorInternal Consistency of API/BehaviorEnhancement
Description
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_csvjoin
probably others.
We should add a warning to get_dummies to have users change prefix_sep to '' and include the separators in prefix.
Metadata
Metadata
Assignees
Labels
API - ConsistencyInternal Consistency of API/BehaviorInternal Consistency of API/BehaviorEnhancement