Skip to content

ENH: EA.interpolate #53659

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Jun 28, 2023
Prev Previous commit
Next Next commit
update docstring to appease code check
  • Loading branch information
jbrockmendel committed Jun 14, 2023
commit 61eaa4e6ab86a270860262722d742fa6e81303b4
2 changes: 1 addition & 1 deletion pandas/core/arrays/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@ def interpolate(
**kwargs,
) -> Self:
"""
See NDFrame.interpolate.__doc__.
See DataFrame.interpolate.__doc__.
"""
# NB: we return type(self) even if inplace=True
raise NotImplementedError(
Expand Down