datakind / new-america-housing-loss-public

MIT License
10 stars 5 forks source link

Acs mismatched year fix #19

Closed dividor closed 2 years ago

dividor commented 2 years ago

Users reported an issue where rows were being dropped, identified by comparing totals in summary csv file and row count in input files. Though some rows were dropped due to address parsing, most were dropped because the data for ACS was generated using year=2019, but for the gecoding of evictions it was 2020. Census tracts changed resulting is data being dropped. Unfortunately, it wasn't possible to simply increment ACS year as the python module used to provide the data censusdata is no longer being actively developed, so this fix includes a migration to a supported ACS python module.