(Demo) Replicating the ProductSpace¶
Aims & Outcomes:
Demonstrate
pythonusing a real world example
Running Locally¶
You can download the demo notebook here
This notebook uses The Product Space Conditions the Development of Nations [1] as motivation to demonstrate a number of tools that are available in the python ecosystem that can be used for data analysis.
To run this notebook there are some supplementary data files that you need to download as well:
The
data directorycontaining the neededdatafilesThe
img directorycontaining the supportingimagefiles
These will download as zip files that you will need to decompress in the same directory as where you have saved the notebook.
Running in the Cloud¶
This repository is also configured to use mybinder
You can launch this demo notebook without having to setup the files on your local machine.
Warning
The mybinder instance only has 1 x CPU Core so the dask section doesn’t work on the cloud as it requires a
multi-core environment to do distributed compute tasks.
- 1
C. A. Hidalgo, B. Klinger, A.-L. Barabási, and R. Hausmann. The product space conditions the development of nations. Science, 317(5837):482–487, 2007. URL: https://science.sciencemag.org/content/317/5837/482, arXiv:https://science.sciencemag.org/content/317/5837/482.full.pdf, doi:10.1126/science.1144581.