ENH: support apply method for ExtensionArray backed DataFrame #54584
Labels
Apply
Apply, Aggregate, Transform, Map
Enhancement
ExtensionArray
Extending pandas with custom dtypes or arrays.
Needs Discussion
Requires discussion from core team before further action
Feature Type
Adding new functionality to pandas
Changing existing functionality in pandas
Removing existing functionality in pandas
Problem Description
Following on from #28955, there's an issue in pint-pandas for apply with DataFrames. Ideally res would be a PintArray rather than an array of objects.
Feature Description
This may require the same solution as #27995. Alternatively a dtype arguement for apply.
Alternative Solutions
N/A
Additional Context
No response
The text was updated successfully, but these errors were encountered: