Closed Lane closed 4 years ago
In addition to mapping some block groups from the ACS 2009 into 2010 GEOIDs, some of the block groups will also need to be mapped to 2000 GEOIDs.
They will be handled in this way:
ACS 2009 mappings to 2010 GEOIDs (changes_09acs_to_10cen.csv
)
Any block groups present in the 2009 -> 2010 GEOID mapping should be added to the weights dataframe in covert_00_geo.py
with the 2009 GEOID in the GEOID00
column, 2010 GEOID in the GEOID10
column, and a count_weight
and rate_weight
of 1 because the data directly maps into 2010 geography.
ACS 2009 mappings to 2000 GEOIDs (changes_09acs_to_00cen.csv
)
The entries in this file should be updated immediately after fetching the data from the census in CensusDataStore
. This ensures that the data will go through the weight calculations for 2000 -> 2010.
When attempting to merge data into the crosswalk weights file in
convert_00_geo.py
, there are some data entries for block groups that are not present in the crosswalk with weights.From Ashley:
changes_09acs_to_10cen.csv.txt