Skip to content

Add 2025-26 team records for games with ORB% >= 33%#2

Open
millxing wants to merge 1 commit intomainfrom
codex/create-table-for-2025-26-team-records
Open

Add 2025-26 team records for games with ORB% >= 33%#2
millxing wants to merge 1 commit intomainfrom
codex/create-table-for-2025-26-team-records

Conversation

@millxing
Copy link
Owner

@millxing millxing commented Mar 6, 2026

Motivation

  • Provide a quick reference showing team performance in 2025–26 games where a team’s offensive rebound rate meets or exceeds 33%, enabling analysis of how offensive rebounding correlates with wins.

Description

  • Added 2025-26_orb33_team_records.md containing a table of teams with columns Team, GP (ORB% >= 33%), W, L, and Win% computed from team_game_logs_2025-26.csv.
  • Documented the ORB% definition used as OREB / (OREB + Opponent DREB) in the new file.
  • The table includes all 30 teams and lists teams with zero qualifying games as GP = 0 to keep the roster complete.

Testing

  • Ran a data-generation script that parsed team_game_logs_2025-26.csv, computed per-team ORB% per game, aggregated GP, W, and L, and wrote 2025-26_orb33_team_records.md, which completed successfully.
  • Ran a verification script that parsed the generated markdown and confirmed GP = W + L for every row, and the check passed.

Codex Task

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant