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

Allow accessing AxisProperties on classes #18196

Merged
merged 1 commit into from
Nov 10, 2017

Conversation

TomAugspurger
Copy link
Contributor

xref #18147

This will remove the doc warnings about DataFrame.index, Series.index, ...

Basically, before if you did pd.DataFrame.index you got an exception, about None._data, since there was no instance.

cc @jreback if you have any concerns.

@TomAugspurger TomAugspurger added this to the 0.22.0 milestone Nov 9, 2017
Copy link
Contributor

@jreback jreback left a comment

Choose a reason for hiding this comment

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

lgtm

@TomAugspurger TomAugspurger mentioned this pull request Nov 9, 2017
15 tasks
@jorisvandenbossche jorisvandenbossche merged commit 324ac85 into pandas-dev:master Nov 10, 2017
@jorisvandenbossche
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants