pandas.Series.dot — pandas 0.16.2 documentation (original) (raw)
Series.dot(other)¶
Matrix multiplication with DataFrame or inner-product with Series objects
Parameters: | other : Series or DataFrame |
---|---|
Returns: | dot_product : scalar or Series |
Series.dot(other)¶
Matrix multiplication with DataFrame or inner-product with Series objects
Parameters: | other : Series or DataFrame |
---|---|
Returns: | dot_product : scalar or Series |