FiveThirtyEight MLB Allstar Teams Dataset
Explore Data from FiveThirtyEight
@kaggle.fivethirtyeight_fivethirtyeight_mlb_allstar_teams_dataset
Explore Data from FiveThirtyEight
@kaggle.fivethirtyeight_fivethirtyeight_mlb_allstar_teams_dataset
CREATE TABLE allstar_player_talent (
"bbref_id" VARCHAR,
"yearid" BIGINT,
"gamenum" BIGINT,
"gameid" VARCHAR,
"lgid" VARCHAR,
"startingpos" DOUBLE,
"off600" DOUBLE,
"def600" DOUBLE,
"pitch200" DOUBLE,
"asg_pa" BIGINT,
"asg_ip" DOUBLE,
"offper9innasg" DOUBLE,
"defper9innasg" DOUBLE,
"pitper9innasg" DOUBLE,
"totper9innasg" DOUBLE
);
Anyone who has the link will be able to view this.