mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-28 13:51:16 -07:00
updating ejscreen data, try two (#1747)
This commit is contained in:
parent
7559cf46f6
commit
2ab24c60fa
4 changed files with 11 additions and 14 deletions
|
@ -43,9 +43,7 @@ class ScoreETL(ExtractTransformLoad):
|
|||
logger.info("Loading data sets from disk.")
|
||||
|
||||
# EJSCreen csv Load
|
||||
ejscreen_csv = (
|
||||
constants.DATA_PATH / "dataset" / "ejscreen_2019" / "usa.csv"
|
||||
)
|
||||
ejscreen_csv = constants.DATA_PATH / "dataset" / "ejscreen" / "usa.csv"
|
||||
self.ejscreen_df = pd.read_csv(
|
||||
ejscreen_csv,
|
||||
dtype={self.GEOID_TRACT_FIELD_NAME: "string"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue