Skip to content

Instantly share code, notes, and snippets.

View faglezm's full-sized avatar

Fausto Gonzalez faglezm

View GitHub Profile
@pamelafox
pamelafox / nba_players.sql
Created March 20, 2020 18:17
NBA players of the week
/*
Source:
https://www.kaggle.com/jacobbaruch/nba-player-of-the-week
*/
CREATE TABLE players(
Player TEXT,
Team TEXT,
Conference TEXT,
Date TEXT,
Position TEXT,