<a className="gh-badge" href="https://datahub.io/core/london-population"><img src="https://badgen.net/badge/icon/View%20on%20datahub.io/orange?icon=https://datahub.io/datahub-cube-badge-icon.svg&label&scale=1.25" alt="badge" /></a>

This dataset was scraped from [LondonData](https://data.london.gov.uk/) website.
-
The data is given inside  the data folder in population.csv file. The file consists of two columns
year with rows 1962-2015 and value with population of the London in that respective year.

```
# Install dataflows
pip install -r scripts/requirements.txt

# Run the script
python scripts/population.py
```

### License

Open Government Licence


> You are encouraged to use and re-use the Information that is available under this licence freely and flexibly, with only a few conditions.
Using Information under this licence
>Use of copyright and database right material expressly made available under this licence (the 'Information') indicates your acceptance of the terms and conditions below.
> The Licensor grants you a worldwide, royalty-free, perpetual, non-exclusive licence to use the Information subject to the conditions below.
> This licence does not affect your freedom under fair dealing or fair use or any other copyright or database right exceptions and limitations.

You may find further information [here](http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/)
