mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-08 09:24:19 -07:00
County mapping to Tracts (#923)
* County mapping to Tracts * passing tests * last traces of cbg
This commit is contained in:
parent
a4108d24c0
commit
cc7bf0d73d
11 changed files with 50 additions and 44 deletions
|
@ -318,7 +318,7 @@ data_path = Path.cwd()
|
|||
|
||||
# score data expected
|
||||
score_csv_path = data_path / "data_pipeline" / "data" / "score" / "csv" / "full" / "usa.csv"
|
||||
score_initial_df = pd.read_csv(score_csv_path, dtype={"GEOID10": "string"}, low_memory=False)[:2]
|
||||
score_initial_df = pd.read_csv(score_csv_path, dtype={"GEOID10_TRACT": "string"}, low_memory=False)[:2]
|
||||
score_initial_df.to_csv(data_path / "data_pipeline" / "etl" / "score" / "tests" / "sample_data" /"score_data_initial.csv", index=False)
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue