Skip to content

Instantly share code, notes, and snippets.

@lorishui
Last active January 26, 2026 03:42
Show Gist options
  • Select an option

  • Save lorishui/a4b5e56be7e448894c4ca5a512c0a0fb to your computer and use it in GitHub Desktop.

Select an option

Save lorishui/a4b5e56be7e448894c4ca5a512c0a0fb to your computer and use it in GitHub Desktop.
Sample NBA player stats in JSON and CSV formats.
[
{
"player": "LeBron James",
"team": "Lakers",
"ppg": 25.1,
"apg": 7.9,
"rpg": 7.3,
"updated": "2025-01-20"
},
{
"player": "Stephen Curry",
"team": "Warriors",
"ppg": 28.7,
"apg": 5.1,
"rpg": 4.4,
"updated": "2025-01-20"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment