Baselight

Football - Russian First League Football EXTENDED

Dataset for Russian Football 1st division / FNL from 2006

@kaggle.vadimgladky_fnldataset

Loading...
Loading...

About this Dataset

Football - Russian First League Football EXTENDED

Context

That dataset contains games' statistics for first russian football league (so-called FIrst DIvision, or Football National league).
For certain time periods, different statistics available.
Thus, it's interesting to find any links between in-game statistics and factual (past and forthcoming) results.

Content

Data was generated by Beautifulsoup.

Acknowledgements

Thanks for data sources available at the internet, who keep all the protocols alive.

Tables

Fnl Data

@kaggle.vadimgladky_fnldataset.fnl_data
  • 105.18 KB
  • 5347 rows
  • 37 columns
Loading...

CREATE TABLE fnl_data (
  "ht" VARCHAR,
  "at" VARCHAR,
  "hg" BIGINT,
  "ag" BIGINT,
  "total" BIGINT,
  "day" BIGINT,
  "month" BIGINT,
  "year" BIGINT,
  "fulldate" VARCHAR,
  "goalkickh" DOUBLE,
  "goalkicka" DOUBLE,
  "freekickh" DOUBLE,
  "freekicka" DOUBLE,
  "outh" DOUBLE,
  "outa" DOUBLE,
  "offh" DOUBLE,
  "offa" DOUBLE,
  "blockedh" DOUBLE,
  "blockeda" DOUBLE,
  "possh" DOUBLE,
  "possa" DOUBLE,
  "foulsh" DOUBLE,
  "foulsa" DOUBLE,
  "momentsh" DOUBLE,
  "momentsa" DOUBLE,
  "shotsh" DOUBLE,
  "shotsa" DOUBLE,
  "shotsth" DOUBLE,
  "shotsta" DOUBLE,
  "hwh" DOUBLE,
  "hwa" DOUBLE,
  "corh" DOUBLE,
  "cora" DOUBLE,
  "ych" DOUBLE,
  "yca" DOUBLE,
  "rch" DOUBLE,
  "rca" DOUBLE
);

Share link

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