Baselight

Football Coaches - Stats And Trophies

Coaches -info & trophies - Top 5 Leagues in European football

@kaggle.vaske93_football_coaches_stats_and_tropheys

Loading...
Loading...

About this Dataset

Football Coaches - Stats And Trophies

all_coaches.csv

Contains basic information about football coaches who work in the top 5 European leagues.

all_tropheys.csv

Contains trophies won by these managers.

Tables

All Coaches

@kaggle.vaske93_football_coaches_stats_and_tropheys.all_coaches
  • 17.26 kB
  • 99 rows
  • 13 columns
Loading...
CREATE TABLE all_coaches (
  "name" VARCHAR,
  "club" VARCHAR,
  "birth_date" TIMESTAMP,
  "age" BIGINT,
  "place_of_birth" VARCHAR,
  "citizenship" VARCHAR,
  "appointment_date" TIMESTAMP,
  "contract_until_date" TIMESTAMP,
  "coaching_licence" VARCHAR,
  "avg_term_as_coach" VARCHAR,
  "preffered_formation" VARCHAR,
  "current_league" VARCHAR,
  "current_league_country" VARCHAR
);

Share link

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