Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pandas-dev/pandas
/ time_write_store_mixed
Method
time_write_store_mixed
asv_bench/benchmarks/io/hdf.py:70–71 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
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)
72
73
def
time_read_store_table_mixed(self):
74
self.store.select(
"table_mixed"
)
Callers
nothing calls this directly
Calls
1
put
Method · 0.80
Tested by
no test coverage detected