Re: Hierarchical consolidation in Python

2014-09-18 Thread Mark Lawrence
On 18/09/2014 09:57, ap501...@gmail.com wrote: I am looking for some tips as to how Python could be used to solve a simple business problem involving consolidation of financial data across a company with a number of business units rolling up to a department and departments rolling up to the w

Re: Hierarchical consolidation in Python

2014-09-18 Thread Chris Angelico
On Thu, Sep 18, 2014 at 6:57 PM, wrote: > Required to find: > > (1)Income, Expenses and Surplus consolidated for all units within a > Department; and > (2)Income, Expenses and Surplus consolidated for all departments within the > company. > > I would welcome any help in expressing this problem

Hierarchical consolidation in Python

2014-09-18 Thread ap501228
I am looking for some tips as to how Python could be used to solve a simple business problem involving consolidation of financial data across a company with a number of business units rolling up to a department and departments rolling up to the whole organization. Company = Department(1)+Depar