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: periodindex converted to Series incorrectly getting coerce to int64 #7932
Comments
jreback
added this to the
0.15.0
milestone
Aug 4, 2014
jreback
added Bug Period
labels
Aug 4, 2014
jreback
referenced
this issue
Sep 10, 2014
Merged
BUG: Bug in putting a PeriodIndex into a Series would convert to int64 #8237
jreback
closed this
in #8237
Sep 10, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jreback commentedAug 4, 2014
I believe this works correctly if its a setitem in a frame, e.g.
df['span'] = spanbut not in theSeriesconstructor, needs this: https://github.com/pydata/pandas/blob/master/pandas/core/series.py#L2436 called in theSeries.__init__