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

BUG: closes bug in reset_index when index contains NaT #10389

Merged
merged 1 commit into from
Jun 20, 2015

Conversation

behzadnouri
Copy link
Contributor

closes #10388

@jreback jreback added Bug Indexing Related to indexing on series/frames, not to indexes themselves Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate MultiIndex labels Jun 20, 2015
@jreback jreback added this to the 0.17.0 milestone Jun 20, 2015
jreback added a commit that referenced this pull request Jun 20, 2015
BUG: closes bug in reset_index when index contains NaT
@jreback jreback merged commit 0b74c72 into pandas-dev:master Jun 20, 2015
@jreback
Copy link
Contributor

jreback commented Jun 20, 2015

thanks!

@behzadnouri behzadnouri deleted the nat-reset-index branch June 20, 2015 12:17
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 Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate MultiIndex
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NaT in MultiIndex throws ValueError when reset_index() is called.
2 participants