pandas.Series.dot
-
Series.dot(other)[source] -
Матричное умножение с DataFrame или скалярное произведение с объектами Series. Также может быть вызвано с помощью
self @ otherв Python >= 3.5.Параметры: -
other : Series or DataFrame
Возвращает: -
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.
https://pandas.pydata.org/pandas-docs/version/0.23.4/generated/pandas.Series.dot.html