Skip to content

Commit

Permalink
Improve the explanation of estat Api.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alalalalaki committed Nov 22, 2020
1 parent c9395ed commit 6df275a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pip install jpstat

## estat API

estat is the official statistics site in Japan. Its api service offers data of over 250+ statistics in Japan. You need to register an api key to access to the statistics.
[estat](https://www.e-stat.go.jp/) is the official site for government statistics in Japan. Its api service offers data of over 250+ statistics in Japan. You need to register an api key to access to the statistics.

### Functions

Expand Down Expand Up @@ -49,7 +49,7 @@ You can pass the estat api key to each function. Or you can set a configuration
jpstat.options["estat.api_key"] = "MY_API_KEY"
```

You can also set the language from Japanese (default: J) to English
You can also set the language from Japanese (default, "J") to English

```python
jpstat.options["estat.lang"] = "E"
Expand Down

0 comments on commit 6df275a

Please sign in to comment.