摘要: from datetime import date, datetime, timedelta import time import pandas as pd from pandas.tseries.offsets import Hour, Minute, Second print(time.loca 阅读全文
posted @ 2019-11-12 19:32 zxpo 阅读(12472) 评论(0) 推荐(0) 编辑
摘要: def list_of_groups(init_list, childern_list_len): ''' :param init_list: :param childern_list_len: :return: ''' list_of_group = zip(*(iter(init_list),) 阅读全文
posted @ 2019-11-12 18:23 zxpo 阅读(3264) 评论(0) 推荐(0) 编辑