-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
ENH: Time zone support with PeriodIndex #1159
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
It is clear what this means in the context of freq='s', 'ms', 'us', effectively lower-resolution Timestamps. Is the idea here to also apply timezones to arbitrary frequencies, e.g. BQuarterEnd? |
Closing as won't fix |
This change to be dropped once pandas-dev/pandas#1159 and similar are completed in pandas Using pytz UTC in the tests
[e2b5b857] MAINT: Adding explicit float conversion assert in the fetcher tests [948a441b] BUG: Making the class UTC aware after creating the periodindex. This change to be dropped once pandas-dev/pandas#1159 and similar are completed in pandas [fa983434] BUG: Correcting issues in tests.data.test_adjustments.TestSQLiteAdjustmentsWriter and Sorting columns before asserting equal comparions Using UTC in the test case as the trading calendar requires using UTC Changing pandas.util.testing import to pandas.testing import from the highest release
Why is this a won't fix? It's quite the surprise that when you create a PeriodIndex with time zone aware arguments all in the same time zone, the result will be naive and there is not even a warning. |
This might be quite a bit of work, maybe leave for post 0.8.0
The text was updated successfully, but these errors were encountered: