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

Method time_asof_nan

asv_bench/benchmarks/timeseries.py:217–218  ·  view source on GitHub ↗
(self, constructor)

Source from the content-addressed store, hash-verified

215
216 # should be roughly the same as above.
217 def time_asof_nan(self, constructor):
218 self.ts2.asof(self.dates)
219
220 # test speed of the code path for a scalar index
221 # without *while* loop

Callers

nothing calls this directly

Calls 1

asofMethod · 0.45

Tested by

no test coverage detected