📊 Data Health
🏈 Current Season (2025)
🌐 Site Features Status
💰 Cost Sheet Status
📅 Maintenance Actions
# Pull fresh data for current season:
python3 fetch_gfn_data.py --year 2025
# Rebuild advanced stats:
python3 compute_advanced_stats.py
# Then commit and push:
git add data/ && git commit -m "Refresh 2025 data" && git push
python3 fetch_gfn_data.py --year 2025
# Rebuild advanced stats:
python3 compute_advanced_stats.py
# Then commit and push:
git add data/ && git commit -m "Refresh 2025 data" && git push