Rocket League Championship Series 2021-2022
RLCS 2021-22 Dataset - Games details collected with octane.gg & ballchasing.com
@kaggle.dylanmonfret_rlcs_202122
RLCS 2021-22 Dataset - Games details collected with octane.gg & ballchasing.com
@kaggle.dylanmonfret_rlcs_202122
CREATE TABLE matches_by_teams (
"match_id" VARCHAR,
"color" VARCHAR,
"team_id" VARCHAR,
"team_slug" VARCHAR,
"team_name" VARCHAR,
"team_region" VARCHAR,
"core_shots" DOUBLE,
"core_goals" DOUBLE,
"core_saves" DOUBLE,
"core_assists" DOUBLE,
"core_score" DOUBLE,
"core_shooting_percentage" DOUBLE,
"boost_bpm" DOUBLE,
"boost_bcpm" DOUBLE,
"boost_avg_amount" DOUBLE,
"boost_amount_collected" DOUBLE,
"boost_amount_stolen" DOUBLE,
"boost_amount_collected_big" DOUBLE,
"boost_amount_stolen_big" DOUBLE,
"boost_amount_collected_small" DOUBLE,
"boost_amount_stolen_small" DOUBLE,
"boost_count_collected_big" DOUBLE,
"boost_count_stolen_big" DOUBLE,
"boost_count_collected_small" DOUBLE,
"boost_count_stolen_small" DOUBLE,
"boost_amount_overfill" DOUBLE,
"boost_amount_overfill_stolen" DOUBLE,
"boost_amount_used_while_supersonic" DOUBLE,
"boost_time_zero_boost" DOUBLE,
"boost_time_full_boost" DOUBLE,
"boost_time_boost_0_25" DOUBLE,
"boost_time_boost_25_50" DOUBLE,
"boost_time_boost_50_75" DOUBLE,
"boost_time_boost_75_100" DOUBLE,
"movement_total_distance" DOUBLE,
"movement_time_supersonic_speed" DOUBLE,
"movement_time_boost_speed" DOUBLE,
"movement_time_slow_speed" DOUBLE,
"movement_time_ground" DOUBLE,
"movement_time_low_air" DOUBLE,
"movement_time_high_air" DOUBLE,
"movement_time_powerslide" DOUBLE,
"movement_count_powerslide" DOUBLE,
"positioning_time_defensive_third" DOUBLE,
"positioning_time_neutral_third" DOUBLE,
"positioning_time_offensive_third" DOUBLE,
"positioning_time_defensive_half" DOUBLE,
"positioning_time_offensive_half" DOUBLE,
"positioning_time_behind_ball" DOUBLE,
"positioning_time_in_front_ball" DOUBLE,
"demo_inflicted" DOUBLE,
"demo_taken" DOUBLE,
"score" DOUBLE,
"winner" BOOLEAN
);
Anyone who has the link will be able to view this.