Skip to content

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

3 participants