pandas.DataFrame.dot — pandas 0.16.2 documentation (original) (raw)

DataFrame.dot(other)

Matrix multiplication with DataFrame or Series objects

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