Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
INT: support DatetimeBlock with timezones #8260
Comments
jreback
added Internals Timezones
labels
Sep 12, 2014
jreback
added this to the
0.16
milestone
Sep 12, 2014
jreback
referenced
this issue
Sep 12, 2014
Closed
datetime not properly converted from Series; timezone dropped #8259
jreback
modified the milestone: 0.16, 0.15.1
Oct 7, 2014
This was referenced Oct 30, 2014
Closed
jreback
modified the milestone: 0.16.0, Next Major Release
Mar 6, 2015
This was referenced Mar 23, 2015
|
@jreback I think this affects https://github.com/quantopian/zipline in a pretty significant way. What's involved in implementing this? |
|
what do u mean significant way? |
|
meaning, we do a lot of operations on timezone-aware datetime data in pandas, and from reading pydata#10192 it looks like that has a nontrivial performance impact. |
jreback
added a commit
to jreback/pandas
that referenced
this issue
Aug 14, 2015
|
|
jreback |
6beba0d
|
jreback
modified the milestone: 0.17.0, Next Major Release
Sep 4, 2015
jreback
added a commit
to jreback/pandas
that referenced
this issue
Sep 5, 2015
|
|
jreback |
27b7b1e
|
jreback
closed this
in #10477
Sep 5, 2015
jreback
added a commit
that referenced
this issue
Sep 5, 2015
|
|
jreback |
666540f
|
nickeubank
added a commit
to nickeubank/pandas
that referenced
this issue
Sep 29, 2015
|
|
jreback + nickeubank |
1cbdcb5
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
jreback commentedSep 12, 2014
to allow real support / conversions of timezone aware Series.
xref #9560;
DatetimeIndex.to_series()can be changed to preserve the tz always