Skip to content

A demonstration of the MST method using the 1% 2011 Census Teaching File

License

Notifications You must be signed in to change notification settings

MichaelaLawrenceONS/mst-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MST Demonstration

This directory contains the materials needed to demonstrate the MST method for synthesising data. To make the demo as accessible as possible, we synthesise the 1% Teaching File for the 2011 Census.

The demonstration can be found in main.html, and its source code is in main.ipynb. If you're recreating the analysis yourself, download the data and save it as main.csv in this directory. Then you can run the notebook and render it however you please. To render it as it is here, use nbconvert and pretty-jupyter:

$ cd /path/to/mst-demo
$ jupyter nbconvert --to html --no-input --template pj main.ipynb --output index.html

Requirements for running the notebook are defined in requirements.txt. You will need access to a C/C++ compiler and graphviz for the visualisations.

About

A demonstration of the MST method using the 1% 2011 Census Teaching File

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 92.4%
  • Jupyter Notebook 7.5%
  • Python 0.1%