Baseball
MLB Predict Home Runs
@kaggle.jcraggy_baseball
MLB Predict Home Runs
@kaggle.jcraggy_baseball
CREATE TABLE test (
"bip_id" BIGINT,
"game_date" TIMESTAMP,
"home_team" VARCHAR,
"away_team" VARCHAR,
"batter_team" VARCHAR,
"batter_name" VARCHAR,
"pitcher_name" VARCHAR,
"batter_id" BIGINT,
"pitcher_id" BIGINT,
"is_batter_lefty" BIGINT,
"is_pitcher_lefty" BIGINT,
"bb_type" VARCHAR,
"bearing" VARCHAR,
"pitch_name" VARCHAR,
"park" BIGINT,
"inning" BIGINT,
"outs_when_up" BIGINT,
"balls" BIGINT,
"strikes" BIGINT,
"plate_x" DOUBLE,
"plate_z" DOUBLE,
"pitch_mph" DOUBLE,
"launch_speed" DOUBLE,
"launch_angle" DOUBLE
);
Anyone who has the link will be able to view this.