NFL Analytics with nflverse - course bundle
================================================================

EPA built by hand, quarterback efficiency, play-calling tendencies, receiver value and the fourth-down decision.

Run order:
 1. 16_epa_explained_by_building_it.py  -  EPA Explained by Building It: Analyze Play-by-Play Data
      https://sportsdatatutorials.com/tutorials/epa-explained-by-building-it.html
 2. 17_build_a_qb_efficiency_comparison_chart.py  -  Build a QB Efficiency Comparison Chart
      https://sportsdatatutorials.com/tutorials/build-a-qb-efficiency-comparison-chart.html
 3. 33_team_tendencies_run_pass_by_down_distance.py  -  Team Tendencies: Run/Pass Rate by Down and Distance
      https://sportsdatatutorials.com/tutorials/team-tendencies-run-pass-by-down-distance.html
 4. 34_receiver_efficiency_targets_catches_yac.py  -  Receiver Efficiency: Targets, Catches, and Yards After Catch
      https://sportsdatatutorials.com/tutorials/receiver-efficiency-targets-catches-yac.html
 5. 35_fourth_down_decisions_who_goes_for_it.py  -  Fourth-Down Decisions: Which Teams Go For It?
      https://sportsdatatutorials.com/tutorials/fourth-down-decisions-who-goes-for-it.html

Every script runs from this folder as-is:  python <script>.py
The shared helpers and every sample CSV the scripts read are included,
so the whole course works offline.

Course page: https://sportsdatatutorials.com/tracks/football-analytics.html
All datasets documented: https://sportsdatatutorials.com/datasets.html
