This repository contains the cleaned and anonymized results of the 2025 AVB Academy Survey.
- Raw data:
avb_academy_survey_results_clean.csv - Charts and processed data:
report/charts/ - Analysis notebook:
process_and_plot_data.ipynb. A great starting point for your own Python-based data exploration.
To explore or extend the data analysis:
-
Create a virtual environment (using the Python version specified in .python-version):
python -m venv venv -
Activate the environment:
- Linux/macOS:
source venv/bin/activate - Windows:
venv\Scripts\activate
- Linux/macOS:
-
Install dependencies:
pip install -r requirements.txt -
Launch the Jupyter Notebook:
jupyter-notebookThen open and run
process_and_plot_data.ipynb.
Pull requests are welcome!
For significant changes, please open an issue first to discuss your ideas.
If applicable, update or add tests alongside your changes.
This dataset is published under the Creative Commons Attribution 4.0 International License (CC BY 4.0):