Skip to content

regroup_name does not work #42

@JanBenisek

Description

@JanBenisek

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")

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinghelp wantedExtra attention is needed

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions