Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pandas-dev/pandas
/ time_frame_series_dot
Method
time_frame_series_dot
asv_bench/benchmarks/arithmetic.py:253–254 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
251
self.s.dot(self.s)
252
253
def
time_frame_series_dot(self):
254
self.df.dot(self.s)
255
256
257
class
Timeseries:
Callers
nothing calls this directly
Calls
1
dot
Method · 0.45
Tested by
no test coverage detected