mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-28 02:51:17 -07:00
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:
parent
49ce0f5911
commit
5c65eed28f
8 changed files with 230 additions and 723 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue