Skip to content

ENH: Exp function for Series and DataFrame #56748

@8one6

Description

@8one6

Feature Type

  • Adding new functionality to pandas

  • Changing existing functionality in pandas

  • Removing existing functionality in pandas

Problem Description

Could we add a .exp method (in the spirit of .add, .sub, .pow methods)? By default would use np.exp(1) as the base. But could take base as an additional argument.

Feature Description

Add "exponentiation" method for Series and DataFrames

Alternative Solutions

equivalent of ser.apply(np.exp)

Additional Context

No response

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions