Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pandas-dev/pandas
/ peakmem_write_pickle
Method
peakmem_write_pickle
asv_bench/benchmarks/io/pickle.py:35–36 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
33
read_pickle(self.fname)
34
35
def
peakmem_write_pickle(self):
36
self.df.to_pickle(self.fname)
37
38
39
from
..pandas_vb_common
import
setup
# noqa: F401 isort:skip
Callers
nothing calls this directly
Calls
1
to_pickle
Method · 0.80
Tested by
no test coverage detected