From d9da7b05f62faea6d53d8d079b52d8c98a10e9a8 Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Tue, 3 Mar 2026 20:32:17 -0600 Subject: [PATCH] =?UTF-8?q?episode:=20Fix:=20get=5Fone=5Fplayer=20CSV=20mi?= =?UTF-8?q?ssing=20data=20row=20=E2=80=94=20to=5Fcsv()=20called=20before?= =?UTF-8?q?=20append()?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- episodes/2026-03-03.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/episodes/2026-03-03.md b/episodes/2026-03-03.md index ac306b35c1b..de8b35ea18f 100644 --- a/episodes/2026-03-03.md +++ b/episodes/2026-03-03.md @@ -461,3 +461,7 @@ Session size: 39 messages, 14 tool calls - **Tags:** pr-reviewer, paper-dynasty-database, automation - **Memory:** [pr-review-paper-dynasty-database50-approved-2fb314](graph/workflows/pr-review-paper-dynasty-database50-approved-2fb314.md) - **Summary:** Reviewed paper-dynasty-database PR #50 — fix: guard against None rating objects in pitcher sorting + +## 20:32 - Fix: get_one_player CSV missing data row — to_csv() called before append() +- **Type:** fix +- **Tags:** paper-dynasty, python, fastapi, pandas, csv, bug, fix