Lebron James Regular Season Games (2003 - Current)
Stats from every single Regular Season game Lebron James has played
@kaggle.zhikchen_lebron_james_regular_season_games_2003_current
Stats from every single Regular Season game Lebron James has played
@kaggle.zhikchen_lebron_james_regular_season_games_2003_current
CREATE TABLE lebron_james_all_regular_season_stats (
"g" BIGINT,
"date" TIMESTAMP,
"age" VARCHAR,
"tm" VARCHAR,
"unnamed_5" VARCHAR,
"opp" VARCHAR,
"unnamed_7" VARCHAR,
"gs" DOUBLE,
"mp" VARCHAR,
"fg" BIGINT,
"fga" BIGINT,
"fg_51ab2d" DOUBLE,
"n_3p" BIGINT,
"n_3pa" BIGINT,
"n_3p_d87a85" DOUBLE,
"ft" BIGINT,
"fta" BIGINT,
"ft_ba25d5" DOUBLE,
"orb" BIGINT,
"drb" BIGINT,
"trb" BIGINT,
"ast" BIGINT,
"stl" BIGINT,
"blk" BIGINT,
"tov" BIGINT,
"pf" BIGINT,
"pts" BIGINT,
"gmsc" DOUBLE,
"n" DOUBLE
);
Anyone who has the link will be able to view this.