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
An internal ._take method was created to process a keyword argument deprecation.
Now that both ._take and .take have the same signature, the code within ._take can be collapsed into the public .take method.
xref #27171 (comment)
An internal
._take
method was created to process a keyword argument deprecation.Now that both
._take
and.take
have the same signature, the code within._take
can be collapsed into the public.take
method.pandas/pandas/core/generic.py
Line 3322 in 527e714
The text was updated successfully, but these errors were encountered: