How can I calculate the distribution of a project cost acoording to execution date in python?
I´m working on an energy investment projects dataframe (DF). In this DF I have two datetime type columns with ‘initial_data’ and ‘final_data’ and one float type column ‘total_cost’.