Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pandas-dev/pandas
/ time_write_store
Method
time_write_store
asv_bench/benchmarks/io/hdf.py:67–68 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
65
self.store.get(
"fixed_mixed"
)
66
67
def
time_write_store(self):
68
self.store.put(
"fixed_write"
, self.df)
69
70
def
time_write_store_mixed(self):
71
self.store.put(
"fixed_mixed_write"
, self.df_mixed)
Callers
nothing calls this directly
Calls
1
put
Method · 0.80
Tested by
no test coverage detected