MauroPen / MyPythonRepo

0 stars 0 forks source link

Move functions to relative Dependency.py #51

Closed MauroPen closed 1 year ago

MauroPen commented 1 year ago

Try and introduce more functions

MauroPen commented 1 year ago

The Dependency.py file has been populated with the main computation algorithm, a function used to compute the mean population per period and a function used to compute the average Delta in function of the Population.

The export function from Common.py has been reused too.