Use better typing for Series.apply based on return type of the callable determining return type of Series.apply() #293
Labels
Apply
Apply, Aggregate, Transform
Regression
Functionality that used to work in a prior pandas version
Series
Series data structure
Describe the bug
A clear and concise description of what the bug is.
Series().apply().tolist()
errors withafter latest release.
To Reproduce
pandas
example that is not properly checked by the stubs.mypy
orpyright
).Please complete the following information:
pandas-stubs
[v1.4.4.220906]Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: