Skip to content

Commit 026262d

Browse files
authored
Add TODO
1 parent ed50a38 commit 026262d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

databricks/koalas/frame.py

+1
Original file line numberDiff line numberDiff line change
@@ -4008,6 +4008,7 @@ def duplicated(self, subset=None, keep="first") -> "Series":
40084008
)
40094009
)
40104010

4011+
# TODO: support other as DataFrame or array-like
40114012
def dot(self, other: "Series") -> "Series":
40124013
"""
40134014
Compute the matrix multiplication between the DataFrame and other.

0 commit comments

Comments
 (0)