Issue 838: Update comparison tool to use tracts (#934)

* Updating comparison tool to use tracts, and rely more heavily on `field_names`
This commit is contained in:
Lucas Merrill Brown 2021-11-30 18:46:29 -05:00 committed by GitHub
commit 5c65eed28f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 230 additions and 723 deletions

View file

@ -97,7 +97,6 @@ class CensusACSETL(ExtractTransformLoad):
f"Could not download data for state/territory with FIPS code {fips}"
)
self.df = pd.concat(dfs)
self.df[self.GEOID_TRACT_FIELD_NAME] = self.df.index.to_series().apply(