Max Ghenis
Max Ghenis
>Are you really sure there was no income limit in the older code? I think this requires more digging, and a legal code reference. `nj_property_tax_credit_eligible` is based in part on...
Will be fixed by bumping -core after merging https://github.com/PolicyEngine/policyengine-core/pull/202
[This time test](https://colab.research.google.com/drive/11dJtJSLPxskoEow0QEsiMI7xaCyYOQrw#scrollTo=jrTO1jriBb3p) shows that the most performant approach is to order the `select` from least to (2nd) most common, then make the most common value the default. Accordingly, I'd...
Thanks @martinholmer for these valuable numbers. I edited the title to reflect our goal. If you update the numbers for new versions, could you do so in this issue thread?
Yes, we project the standard deduction increase scheduled for October.
It changes in October 2024, so that value is expected https://policyengine.org/us/policy?focus=gov.usda.snap.income.deductions.standard.CONTIGUOUS_US.1
I think we're capturing this correctly but please reopen if you see an issue.
Works and we can merge but I think this would be more efficient: 1. Identify unique PUF records (limiting to columns we use) 2. Restrict the ECPS to records from...
Closing given move to policyengine-us-data
> @MaxGhenis or @nikhilwoodruff do you know why the added tests give the following error message: `ValueError: Unexpected attributes in definition of variable "relative_income_change": 'requires_computation_after'` > > I am not...