Skip to content

DOC/TST: index followup #7951

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 2 commits into from
Aug 7, 2014
Merged

DOC/TST: index followup #7951

merged 2 commits into from
Aug 7, 2014

Conversation

jreback
Copy link
Contributor

@jreback jreback commented Aug 7, 2014

TST: argmin/max impl, tests, and doc-strings
DOC: release notes corrections
API: raise on __nonzero__ for Indexes, closes #7897

partial close of #7904

TST: argmin/max impl, tests, and doc-strings
@jreback jreback added this to the 0.15.0 milestone Aug 7, 2014
@jreback
Copy link
Contributor Author

jreback commented Aug 7, 2014

@jorisvandenbossche this fixes the missing properties from api docs and such, however

some properties, that are cached_read_only are not having the doc-strings picked up

e.g. Index.is_monotonic,is_unique....

do you know what the problem is here?

@jreback jreback changed the title DOC: release notes corrections DOC/TST: index followup Aug 7, 2014
@jorisvandenbossche
Copy link
Member

Nope, I don't really know what the exact cause is, it's a long standing issue, see #6100 (it happens in two cases: when an attribute is initialized as class attribute to None (eg Index.name), or when cache_readonly is used for properties (eg Index.is_unique))

@jreback
Copy link
Contributor Author

jreback commented Aug 7, 2014

@jorisvandenbossche hmm, ok then

jreback added a commit that referenced this pull request Aug 7, 2014
@jreback jreback merged commit c2ebf4c into pandas-dev:master Aug 7, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Docs Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bool(MultiIndex) seems to always return False
2 participants