Skip to main content

Repository: govuk-data-science-workshop

Ownership
#data-products
Category
Data science

README

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”.

Binder

Where this documentation refers to the root folder we mean where this README.md is
located.

Getting started

To start using this project, first make sure your system meets its requirements.

To be added.

Requirements

[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.txt

Data

A 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.

Licence

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.

Contributing

If you want to help us build, and improve govuk-data-science-workshop, view our contributing guidelines.

Acknowledgements

This project structure is based on the govcookiecutter template project.