Enhance aggregation script to support annual reports

This commit is contained in:
Kevin Bataille
2026-02-09 10:45:33 +01:00
parent 84d165d6dc
commit 4933b35040
6 changed files with 190 additions and 74 deletions

View File

@@ -111,6 +111,12 @@ python aggregate_by_month.py
# Specify input and output directories
python aggregate_by_month.py --input-dir /path/to/csv --output-dir /path/to/reports
# Create annual reports
python aggregate_by_month.py --annual
# Create annual report for a specific year
python aggregate_by_month.py --annual --year 2025
```
## Output