Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
BUG: creating multi-index with datetimes in the levels #7888
Comments
jreback
added this to the
0.15.0
milestone
Jul 31, 2014
jreback
added Bug Timeseries MultiIndex
labels
Jul 31, 2014
jreback
referenced
this issue
Sep 13, 2014
Merged
BUG: Bug in inference in a MultiIndex with datetime.date inputs (GH7888) #8264
jreback
closed this
in #8264
Sep 14, 2014
This was referenced Nov 13, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jreback commentedJul 31, 2014
http://stackoverflow.com/questions/25059140/pandas-multiindex-not-working-with-read-csv-and-datetime-objects/25059472#25059472
The first level of this multi-index is a
Indexof object dtypeddatetimes, rather than aDatetimeIndex.might be a bug in the creation process