Enhance aggregation script to support annual reports
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user