Skip to content

Commit

Permalink
WDI Readme Update
Browse files Browse the repository at this point in the history
  • Loading branch information
saanikaaa committed Jan 11, 2024
1 parent 17e44b2 commit 409071c
Show file tree
Hide file tree
Showing 3 changed files with 164 additions and 85 deletions.
9 changes: 9 additions & 0 deletions scripts/world_bank/wdi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,15 @@ To generate `output/WorldBank_StatisticalVariables.mcf`,
python3 worldbank.py --indicatorSchemaFile=<DESIRED INDICATOR CSV FILE> --fetchFromSource=<true TO RE-FETCH FROM WDI WEBSITE INSTEAD OF USING CHECKED-IN PREPROCESSED CSVS ELSE false>
```

#### Processing Steps for Refreshing Data

To generate `output/WorldBank_StatisticalVariables.mcf`,
`output/WorldBank.tmcf`, and `output/WorldBank.csv`, run:

```bash
python3 worldbank.py --indicatorSchemaFile=schema_csvs/WorldBankIndicators_prod.csv --fetchFromSource=true
```

We highly recommend the use of the import validation tool for this import which
you can find in
https://github.com/datacommonsorg/tools/tree/master/import-validation-helper.
Loading

0 comments on commit 409071c

Please sign in to comment.