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

DatetimeIndex with time zone loses tzinfo in DataFrame constructor #1682

Closed
wesm opened this issue Jul 26, 2012 · 0 comments
Closed

DatetimeIndex with time zone loses tzinfo in DataFrame constructor #1682

wesm opened this issue Jul 26, 2012 · 0 comments
Assignees
Labels
Milestone

Comments

@wesm
Copy link
Member

wesm commented Jul 26, 2012

dr = pandas.date_range('2011/1/1', '2012/1/1', freq='W-FRI')
dr_tz = dr.tz_localize('US/Eastern')
e = pandas.DataFrame({'A': 'foo', 'B': dr_tz}, index=dr)
@ghost ghost assigned wesm Jul 26, 2012
@wesm wesm closed this as completed in edfc6db Aug 10, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant