NYCPlanning / db-equitable-development-tool

Data Repo for the equitable development tool (EDDT)
MIT License
0 stars 0 forks source link

Export census categories (demographics, economics) using accessors #256

Closed SashaWeinstein closed 2 years ago

SashaWeinstein commented 2 years ago

Hopefully our existing save_PUMS in external_review_PUMS can be easily adapted to use our new system of accessors. Should be simpler than what we have, iterating across years is done in the (soon to be renamed) Export PUMS Aggregated workflow.

Naming here should switch from "PUMS" to "census". We still need separate code from what is used for housing prod/QOL/housing security because the exported files are broken out by year. "Census" is a more correct term than "PUMS" to describe the categories exported this way.

Obviously need to have all accessors ready to fully test, but I can start working on the export and then add the new accessors from dev as they get merged in.

Steps: