Skip to content

ENH: applymap get kwargs? #39987

Closed
Closed
@attack68

Description

@attack68

apply has kwargs whilst applymap does not. Is there a specific reason for this?

it's straight forward to do

apply(f, **kwarrgs)

or

g = partial(f **kwargs)
applymap(g)

its not documented how this can be achieved with partial which the more casual user might miss?

Metadata

Metadata

Assignees

No one assigned

    Labels

    EnhancementNeeds TriageIssue that has not been reviewed by a pandas team member

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions