Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
API: Index doesn't results in PeriodIndex if Period contains NaT #13664
Conversation
sinhrks
added API Design Period
labels
Jul 15, 2016
sinhrks
added this to the
0.19.0
milestone
Jul 15, 2016
sinhrks
added the
Missing-data
label
Jul 15, 2016
jreback
closed this
in 506520b
Jul 19, 2016
sinhrks
deleted the
sinhrks:period_infer2 branch
Jul 19, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sinhrks commentedJul 15, 2016
git diff upstream/master | flake8 --diffThis improve
Periodhandling a little.Indexconstructor can accept:PeriodandNaTmixed input (result isPeriodIndex)Periodversion of #13477)Periodwith multiple freq (result isobjectdtype)PeriodIndex.fillnacan acceptPeriodwith different freq (result isobjectdtype)The below describes the behavior on current master