Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
237
class
SortIndex:
Callers
nothing calls this directly
Calls
1
asof
Method · 0.45
Tested by
no test coverage detected