Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pandas-dev/pandas
/ time_asof
Method
time_asof
asv_bench/benchmarks/timeseries.py:213–214 ·
view source on GitHub ↗
(self, constructor)
Source
from the content-addressed store, hash-verified
211
212
# test speed of pre-computing NAs.
213
def
time_asof(self, constructor):
214
self.ts.asof(self.dates)
215
216
# should be roughly the same as above.
217
def
time_asof_nan(self, constructor):
Callers
nothing calls this directly
Calls
1
asof
Method · 0.45
Tested by
no test coverage detected