Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pandas-dev/pandas
/ time_frame_dot
Method
time_frame_dot
asv_bench/benchmarks/arithmetic.py:247–248 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
245
# Dot product
246
247
def
time_frame_dot(self):
248
self.df.dot(self.df2)
249
250
def
time_series_dot(self):
251
self.s.dot(self.s)
Callers
nothing calls this directly
Calls
1
dot
Method · 0.45
Tested by
no test coverage detected