Skip to content

REF: Fix PeriodIndex._outer_indexer -> share remaining set methods #39331

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 6 commits into from
Jan 22, 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

# smoke check that PeriodIgit standex._outer_indexer works
pi = period_range("1/1/2000", "1/20/2000", freq="D")

pi._outer_indexer(pi._values, pi._values)
Copy link
Contributor

Choose a reason for hiding this comment

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

can you assert the result

Copy link
Member Author

Choose a reason for hiding this comment

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

sure, will update

Copy link
Member Author

Choose a reason for hiding this comment

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

updated + green

@jreback jreback added the Period Period data type label Jan 22, 2021
@jreback jreback added this to the 1.3 milestone Jan 22, 2021
@jreback jreback added the Refactor Internal refactoring of code label Jan 22, 2021
@jreback jreback merged commit 9ed521e into pandas-dev:master Jan 22, 2021
@jbrockmendel jbrockmendel deleted the ref-share-setops branch January 22, 2021 23:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Period Period data type Refactor Internal refactoring of code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants