Bundes-Handball 7 Seasons Until Half 2024
Sport statistics of handball players from 7 seasons and 2 divisions
@kaggle.javierandresmansilla_bundes_handball_7_seasons_until_half_2024
Sport statistics of handball players from 7 seasons and 2 divisions
@kaggle.javierandresmansilla_bundes_handball_7_seasons_until_half_2024
CREATE TABLE bundeshandball (
"lastname" VARCHAR,
"name" VARCHAR,
"team" VARCHAR,
"position" VARCHAR,
"games_played" BIGINT,
"goals" BIGINT,
"missed" BIGINT,
"field_goals" BIGINT,
"penalty_goals" BIGINT,
"shooting_accuracy" DOUBLE,
"assists" BIGINT,
"technical_faults" BIGINT,
"steals" BIGINT,
"blocks" BIGINT,
"yellow_cards" BIGINT,
"n_2_min_exclusion" BIGINT,
"red_cards" BIGINT,
"blue_cards" BIGINT,
"season" VARCHAR,
"tier" VARCHAR
);
Anyone who has the link will be able to view this.