Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pandas-dev/pandas
/ dot
Method
dot
pandas/core/frame.py:1680–1680 ·
view source on GitHub ↗
(self, other: Series)
Source
from the content-addressed store, hash-verified
1678
1679
@overload
1680
def
dot(self, other: Series) -> Series: ...
1681
1682
@overload
1683
def
dot(self, other: DataFrame | Index | ArrayLike) -> DataFrame: ...
Callers
3
__matmul__
Method · 0.95
test_arrow_dtype
Function · 0.95
__rmatmul__
Method · 0.45
Calls
5
reindex
Method · 0.95
_constructor
Method · 0.95
find_common_type
Function · 0.90
union
Method · 0.45
_constructor_sliced
Method · 0.45
Tested by
1
test_arrow_dtype
Function · 0.76