Skip to content
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

REF: BlockManager.delete -> idelete #33332

Merged
merged 5 commits into from
Apr 6, 2020
Merged

Conversation

jbrockmendel
Copy link
Member

Moving towards all-locational inside BlockManager, also makes it easier to grep for where methods are used.

@jreback jreback added Clean Internals Related to non-user accessible pandas implementation labels Apr 6, 2020
@jreback jreback added this to the 1.1 milestone Apr 6, 2020
@@ -1007,12 +1007,10 @@ def iget(self, i: int) -> "SingleBlockManager":
self.axes[1],
)

def delete(self, item):
def idelete(self, indexer):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should just be typed as int i think (followon ok)

@jreback jreback merged commit 0647850 into pandas-dev:master Apr 6, 2020
@jbrockmendel jbrockmendel deleted the idelete branch April 6, 2020 21:28
jbrockmendel added a commit to jbrockmendel/pandas that referenced this pull request Apr 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Clean Internals Related to non-user accessible pandas implementation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants