World Cup 2026 Football Dataset
收藏资源简介:
这是一个用于2026年国际足联世界杯的干净、有文档记录的足球比赛数据集,基于API-Football构建。数据粒度包括比赛、球队比赛、球员比赛和事件。累计表位于`data/_latest/`下(如球员锦标赛、球队锦标赛),赛前预测位于`data/predictions/`。每个比赛日后更新。列字典在SCHEMA.md中,公式在METRICS.md中。SCHEMA_VERSION = 0.4.0。加载方式:`pd.read_parquet("data/_latest/team_tournament.parquet")`(或.csv)。缺失值为null,从不虚构。`xg`取决于覆盖范围(可能为null)。
This is a clean, well-documented football match dataset for the 2026 FIFA World Cup, built on API-Football. The data granularity covers matches, team matches, player matches, and events. Cumulative tables (e.g., player tournament, team tournament) are located under `data/_latest/`, while pre-match predictions are stored in `data/predictions/`. It is updated after each matchday. The column dictionary is provided in SCHEMA.md, and the formulas are documented in METRICS.md. SCHEMA_VERSION = 0.4.0. Loading method: `pd.read_parquet("data/_latest/team_tournament.parquet")` (or .csv). Missing values are denoted as null and never imputed. `xg` depends on coverage and may be null.
数据集概述:World Cup 2026 — Football Dataset
该数据集提供2026年FIFA世界杯的干净、文档化的比赛数据,基于API-Football构建。
数据粒度:
- matches(比赛)
- team_match(球队-比赛)
- player_match(球员-比赛)
- events(事件)
数据位置与内容:
- 累计表位于
data/_latest/目录下,包含player_tournament(球员锦标赛数据)和team_tournament(球队锦标赛数据)。 - 赛前预测数据位于
data/predictions/目录下。
更新频率: 每个比赛日后更新。
文档支持:
- 列字典说明在
SCHEMA.md文件中。 - 公式说明在
METRICS.md文件中。 - 当前模式版本为
SCHEMA_VERSION = 0.4.0。
使用方法示例: python pd.read_parquet("data/_latest/team_tournament.parquet")
或加载对应的 .csv 文件。
数据质量说明:
- 缺失值以
null表示,不会人为捏造。 xg(预期进球)字段的值依赖比赛覆盖情况,可能为null。




