KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#deepseek-harness
#dsh-plugin
#open-source
#ai
#cli
#dsh
#claude-code
#codex
#developer-tools
#react
football-data
★ 65
Open GitHub ↗
football (soccer) datasets
Download README (.md)
Explore Similar Repositories
ScrollingStaticShadowmap
:
1静态对象的一次性 shadowmap 生成,避免反复投影流程 可以介绍 cpu culling 和gpu 渲染时间 2支持超大地图滚动模式 避免一次性生成的范围限制
CSI_reader
:
No description available.
GCN_classification
:
Multi-Modal Reasoning Graph for Scene-Text Based Fine-Grained Image Classification and Retrieval
NETCore-Snowflake-Framework
:
雪花框架:基于.NET Core + Mysql + Redis + RabbitMQ 设计的高性能多层架构,涵盖了仓储设计模式、全局日志、JWT授权认证、Swagger API管理、请求时间统计等功能,Docker配置文件、服务安装文件等。
policy-proposal
:
一般社団法人日本CTO協会による提言を掲載するリポジトリです。
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
football-data
?
Download (.md)
**This repository is made available under the [Open Data Commons Attribution License](https://opendatacommons.org/licenses/by/1-0/index.html)** # football-data This repository contains some datasets for football (soccer). ## Updates (11/2024) - Result data now contains all games until end of 2023 as a parquet file - `data/goals_time` now includes 23 competitions ## Football Results Dataset `data/results` contains results of 1,237,935 football games in 207 top-tier domestic leagues and 20 international tournaments (UEFA EuroLeague/ChampionsLeague,etc.) from 1888-2023. The data is provided as a parquet file. ### Codebook | variable | description | |----------------|-----------------------------------------------------------------| | home | home team name (not necessarily unique) | | away | away team name (not necessarily unique) | | date | date of match | | gh | goals for home team (including extra time and penalties) | | ga | goals for away team (including extra time and penalties) | | full_time | "F"=game ended in 90', "E"=extra time, "P"=penalty shoot-out | | competition | country name of league or name of international competition | | home_ident | unique identifier of home team | | away_ident | unique identifier of away team | | home_country | country of home team | | away_country | country of away team | | home_code | country code of home team | | away_code | country code of away team | | home_continent | continent of home team | | away_continent | continent of away team | | continent | continent of competition | | level | "national"= domestic league, "international"= international cup | ### Disclaimer This dataset contains errors for older games where sources are not as reliable. A big issue are teams that merge/split/dissolve over time, which (I think) I did not resolve consistently over time. I have gathered this dataset over the course of 10 years and put a lot of effort in it (see [worldclubratings.com](worldclubratings.com)). If you use the data for any kind of project, please drop me a line or open an issue in this repository. If you have any questions or requests, please open an issue too. ## formations and lineups The folder `data/formations` contains lineups and formations datasets ## goals and times The folder `data/goals_time` contains details about each scored goal (scorer, time) in the Top 15 European Leagues (according to the UEFA 5 year rating 2004), the Champions League and Euro League, and a few national cups. ## goals and times 2 The folder `data/goals_time_2` is similar to `data/goals_time` but contains more details like yellow cards and substitutions. ## Links [worldclubratings.com](http://worldclubratings.com/) Similar datasets: - [European Soccer Database](https://www.kaggle.com/hugomathien/soccer) (Kaggle) - [World Soccer](https://www.kaggle.com/sashchernuh/european-football) (Kaggle) - [International Football Results](https://www.kaggle.com/martj42/international-football-results-from-1872-to-2017) (Kaggle) - [engsoccerdata](https://github.com/jalapic/engsoccerdata) (R package) - [football-data.co.uk](http://football-data.co.uk/)