Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
167 views
in Technique[技术] by (71.8m points)

Calculate MRR from a dataset using python

I have a dataset in a .csv file. It's a booking file from which I have to calculate monthly revenue. The contracts vary from 1 yr to 5 yr. I would like to create a report showing what customer has how much MRR for each quarter.

Variables in the dataset are - Customer Names, Sales Order Numbers, Booking Net, Contract Start Date and End date, FY and QTR.

New to Python so not able to understand much. Any help will be highly appreciated.

question from:https://stackoverflow.com/questions/66055120/calculate-mrr-from-a-dataset-using-python

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...