Materials for a workshop about data science and GOV.UK. To run the notebook in your browser, click the button below that is labelled "launch binder".
Where this documentation refers to the root folder we mean where this README.md is
located.
To start using this project, first make sure your system meets its requirements.
To be added.
[Contributors have some additional requirements][contributing]!
- Python 3.6.1+ installed
To install the Python requirements, open your terminal and enter:
pip install -r requirements.txtA dataset of the GOV.UK website structural network adjacency list (how pages
link to each other) is included in the file
data/raw/structural_network_adjacency_list_20190301.csv. It was originally
obtained from
GOV.UK.
Unless stated otherwise, the codebase is released under the MIT License. This covers both the codebase and any sample code in the documentation. The documentation is © Crown copyright and available under the terms of the Open Government 3.0 licence.
This project structure is based on the govcookiecutter template
project.