摘要:
pandas 模块 使用 to_patquet 操作 df 对象 # 使用 to_patquet 操作 df 对象 写入 import io buffer = io.BytesIO() dd = df.to_parquet(buffer) buffer.seek(0) rd5.hset("futur 阅读全文
摘要:
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 阅读全文