-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Timestamp timezones not preserved for certain indexers #12938
New issue
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
Comments
yeah this is probably not exhaustively tested. patches welcome. |
closing as duplicate of #15822 |
Running the above example again with latest master:
So the |
@jorisvandenbossche I think that last is noted in the other issue. If you (or others!) want to try to pin down when this changed would be great (otherwise) I will fix soon. |
after #15827 |
tests: 66fb0a3 |
Hi, using different indexers on a dataframes with timezone-aware timestamps may return naive timestamps. (A brief search attempt didn't turn up any related issues.)
Code Sample, a copy-pastable example if possible
Expected Output
I'd expect
df.at[0,0]
anddf.ix[0,0]
to show the same timezone-aware timestamps as the other indexing methods.output of
pd.show_versions()
The text was updated successfully, but these errors were encountered: