Anthony V.
Anthony V.
For an example of this, check out https://www.github.com/PolicyEngine/policyengine-household-api/pull/209. The script to update country package versions in the API and household API replaces all version numbers that correspond with the existing...
This is meant to complement https://github.com/PolicyEngine/policyengine-core/pull/252. The root of the issue behind that PR was an incorrectly written line that, when executed, did not apply a reform correctly, causing a...
E.g., the installation docs are way out of date. We're currently asking contributors to use Python 3.7 when we should be saying 3.10.
Per commentary from Pavel: We can use `pd.merge()` with `how=left` by creating two dataframes and joining them at the index - the benefit is more explicit handling of missing values...
## The issue In our underlying data packages, we distribute population based on Zip Code Tabulation Areas (ZCTAs), which apply a rough geographical mapping to ZIP codes. ZIP Codes and...
Very minor issue, but the comment here: https://github.com/PolicyEngine/policyengine-us/blob/73a0807503bc327cdc8fd38433947f174a4d3306/policyengine_us/variables/input/geography.py#L100 does not mirror the actual way we currently calculate Medicaid Rating Area.
UK API responses currently return a series of coordinates meant to position a hex grid map of UK parliamentary constituencies. We could cut about 40% of the UK's API return...