Skip to content
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

ENH/BUG: partial string indexing with PeriodIndex #7043

Merged
merged 1 commit into from
May 13, 2014

Conversation

sinhrks
Copy link
Member

@sinhrks sinhrks commented May 5, 2014

Closes #6716.

@jreback
Copy link
Contributor

jreback commented May 5, 2014

can you put a small example in v0.14.0.txt and in http://pandas-docs.github.io/pandas-docs-travis/timeseries.html (maybe need a sub-section PeriodIndex) with a partial string indexing section.

also if you want to throw in some docs about creating PeriodIndex would be great

@jreback jreback added this to the 0.14.1 milestone May 5, 2014
@sinhrks
Copy link
Member Author

sinhrks commented May 10, 2014

OK, I'll try. I found an issue in Index partial slicing, thus please leave it a while.

@sinhrks
Copy link
Member Author

sinhrks commented May 13, 2014

@jreback I think I've finished. Pls check.

Regarding the document, there is a section about creating PeriodIndex already. What is the topic should be added?

@jreback jreback modified the milestones: 0.14.0, 0.14.1 May 13, 2014
jreback added a commit that referenced this pull request May 13, 2014
ENH/BUG: partial string indexing with PeriodIndex
@jreback jreback merged commit 3e4d003 into pandas-dev:master May 13, 2014
@jreback
Copy link
Contributor

jreback commented May 13, 2014

thanks...I think the docs are fine, you put them in the right place

that said, after this buidls on master, pls check out the built docs for correctness

@jreback
Copy link
Contributor

jreback commented May 13, 2014

This fails on numpy master for some reason, can you investigate: https://travis-ci.org/pydata/pandas/jobs/25073475

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Indexing Related to indexing on series/frames, not to indexes themselves Period Period data type
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: partial string indexing with PeriodIndex
2 participants