W3cubDocs

/pandas 0.22

pandas.Series.dot

Series.dot(other) [source]

Matrix multiplication with DataFrame or inner-product with Series objects

Parameters: other : Series or DataFrame
Returns: dot_product : scalar or Series

© 2008–2012, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team
Licensed under the 3-clause BSD License.
http://pandas.pydata.org/pandas-docs/version/0.22.0/generated/pandas.Series.dot.html