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
In [3]: r = DatetimeIndex(['2016-01-01 00:00:00-05:00'], dtype='datetime64[ns, US/Eastern]', freq='D')
TypeError: data is already tz-aware pytz.FixedOffset(-300), unable to set specified tz: US/Eastern
Which I argue is correct since the user is attempting to localize the datetime with two methods
thought we had an issue about this....
The data is converted from string and is tz-aware, then the dtype convert is also applied.
The text was updated successfully, but these errors were encountered: