Baselight

Comprehensive Football Dataset

Detailed dataset for football events and Europe's top 5 leagues

@kaggle.prathamsharma123_comprehensive_football_dataset

Ginf
@kaggle.prathamsharma123_comprehensive_football_dataset.ginf

  • 450.91 KB
  • 10112 rows
  • 18 columns
id_odsp

Id Odsp

link_odsp

Link Odsp

adv_stats

Adv Stats

date

Date

league

League

season

Season

country

Country

ht

Ht

at

At

fthg

Fthg

ftag

Ftag

odd_h

Odd H

odd_d

Odd D

odd_a

Odd A

odd_over

Odd Over

odd_under

Odd Under

odd_bts

Odd Bts

odd_bts_n

Odd Bts N

UFot0hit//soccer/germany/bundesliga-2011-2012/dortmund-hamburger-UFot0hit/trueFri Aug 05 2011 00:00:00 GMT+0000 (Coordinated Universal Time)D12012germanyBorussia DortmundHamburg SV311.564.417.42
Aw5DflLH//soccer/germany/bundesliga-2011-2012/augsburg-freiburg-Aw5DflLH/trueSat Aug 06 2011 00:00:00 GMT+0000 (Coordinated Universal Time)D12012germanyFC AugsburgSC Freiburg222.363.63.4
bkjpaC6n//soccer/germany/bundesliga-2011-2012/werder-bremen-kaiserslautern-bkjpaC6n/trueSat Aug 06 2011 00:00:00 GMT+0000 (Coordinated Universal Time)D12012germanyWerder BremenKaiserslautern21.834.24.8
CzPV312a//soccer/france/ligue-1-2011-2012/paris-sg-lorient-CzPV312a/trueSat Aug 06 2011 00:00:00 GMT+0000 (Coordinated Universal Time)F12012franceParis Saint-GermainLorient11.554.59.4
GUOdmtII//soccer/france/ligue-1-2011-2012/caen-valenciennes-GUOdmtII/trueSat Aug 06 2011 00:00:00 GMT+0000 (Coordinated Universal Time)F12012franceCaenValenciennes12.53.43.45
lOpzwMkp//soccer/germany/bundesliga-2011-2012/hertha-berlin-nurnberg-lOpzwMkp/trueSat Aug 06 2011 00:00:00 GMT+0000 (Coordinated Universal Time)D12012germanyHertha BerlinNurnberg12.063.753.95
M7PhlM2C//soccer/france/ligue-1-2011-2012/brest-evian-tg-M7PhlM2C/trueSat Aug 06 2011 00:00:00 GMT+0000 (Coordinated Universal Time)F12012franceBrestEvian Thonon Gaillard222.293.253.85
QuWqjrYa//soccer/france/ligue-1-2011-2012/ac-ajaccio-toulouse-QuWqjrYa/trueSat Aug 06 2011 00:00:00 GMT+0000 (Coordinated Universal Time)F12012franceAC AjaccioToulouse22.83.13.05
UBZQ4smg//soccer/france/ligue-1-2011-2012/nice-lyon-UBZQ4smg/trueSat Aug 06 2011 00:00:00 GMT+0000 (Coordinated Universal Time)F12012franceNiceLyon134.53.552
Wn69eU5B//soccer/germany/bundesliga-2011-2012/koln-wolfsburg-Wn69eU5B/trueSat Aug 06 2011 00:00:00 GMT+0000 (Coordinated Universal Time)D12012germanyFC CologneVfL Wolfsburg333.82.54

CREATE TABLE ginf (
  "id_odsp" VARCHAR,
  "link_odsp" VARCHAR,
  "adv_stats" BOOLEAN,
  "date" TIMESTAMP,
  "league" VARCHAR,
  "season" BIGINT,
  "country" VARCHAR,
  "ht" VARCHAR,
  "at" VARCHAR,
  "fthg" BIGINT,
  "ftag" BIGINT,
  "odd_h" DOUBLE,
  "odd_d" DOUBLE,
  "odd_a" DOUBLE,
  "odd_over" DOUBLE,
  "odd_under" DOUBLE,
  "odd_bts" DOUBLE,
  "odd_bts_n" DOUBLE
);

Share link

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