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

Method time_asof_nan_single

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

Source from the content-addressed store, hash-verified

231 # with a long *while* loop. should still be much
232 # faster than pre-computing all the NAs.
233 def time_asof_nan_single(self, constructor):
234 self.ts3.asof(self.date_last)
235
236
237class SortIndex:

Callers

nothing calls this directly

Calls 1

asofMethod · 0.45

Tested by

no test coverage detected