Analysis of the Dutch Algorithm Registry, examining registration completeness and publication patterns across different organisation types.
If you already have the .venv folder:
Activate the virtual environment:
# macOS/Linux
source .venv/bin/activate
# Windows
.venv\Scripts\activateInstall/update dependencies:
pip install -r requirements.txt# Create virtual environment
python -m venv venv
# Activate it (macOS/Linux)
source venv/bin/activate
# Activate it (Windows)
venv\Scripts\activate
# Install dependencies
pip install -r requirements.txtOnce your virtual environment is activated and dependencies are installed:
In VSCode:
- Open
Algorithm_Analysis_Folder/Combined_Analysis.ipynb - Select the Python interpreter from your virtual environment (bottom right)
- Run the cells
Or use Jupyter:
jupyter notebook "Algorithm_Analysis_Folder/Combined_Analysis.ipynb".
├── Algorithm_Analysis_Folder/
│ ├── Combined_Analysis.ipynb # Main analysis notebook
│ ├── helper_functions.py # Helper functions for analysis
│ ├── Gepubliceerde algoritmes 2025-11-19.csv # Data file
│ └── visualisations/ # Generated visualisations
├── requirements.txt # Python dependencies
├── LICENSE # EUPL v1.2 license
├── algo_Reg_header.png # Project header image
└── README.md # This file
The notebook performs the following analyses:
- Organisation Type Analysis: Data completeness by organisation type
- Publication Category Distribution: Algorithm categorisation across organisation types
- Field Completeness: Analysis of key information fields
- Municipality Analysis: Detailed analysis of top municipalities by population
- Summary Statistics: Overall findings and recommendations
Gepubliceerde algoritmes 2025-11-19.csv from the Dutch Algorithm Registry, update accordingly!
