No description
Find a file
2026-03-24 09:15:44 -05:00
.gitignore Add raw results and initial Jupyter analysis 2026-03-22 20:57:21 -05:00
export_pdf.sh Add raw results and initial Jupyter analysis 2026-03-22 20:57:21 -05:00
notebook.ipynb Add dues-based membership analysis section 2026-03-24 09:15:44 -05:00
README.md Add raw results and initial Jupyter analysis 2026-03-22 20:57:21 -05:00
requirements.txt Add raw results and initial Jupyter analysis 2026-03-22 20:57:21 -05:00
results.csv Add raw results and initial Jupyter analysis 2026-03-22 20:57:21 -05:00

2026-governance-survey-analysis

Analysis of the 2026 governance survey results using a Jupyter notebook.

Getting Started

Prerequisites

  • Python 3.x
  • Git

Installation

  1. Clone the repository:

    git clone https://git.cyberia.club/cyberia/2026-governance-survey-analysis.git
    cd 2026-governance-survey-analysis
    
  2. Create and activate a virtual environment:

    python3 -m venv venv
    source venv/bin/activate
    
  3. 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.