Export player stats (CSV)
Exports one row per player_stats record with columns:
player_id, season_id, team_id, then
pts, drb, orb, ast, stl, blk, to, fgm, fga, 3p, 3pa, ftm, fta, min, gs, gp (totals only; no per-game rates or advanced stats). UTF-8 with BOM. Filename: {player_id}-player-stats.csv.
Use HTTP, not a file path
Open this site via a local server (e.g.
npx --yes serve -p 5500), not file:///…, or Supabase requests may fail.
Player
Search by name or type a player_id directly, then export.