Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
DOC: fix .tz attribute error in DatetimeIndex when building docs
  • Loading branch information
jreback committed Feb 22, 2014
commit 76b58162b05db486c75987e267f2fefc982efc3a
1 change: 1 addition & 0 deletions pandas/tseries/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ class DatetimeIndex(Int64Index):

_engine_type = _index.DatetimeEngine

tz = None
offset = None
_comparables = ['name','freqstr','tz']
_allow_datetime_index_ops = True
Expand Down