Skip to content

Conversation

jbrockmendel
Copy link
Member

We can track down the dtypes that get passed to _get_result_indexer, and since it is always int64/int64, we can reduce the call to algos.take_nd down to a direct cython call.

This removes the dependency of this module on non-cython parts of the code

@jreback jreback added Indexing Related to indexing on series/frames, not to indexes themselves Internals Related to non-user accessible pandas implementation labels Jul 24, 2019
@jreback jreback added this to the 1.0 milestone Jul 24, 2019
@jreback jreback merged commit 0da8b3f into pandas-dev:master Jul 24, 2019
@jreback
Copy link
Contributor

jreback commented Jul 24, 2019

sure

@jbrockmendel jbrockmendel deleted the deps3 branch July 24, 2019 13:21
quintusdias pushed a commit to quintusdias/pandas_dev that referenced this pull request Aug 16, 2019
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 Internals Related to non-user accessible pandas implementation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants