Skip to content

Commit

Permalink
Merge branch 'frameDot' of github.com:xinrong-databricks/koalas into …
Browse files Browse the repository at this point in the history
…frameDot
  • Loading branch information
xinrong-meng committed Dec 8, 2020
2 parents 27df1a5 + 026262d commit 6ed71de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions databricks/koalas/frame.py
Original file line number Diff line number Diff line change
Expand Up @@ -4008,6 +4008,7 @@ def duplicated(self, subset=None, keep="first") -> "Series":
)
)

# TODO: support other as DataFrame or array-like
def dot(self, other: "Series") -> "Series":
"""
Compute the matrix multiplication between the DataFrame and other.
Expand Down

0 comments on commit 6ed71de

Please sign in to comment.