We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b92e7e commit 6d2398aCopy full SHA for 6d2398a
pandas/core/frame.py
@@ -918,7 +918,7 @@ def __len__(self):
918
919
def dot(self, other):
920
"""
921
- Compute the matrix mutiplication between the DataFrame and other.
+ Compute the matrix multiplication between the DataFrame and other.
922
923
This method computes the matrix product between the DataFrame and the
924
values of an other Series, DataFrame or a numpy array.
0 commit comments