Spaces:
Runtime error
Runtime error
File size: 469 Bytes
65e9efa b8d16b2 65e9efa b8d16b2 4ec7fd7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
stages:
subset:
cmd: python src/subset_data.py
deps:
- src/subset_data.py
- data/raw/Wellcome-grants-awarded-1-October-2005-to-04-05-2022.csv
params:
- n_docs
outs:
- data/processed/wellcome_grant_descriptions.csv
entities:
cmd: python src/process_docs.py
deps:
- src/process_docs.py
- data/processed/wellcome_grant_descriptions.csv
outs:
- data/processed/entities.jsonl:
cache: false
|