Skip to content

INT: mixin for PeriodIndex / Datetimeindex for common methods #6469

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

Closed
17 of 19 tasks
jreback opened this issue Feb 25, 2014 · 9 comments
Closed
17 of 19 tasks

INT: mixin for PeriodIndex / Datetimeindex for common methods #6469

jreback opened this issue Feb 25, 2014 · 9 comments
Labels
Datetime Datetime data dtype Index Related to the Index class or subclasses Internals Related to non-user accessible pandas implementation Period Period data type

Comments

@jreback
Copy link
Contributor

jreback commented Feb 25, 2014

related #6779

next priorities:

  • get_duplicates
  • repeat
  • get_value / get_value_maybe_box
  • searchsorted
  • argmin / argmax
@jreback
Copy link
Contributor Author

jreback commented May 18, 2014

cc @sinhrks you might find this interesting

@sinhrks
Copy link
Member

sinhrks commented Jun 30, 2014

Seems to be important.

  • list was moved to top

@jreback
Copy link
Contributor Author

jreback commented Jun 30, 2014

@sinhrks comment here and I'll check/update boxes up top

@sinhrks
Copy link
Member

sinhrks commented Jul 9, 2014

Added __iter__

@jreback
Copy link
Contributor Author

jreback commented Dec 20, 2014

@sinhrks

I think most of the bottom 5 listed (next priorities) are actually completed
can u give a check and out the issue here? (some may just need testing as well)
eg repeat,argmin

@jreback jreback modified the milestones: 0.16.0, Next Major Release Mar 6, 2015
@sinhrks
Copy link
Member

sinhrks commented Jun 5, 2015

Sorry about leaving it a while, updated the list including #10292. get_value and searchsorted seems to be on separate classes. Will check whether can be integrated...

jreback pushed a commit that referenced this issue Aug 14, 2016
related to #6469

Author: sinhrks <[email protected]>

Closes #13995 from sinhrks/period_repeat and squashes the following commits:

c627549 [sinhrks] CLN: Move PeriodIndex.repeat to DatetimeIndexOpsMixin
jreback pushed a commit that referenced this issue Aug 18, 2016
related to #6469

Author: sinhrks <[email protected]>

Closes #13987 from sinhrks/period_getitem and squashes the following commits:

48d187d [sinhrks] CLN: move PeriodIndex.__getitem__ to DatetimeOpsMixin
@jbrockmendel
Copy link
Member

Equals and isin can be checked off

@jbrockmendel
Copy link
Member

I think this has been pushed about as far as it can go, can be closed.

@toobaz toobaz added Index Related to the Index class or subclasses and removed Indexing Related to indexing on series/frames, not to indexes themselves labels Jun 28, 2019
@jbrockmendel
Copy link
Member

This has been pushed as far as it can go, closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Datetime Datetime data dtype Index Related to the Index class or subclasses Internals Related to non-user accessible pandas implementation Period Period data type
Projects
None yet
Development

No branches or pull requests

4 participants