Curry Gamelogs With Nba Api
Scraping all Stephen Curry gamelogs using the Nba Api
@kaggle.enricofortunato_curry_gamelogs_with_nba_api
Scraping all Stephen Curry gamelogs using the Nba Api
@kaggle.enricofortunato_curry_gamelogs_with_nba_api
CREATE TABLE allgamescurry (
"unnamed_0" BIGINT,
"season_id" BIGINT,
"player_id" BIGINT,
"game_id" BIGINT,
"game_date" TIMESTAMP,
"matchup" VARCHAR,
"wl" VARCHAR,
"min" BIGINT,
"fgm" BIGINT,
"fga" BIGINT,
"fg_pct" DOUBLE,
"fg3m" BIGINT,
"fg3a" BIGINT,
"fg3_pct" DOUBLE,
"ftm" BIGINT,
"fta" BIGINT,
"ft_pct" DOUBLE,
"oreb" BIGINT,
"dreb" BIGINT,
"reb" BIGINT,
"ast" BIGINT,
"stl" BIGINT,
"blk" BIGINT,
"tov" BIGINT,
"pf" BIGINT,
"pts" BIGINT,
"plus_minus" BIGINT,
"video_available" BIGINT
);
Anyone who has the link will be able to view this.