No description
| .gitignore | ||
| export_pdf.sh | ||
| notebook.ipynb | ||
| README.md | ||
| requirements.txt | ||
| results.csv | ||
2026-governance-survey-analysis
Analysis of the 2026 governance survey results using a Jupyter notebook.
Getting Started
Prerequisites
- Python 3.x
- Git
Installation
-
Clone the repository:
git clone https://git.cyberia.club/cyberia/2026-governance-survey-analysis.git cd 2026-governance-survey-analysis -
Create and activate a virtual environment:
python3 -m venv venv source venv/bin/activate -
Install the required dependencies:
pip install -r requirements.txt
Running the Notebook
Start Jupyter and open the notebook:
jupyter notebook notebook.ipynb
Then run all cells to reproduce the analysis.