The fantasypros_id column is NA for all 2026 rookie records in db_playerids.csv, even though sleeper_id and other identifiers are populated for most of them.
This breaks any pipeline that joins values.csv (via fp_id) to db_playerids.csv (via fantasypros_id → sleeper_id) to resolve player identities — the entire 2026 draft class drops out silently.
Related: #78 adds PFF/ESPN IDs for 2026 rookies but doesn't address fantasypros_id.
Is there a timeline for when fantasypros_id will be populated for the 2026 class? Or is this a known gap in the automation?
The
fantasypros_idcolumn isNAfor all 2026 rookie records indb_playerids.csv, even thoughsleeper_idand other identifiers are populated for most of them.This breaks any pipeline that joins
values.csv(viafp_id) todb_playerids.csv(viafantasypros_id→sleeper_id) to resolve player identities — the entire 2026 draft class drops out silently.Related: #78 adds PFF/ESPN IDs for 2026 rookies but doesn't address
fantasypros_id.Is there a timeline for when
fantasypros_idwill be populated for the 2026 class? Or is this a known gap in the automation?