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

Method time_lookup_and_cleanup

asv_bench/benchmarks/timeseries.py:262–264  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

260 self.lookup_val = rng[N // 2]
261
262 def time_lookup_and_cleanup(self):
263 self.ts[self.lookup_val]
264 self.ts.index._cleanup()
265
266
267class DatetimeAccessor:

Callers

nothing calls this directly

Calls 1

_cleanupMethod · 0.80

Tested by

no test coverage detected