diff --git a/docs/script_recommendations.md b/docs/script_recommendations.md new file mode 100644 index 0000000..2658b59 --- /dev/null +++ b/docs/script_recommendations.md @@ -0,0 +1,23 @@ +# Recommendation: Which Scripts to Keep or Remove + +## Scripts to Remove (Useless): + +1. quality_check.py, quality_control.py, simple_qc + - These are development/testing scripts + +2. batch_qc.py + - Redundant quality checking + +3. process_all.py (Optional) + - Superseded by export_all_csv.py + +## Scripts to Keep (Essential): + +1. export_all_csv.py + - Exports all account statements to CSV + +2. aggregate_by_month.py + - Creates monthly and annual reports + +3. Individual processing scripts (Optional) + - Keep only if you need to process specific accounts \ No newline at end of file