mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-22 12:20:16 -07:00
Issue 919: Fix too many tracts issue (#922)
* Some cleanup, adding error warning to merge function * Error handling around tract merge
This commit is contained in:
parent
16eb29e429
commit
a4108d24c0
7 changed files with 105 additions and 70 deletions
|
@ -220,9 +220,7 @@ class CensusDecennialETL(ExtractTransformLoad):
|
|||
|
||||
# Creating Geo ID (Census Block Group) Field Name
|
||||
self.df_all[self.GEOID_TRACT_FIELD_NAME] = (
|
||||
self.df_all["state"]
|
||||
+ self.df_all["county"]
|
||||
+ self.df_all["tract"]
|
||||
self.df_all["state"] + self.df_all["county"] + self.df_all["tract"]
|
||||
)
|
||||
|
||||
# Reporting Missing Values
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue