Skip to content

CLN: disallow kind=None in _convert_slice_indexer #31832

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

Merged
merged 1 commit into from
Feb 9, 2020

Conversation

jbrockmendel
Copy link
Member

The one place where _convert_slice_indexer is currently called without kind is within _setitem_with_indexer, which I've determined should be iloc-only so it is a no-op. With that usage removed, we can be stricter about what gets passed.

@jreback jreback added the Indexing Related to indexing on series/frames, not to indexes themselves label Feb 9, 2020
@jreback jreback added this to the 1.1 milestone Feb 9, 2020
@jreback jreback added the Refactor Internal refactoring of code label Feb 9, 2020
@jreback jreback merged commit d7996b9 into pandas-dev:master Feb 9, 2020
@jreback
Copy link
Contributor

jreback commented Feb 9, 2020

sure

@jbrockmendel jbrockmendel deleted the convert_slice_indexer-4 branch February 9, 2020 23:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Indexing Related to indexing on series/frames, not to indexes themselves Refactor Internal refactoring of code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants