chore(repo): Move yml files to extracted data dir
This commit is contained in:
parent
3ec7dcd1bb
commit
c5df5c01a2
66 changed files with 21 additions and 14 deletions
|
|
@ -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")),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue