This repo builds a Quarto report for women's adaptive basketball practice statistics.
- Install Python 3.10+.
- Install Quarto and make sure
quartois on yourPATH. - Create and activate a virtual environment.
- Install the project in editable mode:
python -m venv .venv
.venv\Scripts\Activate.ps1
python -m pip install --upgrade pip
python -m pip install -e .From the repo root, run:
quarto render Workbook.qmdThe report reads all CSV files in Data/ and writes the rendered output to Workbook.html.
- Each practice CSV should use the same columns as the existing files in
Data/. - The cleanup layer removes blank rows and note rows such as
(No Shooting today). - Shooting percentages in the report are recalculated from makes and attempts instead of trusting spreadsheet percentage strings.