You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TYP: Add typing.overload signatures to DataFrame.drop_duplicates. (#54281)
* TYP: Add typing.overload signatures to DataFrame.drop_duplicates.
This adds overloads so that a type checker can determine whether
drop_duplicates returns DataFrame or None based on the value of the
`inplace` argument.
* Use 4-space indent.
0 commit comments