Skip to content

Commit

Permalink
Bullet list Region attributes in README
Browse files Browse the repository at this point in the history
  • Loading branch information
dc-almeida committed Sep 4, 2024
1 parent 7d38b41 commit f6d3b40
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,12 @@ parameters and the values to search as shown below:
>>> pysquirrel.nuts.get(country_code="AT", level=3) # gets all NUTS3 regions in Austria
```

Each Region object consists of five attributes: a NUTS code (e.g.: AT127), a country
code, a label (the full region name), a NUTS level (1, 2 or 3), and a parent code
(corresponding to the NUTS parent region).
Each Region object consists of five attributes:
- a NUTS code (e.g.: AT127)
- a country code
- a label (the full region name)
- a NUTS level (1, 2 or 3)
- a parent code (corresponding to the NUTS parent region)

## Eurostat copyright notice on NUTS region data file

Expand Down

0 comments on commit f6d3b40

Please sign in to comment.