PolicyEngine / openfisca-us-data

Python package to standardise loading input datasets to OpenFisca-US.
4 stars 3 forks source link

Create function for aggregating person to other levels #31

Open MaxGhenis opened 3 years ago

MaxGhenis commented 3 years ago

Should take as args:

Then does a groupby and checks that it's one per ID

nikhilwoodruff commented 3 years ago

So far we've got tax unit summation in tools/general, though this should be trivial to generalise.