Skip to content

Commit

Permalink
Merge pull request #42 from datasets/fix/bug-in-md-content
Browse files Browse the repository at this point in the history
Enclose curly braces into backticks.
  • Loading branch information
Mikanebu authored Dec 23, 2024
2 parents 0b3dbaa + ba5f0d2 commit 717c17d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To build the dataset we use the csv version of the current edition.

Tools needed: [MDBTools](http://mdbtools.sourceforge.net/) and [CSVKit](https://github.com/onyxfish/csvkit).
Download the current edition from [UNECE](https://www.unece.org/cefact/codesfortrade/codes_index.html) and put it into the root directory.
Then execute ```bash scripts/prepare_edition_mdb.sh loc{ed}mdb.zip```, where {ed} identify the release.
Then execute `bash scripts/prepare_edition_mdb.sh loc{ed}mdb.zip`, where `{ed}` identify the release.

To integrate the data from the csv then run the python file

Expand All @@ -24,11 +24,12 @@ pip install pandas titlecase
```

Run:

```
python scripts/integrate.py loc232csv.zip
```

The provided ```prepare.py``` file would work alone when the original csv file will be fixed upstream.
The provided `prepare.py` file would work alone when the original csv file will be fixed upstream.

## License

Expand Down

0 comments on commit 717c17d

Please sign in to comment.