From b552694d92e1147ea82cd46bd42089c16dae1713 Mon Sep 17 00:00:00 2001 From: Dan Brickley Date: Wed, 29 Nov 2023 21:52:03 +0000 Subject: [PATCH] Update README.md Fixing a couple of 404s since directory structure has evolved --- simple/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/simple/README.md b/simple/README.md index 76ae897a..99cf2a30 100644 --- a/simple/README.md +++ b/simple/README.md @@ -26,13 +26,13 @@ python3 -m stats.main --help The first 2 columns of input CSVs should be place names (or more generically _entity_ names) and observation periods respectively. Each subsequent column should be for each individual statvar. A sample input CSV can be found -[here](sample/countries/input.csv). +[here](sample/input/countries.csv). ## Debug files The program also outputs a `debug_resolve.csv` file. This is for debugging whether names were resolved to the correct DCIDs and addressed any unresolved -ones. A sample CSV can be found [here](sample/countries/debug_resolve.csv). +ones. A sample CSV can be found [here](sample/output/process/debug_resolve_countries.csv). ## Database options