feat(script): Use extracted data for manuscript
For the first time we use the actual final extracted data from relevant studies to do analysis on instead of just the intermediate Zotero-provided metadata. We still inject the intermediate metadata where it may be useful (things like citation counts and keywords) but otherwise switch to the new data.
This commit is contained in:
parent
e4e7d9e3e4
commit
ed3d09b3f7
2 changed files with 21 additions and 16 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import io
|
||||
from pathlib import Path
|
||||
import sys
|
||||
import load_yaml
|
||||
from src import load_yaml
|
||||
from pandas import DataFrame, read_csv
|
||||
|
||||
DEFAULT_YAML_PATH = Path("02-data/processed/relevant")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue