updating ejscreen data, try two (#1747)

This commit is contained in:
Emma Nechamkin 2022-07-18 09:59:10 -04:00 committed by Emma Nechamkin
commit 2ab24c60fa
4 changed files with 11 additions and 14 deletions

View file

@ -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"},