October 2017
Intermediate to advanced
532 pages
16h 10m
English
>>> crime = pd.read_hdf('data/crime.h5', 'crime') \ .set_index('REPORTED_DATE')>>> print(type(crime.index))<class 'pandas.core.indexes.datetimes.DatetimeIndex'>
>>> crime.between_time('2:00', '5:00', include_end=False).head()

>>> crime.at_time('5:47').head()
Read now
Unlock full access