DatetimeIndex.unique() returns datetime64 #2563

Closed
aldanor opened this Issue Dec 19, 2012 · 0 comments

Comments

Projects
None yet
2 participants
Contributor

aldanor commented Dec 19, 2012

>>> pd.DatetimeIndex(['2011-01-01', '2011-01-02']).unique()

array([1970-01-15 104:00:00, 1970-01-15 128:00:00], dtype=datetime64[ns])

wesm closed this in 81bf29f Dec 28, 2012

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment