-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed
Milestone
Description
When giving custom name to regrouped variables (currently set to Others), the change does not work and Others is keep appearing.
Looks like the parameter is set in class
| def __init__(self, regroup: bool=True, regroup_name: str="Other", |
but the value in the body is actually hard-coded:
| return data.apply(lambda x: str(x) if x in categories else "Other") |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is needed