We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
example from #2262
In [8]: df2['ts'][0].to_datetime() --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) <ipython-input-8-0663d65dd92c> in <module>() ----> 1 df2['ts'][0].to_datetime() /home/wesm/code/pandas/pandas/tslib.so in pandas.tslib._Timestamp.to_datetime (pandas/tslib.c:8590)() /home/wesm/code/pandas/pandas/tslib.so in pandas.tslib._Timestamp.to_datetime (pandas/tslib.c:8454)() /home/wesm/code/pandas/pandas/tslib.so in pandas.tslib.convert_to_tsobject (pandas/tslib.c:10284)() AttributeError: 'tzoffset' object has no attribute 'normalize' In [9]: df2['ts'][0] Out[9]: <Timestamp: 2012-11-15 10:38:04-0500, tz=tzoffset(None, -18000)>
The text was updated successfully, but these errors were encountered:
Timestamp ctor also fails with tzoffset
Sorry, something went wrong.
BUG: Timestamp.to_datetime fails with tzoffset objects #2471
223a1fd
closed via 223a1fd
No branches or pull requests
example from #2262
The text was updated successfully, but these errors were encountered: