Baselight

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

Bundeshandball
@kaggle.javierandresmansilla_bundes_handball_7_seasons_until_half_2024.bundeshandball

  • 119.44 KB
  • 5825 rows
  • 20 columns
lastname

Lastname

name

Name

team

Team

position

Position

games_played

Games Played

goals

Goals

missed

Missed

field_goals

Field Goals

penalty_goals

Penalty Goals

shooting_accuracy

Shooting Accuracy

assists

Assists

technical_faults

Technical Faults

steals

Steals

blocks

Blocks

yellow_cards

Yellow Cards

n_2_min_exclusion

2 Min Exclusion

red_cards

Red Cards

blue_cards

Blue Cards

season

Season

tier

Tier

SavvasSavvasHILLB36289195210790.59715240772016117/18B
GunnarssonArnor ThorBHCRW38275931631120.74730000000000011417112317/18B
SmitsKayWHVRB37258141178800.6466907420451017/18B
KaletschPaulKONLB352511941421090.564746246131217/18B
BillekFlorianCOBRW37243981321110.71262429204217/18B
HolznerDirkTVELW3821789130870.7092121284617/18B
KringsMertenTVECB3820717120430.54769977672124317/18B
SchaferChristianSGBRW3820651881180.8016114814317/18B
AdamsJasperTVELB3820418620310.52319454916181917/18B
SchwolowTobiasWHVCB36199160189100.55431206265517/18B

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
);

Share link

Anyone who has the link will be able to view this.