You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initializing a DatetimeIndex with a list of strings behaves differently than initializing with a numpy array of strings. To me these should behave the same and I personally like the list behavior better. My understanding of the tz argument to DatetimeIndex is that it is localizing rather than converting in which case the numpy array case is inconsistent. I don't think there should be an assumption made about the tz of the strings before indicating it by localizing.
* commit 'v0.12.0rc1-79-g50eff60': (23 commits)
CLN: replace __repr__ with __unicode__ for string printing (to use StringMixIn)
BLD: use wheels and newer scipy bc of 33 scipy issue
TST: force rebuild
TST: remove fudgy ujson test pandas-dev#4223
BUG: initialize DatetimeIndex with array of strings (pandas-dev#4229)
BUG: set name attr in DatetimeIndex and PeriodIndex
Updated release note about GH4216.
Check if a plotting DataFrame with kind='kde' has a legend. GH4216
BUG: Display the legend when calling plot with kind='density'. GH4216
TST/BUG: disallow bs4==4.2.0 and skip assoc tests
BLD: test_perf tweaks
CLN: correct format string
DOC: release notes
BUG: raise on invalid colormap for older mpl
TST: little endian failure, GH4222
CLN/ENH: clean up docstrings remove some cruft and generalize
BLD: Turn off the ISRELEASED flag in setup.py
DOC: minor io.rst edits
DOC: remove savefig width parameter (pandas-dev#4203)
BLD: pip 1.4 is coming, preempt issues
...
Initializing a DatetimeIndex with a list of strings behaves differently than initializing with a numpy array of strings. To me these should behave the same and I personally like the list behavior better. My understanding of the tz argument to DatetimeIndex is that it is localizing rather than converting in which case the numpy array case is inconsistent. I don't think there should be an assumption made about the tz of the strings before indicating it by localizing.
The text was updated successfully, but these errors were encountered: