-
-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Closed
Labels
Closing CandidateMay be closeable, needs more eyeballsMay be closeable, needs more eyeballsEnhancement
Description
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
Labels
Closing CandidateMay be closeable, needs more eyeballsMay be closeable, needs more eyeballsEnhancement