local_times = local_times.groupby(
        [local_times['hour'], local_times['weekday']]).size().reset_index()