Python Forum

Full Version: Help with dataFrame
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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