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

Method time_read_hdf

asv_bench/benchmarks/io/hdf.py:133–134  ·  view source on GitHub ↗
(self, format)

Source from the content-addressed store, hash-verified

131 self.df1.to_hdf(self.fname, key="df1", format=format)
132
133 def time_read_hdf(self, format):
134 read_hdf(self.fname, "df")
135
136 def peakmem_read_hdf(self, format):
137 read_hdf(self.fname, "df")

Callers

nothing calls this directly

Calls 1

read_hdfFunction · 0.90

Tested by

no test coverage detected