摘要: pandas 模块 使用 to_patquet 操作 df 对象 # 使用 to_patquet 操作 df 对象 写入 import io buffer = io.BytesIO() dd = df.to_parquet(buffer) buffer.seek(0) rd5.hset("futur 阅读全文
posted @ 2020-12-29 16:31 余人。 阅读(442) 评论(0) 推荐(0) 编辑
摘要: time # 时间戳 time.time() # 返回 time.struct_time 元组 time.localtime() # time.struct_time(tm_year=2020, tm_mon=12, tm_mday=29, tm_hour=14, tm_min=38, tm_sec 阅读全文
posted @ 2020-12-29 16:25 余人。 阅读(74) 评论(0) 推荐(0) 编辑