-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
CLN: simplify _setitem_with_indexer #31887
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
CLN: simplify _setitem_with_indexer #31887
Conversation
Now you have been working with |
good idea |
im of mixed mind on adding a docstring at the moment, because there is a big gap between what the method does vs what it is supposed to do. |
Even trying to write down a bit what you know about what it is supposed to do and what it actually does (what led you to previous comment) is useful IMO; it doesn't need to be a perfectly standard formatted docstring |
lgtm needs a rebase |
rebased+green |
@jorisvandenbossche gentle ping |
Thanks! |
The MultiIndex check it is doing is unnecessary for positional indexing.
Other things being cleaned up here appear to be remnants from Panel