Skip to content

CLN libjoin int64->intp #40601

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 7 commits into from
Mar 24, 2021
Merged

CLN libjoin int64->intp #40601

merged 7 commits into from
Mar 24, 2021

Conversation

jbrockmendel
Copy link
Member

  • closes #xxxx
  • tests added / passed
  • Ensure all linting tests pass, see here for how to run them
  • whatsnew entry

@jbrockmendel jbrockmendel added Clean Typing type annotations, mypy/pyright type checking labels Mar 24, 2021
@jreback jreback added this to the 1.3 milestone Mar 24, 2021
@@ -3925,15 +3925,15 @@ def join(
if len(other) == 0 and how in ("left", "outer"):
join_index = self._view()
if return_indexers:
rindexer = np.repeat(-1, len(join_index))
rindexer = np.repeat(np.intp(-1), len(join_index))
Copy link
Contributor

Choose a reason for hiding this comment

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

odd that there isn't a dtype arg

@jreback jreback merged commit db01b30 into pandas-dev:master Mar 24, 2021
@jbrockmendel jbrockmendel deleted the typ-libjoin branch March 24, 2021 23:00
vladu pushed a commit to vladu/pandas that referenced this pull request Apr 5, 2021
JulianWgs pushed a commit to JulianWgs/pandas that referenced this pull request Jul 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Clean Typing type annotations, mypy/pyright type checking
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants