Skip to content

Commit 1a0dd35

Browse files
committed
Merge branch 'Second' of https://github.com/Varun270/pandas into Second
2 parents 37fcce8 + 3437dce commit 1a0dd35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/generic.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4482,7 +4482,7 @@ def add_suffix(self: NDFrameT, suffix: str) -> NDFrameT:
44824482
# expected "NDFrameT")
44834483
# error: Argument 1 to "rename" of "NDFrame" has incompatible type
44844484
# "**Dict[str, partial[str]]"; expected "Union[str, int, None]"
4485-
return self.rename(**mapper)
4485+
return self.rename(**mapper)
44864486

44874487
def sort_values(
44884488
self,

0 commit comments

Comments
 (0)