Skip to content
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

INT: support DatetimeBlock with timezones #8260

Closed
jreback opened this issue Sep 12, 2014 · 3 comments · Fixed by #10477
Closed

INT: support DatetimeBlock with timezones #8260

jreback opened this issue Sep 12, 2014 · 3 comments · Fixed by #10477
Labels
Internals Related to non-user accessible pandas implementation Timezones Timezone data dtype
Milestone

Comments

@jreback
Copy link
Contributor

jreback commented Sep 12, 2014

to allow real support / conversions of timezone aware Series.
xref #9560; DatetimeIndex.to_series() can be changed to preserve the tz always

@ssanderson
Copy link
Contributor

@jreback I think this affects https://github.com/quantopian/zipline in a pretty significant way. What's involved in implementing this?

@jreback
Copy link
Contributor Author

jreback commented Jun 22, 2015

what do u mean significant way?

@ssanderson
Copy link
Contributor

meaning, we do a lot of operations on timezone-aware datetime data in pandas, and from reading #10192 it looks like that has a nontrivial performance impact.

jreback added a commit to jreback/pandas that referenced this issue Aug 14, 2015
fix scalar comparisons vs None generally

fix NaT formattting in Series

TST: skip postgresql test with tz's

update for msgpack

Conflicts:
	pandas/core/base.py
	pandas/core/categorical.py
	pandas/core/format.py
	pandas/tests/test_base.py
	pandas/util/testing.py

full interop for tz-aware Series & timedeltas pandas-dev#10763
@jreback jreback modified the milestones: 0.17.0, Next Major Release Sep 4, 2015
jreback added a commit to jreback/pandas that referenced this issue Sep 5, 2015
fix scalar comparisons vs None generally

fix NaT formattting in Series

TST: skip postgresql test with tz's

update for msgpack

Conflicts:
	pandas/core/base.py
	pandas/core/categorical.py
	pandas/core/format.py
	pandas/tests/test_base.py
	pandas/util/testing.py

full interop for tz-aware Series & timedeltas pandas-dev#10763
jreback added a commit that referenced this issue Sep 5, 2015
nickeubank pushed a commit to nickeubank/pandas that referenced this issue Sep 29, 2015
fix scalar comparisons vs None generally

fix NaT formattting in Series

TST: skip postgresql test with tz's

update for msgpack

Conflicts:
	pandas/core/base.py
	pandas/core/categorical.py
	pandas/core/format.py
	pandas/tests/test_base.py
	pandas/util/testing.py

full interop for tz-aware Series & timedeltas pandas-dev#10763
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Internals Related to non-user accessible pandas implementation Timezones Timezone data dtype
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants