Kronecker product over the rows of a pandas dataframe
So I have these two dataframes and I would like to get a new dataframe which consists of the kronecker product of the rows of the two dataframes. What is the correct way to this? As an example: DataFrame1 c1 c2 0 10 100 1 11 110 2 12 120 and DataFrame2 a1 a2 0… Read More Kronecker product over the rows of a pandas dataframe