You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm encountering a bug when I query for a multiindex dataframe with a timezoned DatetimeIndex in one of the multiindex levels.
This only happens
for a multiindex with one of the levels as timestamps with timezones (As seen in [1]). If timestamps have no timezone set, there is no issue (As seen in [2])
if the query returns no rows
in pandas 0.17.* This was working fine in pandas 0.16.*
jreback
changed the title
Saving multindex dataframe with timestamps to HDFStore
BUG: selecting from HDFStore with a tz-aware level of a multi-index
Dec 30, 2015
I'm encountering a bug when I query for a multiindex dataframe with a timezoned DatetimeIndex in one of the multiindex levels.
This only happens
The text was updated successfully, but these errors were encountered: