Closed ccpandhare closed 2 years ago
We might want to use numpy or something else for storing these values.
That will make it easier to do stuff on the fly like profit_margin = net_profit / revenue
Thanks for the suggestion, @AshutoshSancheti! This is so much cleaner!
Queries resolved, changes merged.
We might want to use numpy or something else for storing these values.
That will make it easier to do stuff on the fly like profit_margin = net_profit / revenue