Reputation: 173
I have a dataframe like this . And I have to multiply the 'Factor' column value row wise with another dataframe
I want result like this
I have tried with df.mul. But it is giving me all NAN values. How to get this resultant matrix using python
Upvotes: 0
Views: 675