Skip to content

Commit

Permalink
Remove fill value
Browse files Browse the repository at this point in the history
  • Loading branch information
phofl committed Oct 1, 2023
1 parent 9320144 commit 62a5011
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pandas/core/arrays/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -891,8 +891,7 @@ def interpolate(
limit,
limit_direction,
limit_area,
fill_value=None,
copy: bool = True,
copy: bool,
**kwargs,
) -> Self:
"""
Expand Down

0 comments on commit 62a5011

Please sign in to comment.