简体   繁体   English

将数据帧列表另存为 python 中的文件

[英]Save a list of dataframes as a file in python

Suppose that list_dfs is a list of many dataframes.假设list_dfs是许多数据帧的列表。 What is the fastest way to save this list as a file on the storage device and read it again?将此列表保存为存储设备上的文件并再次读取的最快方法是什么?

pickle's protocol version 5 . pickle 的协议版本 5
Note that this reduces compatibility.请注意,这会降低兼容性。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM