chore(repo): Move yml files to extracted data dir

This commit is contained in:
Marty Oehme 2024-07-16 16:26:11 +02:00
parent 3ec7dcd1bb
commit c5df5c01a2
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A
66 changed files with 21 additions and 14 deletions

View file

@ -20,7 +20,7 @@ from src.extract import load_data as load
# each observation in a single dataframe
df = meta.observations_with_metadata_df(
raw_observations = load.from_yml(g.PROCESSED_DATA),
raw_observations = load.from_yml(g.EXTRACTED_DATA),
study_metadata = meta.bib_metadata_df(bib_sample),
country_groups = meta.country_groups_df(Path(f"{g.SUPPLEMENTARY_DATA}/wb-country-groupings.xlsx")),
)