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_players (
"match_id" VARCHAR,
"team_id" VARCHAR,
"team_region" VARCHAR,
"player_id" VARCHAR,
"player_tag" 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_percent_zero_boost" DOUBLE,
"boost_time_full_boost" DOUBLE,
"boost_percent_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,
"boost_percent_boost_0_25" DOUBLE,
"boost_percent_boost_25_50" DOUBLE,
"boost_percent_boost_50_75" DOUBLE,
"boost_percent_boost_75_100" DOUBLE,
"movement_avg_speed" 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,
"movement_avg_powerslide_duration" DOUBLE,
"movement_avg_speed_percentage" DOUBLE,
"movement_percent_slow_speed" DOUBLE,
"movement_percent_boost_speed" DOUBLE,
"movement_percent_supersonic_speed" DOUBLE,
"movement_percent_ground" DOUBLE,
"movement_percent_low_air" DOUBLE,
"movement_percent_high_air" DOUBLE,
"positioning_avg_distance_to_ball" DOUBLE,
"positioning_avg_distance_to_ball_possession" DOUBLE,
"positioning_avg_distance_to_ball_no_possession" DOUBLE,
"positioning_avg_distance_to_mates" 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,
"positioning_time_most_back" DOUBLE,
"positioning_time_most_forward" DOUBLE,
"positioning_goals_against_while_last_defender" DOUBLE,
"positioning_time_closest_to_ball" DOUBLE,
"positioning_time_farthest_from_ball" DOUBLE,
"positioning_percent_defensive_third" DOUBLE,
"positioning_percent_offensive_third" DOUBLE,
"positioning_percent_neutral_third" DOUBLE,
"positioning_percent_defensive_half" DOUBLE,
"positioning_percent_offensive_half" DOUBLE,
"positioning_percent_behind_ball" DOUBLE,
"positioning_percent_in_front_ball" DOUBLE,
"positioning_percent_most_back" DOUBLE,
"positioning_percent_most_forward" DOUBLE,
"positioning_percent_closest_to_ball" DOUBLE,
"positioning_percent_farthest_from_ball" DOUBLE,
"demo_inflicted" DOUBLE,
"demo_taken" DOUBLE,
"advanced_goal_participation" DOUBLE,
"advanced_rating" DOUBLE,
"score" DOUBLE,
"winner" BOOLEAN
);
Anyone who has the link will be able to view this.