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
Currently df.ix[time_obj] is aliased internally to df.at_time(time_obj). The same could be done for slice syntax and the between_time function, and that would be nice