From 37209f837e6de94604e9e1c46b2d63cf7662f86e Mon Sep 17 00:00:00 2001 From: Rob Schoen <37676779+millxing@users.noreply.github.com> Date: Thu, 5 Mar 2026 23:17:16 -0500 Subject: [PATCH] Add 2025-26 ORB%>=33 team record table --- 2025-26_orb33_team_records.md | 36 +++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 2025-26_orb33_team_records.md diff --git a/2025-26_orb33_team_records.md b/2025-26_orb33_team_records.md new file mode 100644 index 0000000..fa16870 --- /dev/null +++ b/2025-26_orb33_team_records.md @@ -0,0 +1,36 @@ +# 2025-26 Team Records in Games with Offensive Rebound Rate >= 33% + +Definition used: `ORB% = OREB / (OREB + Opponent DREB)` per team-game, computed from `team_game_logs_2025-26.csv`. + +| Team | GP (ORB% >= 33%) | W | L | Win% | +|---|---:|---:|---:|---:| +| OKC | 3 | 3 | 0 | 1.000 | +| MIA | 11 | 10 | 1 | 0.909 | +| BOS | 20 | 18 | 2 | 0.900 | +| LAL | 7 | 6 | 1 | 0.857 | +| MIN | 7 | 6 | 1 | 0.857 | +| TOR | 9 | 7 | 2 | 0.778 | +| DET | 24 | 18 | 6 | 0.750 | +| PHX | 21 | 15 | 6 | 0.714 | +| SAS | 7 | 5 | 2 | 0.714 | +| NYK | 18 | 12 | 6 | 0.667 | +| WAS | 9 | 6 | 3 | 0.667 | +| ATL | 6 | 4 | 2 | 0.667 | +| DEN | 6 | 4 | 2 | 0.667 | +| CHA | 23 | 15 | 8 | 0.652 | +| HOU | 35 | 22 | 13 | 0.629 | +| LAC | 5 | 3 | 2 | 0.600 | +| CLE | 12 | 7 | 5 | 0.583 | +| ORL | 7 | 4 | 3 | 0.571 | +| GSW | 9 | 5 | 4 | 0.556 | +| POR | 24 | 12 | 12 | 0.500 | +| PHI | 10 | 5 | 5 | 0.500 | +| DAL | 2 | 1 | 1 | 0.500 | +| NOP | 15 | 7 | 8 | 0.467 | +| MEM | 11 | 5 | 6 | 0.455 | +| UTA | 9 | 4 | 5 | 0.444 | +| BKN | 8 | 2 | 6 | 0.250 | +| SAC | 9 | 2 | 7 | 0.222 | +| CHI | 0 | 0 | 0 | 0.000 | +| MIL | 0 | 0 | 0 | 0.000 | +| IND | 2 | 0 | 2 | 0.000 |