mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-31 08:41:16 -07:00
renaming geocorr to geocorr_urban
This commit is contained in:
parent
f4adf172e3
commit
f284d75098
9 changed files with 18 additions and 18 deletions
|
@ -153,7 +153,7 @@ class ScoreETL(ExtractTransformLoad):
|
|||
|
||||
# Load GeoCorr Urban Rural Map
|
||||
geocorr_urban_rural_csv = (
|
||||
constants.DATA_PATH / "dataset" / "geocorr" / "usa.csv"
|
||||
constants.DATA_PATH / "dataset" / "geocorr_urban" / "usa.csv"
|
||||
)
|
||||
self.geocorr_urban_rural_df = pd.read_csv(
|
||||
geocorr_urban_rural_csv,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue