Skip to content

CLN: simplify join take call #27531

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 4 commits into from
Jul 24, 2019
Merged

CLN: simplify join take call #27531

merged 4 commits into from
Jul 24, 2019

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