MCPcopy
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_dtypeFunction · 0.95
__rmatmul__Method · 0.45

Calls 5

reindexMethod · 0.95
_constructorMethod · 0.95
find_common_typeFunction · 0.90
unionMethod · 0.45
_constructor_slicedMethod · 0.45

Tested by 1

test_arrow_dtypeFunction · 0.76