MCPcopy
hub / github.com/pandas-dev/pandas / time_read_store_table

Method time_read_store_table

asv_bench/benchmarks/io/hdf.py:79–80  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

77 self.store.append("table_mixed_write", self.df_mixed)
78
79 def time_read_store_table(self):
80 self.store.select("table")
81
82 def time_write_store_table(self):
83 self.store.append("table_write", self.df)

Callers

nothing calls this directly

Calls 1

selectMethod · 0.45

Tested by

no test coverage detected