Skip to content

ENH: Supporting third-party engines for all map and apply methods #61125

Open
@datapythonista

Description

@datapythonista

In #54666 and #61032 we introduce the engine parameter to DataFrame.apply which allows users to run the operation with a third-party engine.

The rest of apply and map methods can also benefit from this.

In a first phase we can do:

  • Series.map
  • Series.apply
  • DataFrame.map

Then we can continue with the transform and group by ones.

Metadata

Metadata

Assignees

No one assigned

    Labels

    ApplyApply, Aggregate, Transform, Map

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions