Python Forum
Help with dataFrame - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Data Science (https://python-forum.io/forum-44.html)
+--- Thread: Help with dataFrame (/thread-23163.html)



Help with dataFrame - DougFunnyBRA - Dec-13-2019

Hi everyone,
I need help with dataFrame(df). The df I'm working has a Time-series and a corresponding weight. Because the weights(Kg) are different on each row, I need to divide each time series for its corresponding weight. I was unable to find a proper way to do it. Can anyone help me with this?
Kind regards,
Doug