BUG: reset_index is passing a bad dtype to NumPy #35095
Labels
Dtype Conversions
Unexpected or buggy dtype conversions
ExtensionArray
Extending pandas with custom dtypes or arrays.
Indexing
Related to indexing on series/frames, not to indexes themselves
Regression
Functionality that used to work in a prior pandas version
Milestone
I have checked that this issue has not already been reported.
I have confirmed this bug **DOES NOT ** exists on the latest version of pandas.
(optional) I have confirmed this bug exists on the master branch of pandas.
Note: Please read this guide detailing how to provide the necessary information for us to reproduce your bug.
Code Sample, a copy-pastable example
Problem description
Should reset the index.
This is happening on the nightly:
pandas: 1.1.0.dev0+2004.g8d10bfb6f
Full Travis CI log with 4 identical failures:
https://travis-ci.org/github/statsmodels/statsmodels/jobs/704310975
The relevant part of the traceback:
Expected Output
Output of
pd.show_versions()
The text was updated successfully, but these errors were encountered: