baseball
收藏资源简介:
该数据集名为“棒球数据”,包含美国职业棒球大联盟(MLB)相关的结构化数据,以Parquet格式存储。数据集由五个子集组成:mlb_schedule(MLB赛程表)、retrosheet_plays(比赛事件记录)、baserunning_events(跑垒事件)、mlb_transactions(MLB交易记录)和statcast(Statcast数据,由按年份分区的文件组合而成)。数据通过GitHub Actions作业etl hf进行维护,每次运行会获取新数据并合并到现有文件中,同时基于每个表的主键进行去重操作。该数据集适用于棒球数据分析、比赛统计研究、机器学习建模等任务,为研究人员和开发者提供了全面的MLB历史与实时数据资源。
This dataset is named Baseball Data and contains structured data related to Major League Baseball (MLB), stored in Parquet format. It consists of five subsets: mlb_schedule (MLB schedule), retrosheet_plays (game event records), baserunning_events (baserunning events), mlb_transactions (MLB transaction records), and statcast (Statcast data, combined from files partitioned by year). The data is maintained via a GitHub Actions job etl hf, which fetches new data on each run, merges it into existing files, and performs deduplication based on the primary key of each table. This dataset is suitable for baseball data analysis, game statistics research, machine learning modeling, and other tasks, providing researchers and developers with comprehensive historical and real-time MLB data resources.
数据集名称
Baseball data
数据集描述
该数据集包含多个美国职棒大联盟(MLB)相关子集,以 Parquet 格式发布。每个子集对应一张表,可通过 Data Studio 下拉菜单选择。数据集由 etl hf GitHub Actions 作业维护,每次运行时将新获取的行合并到现有文件中,并基于各表的主键进行去重处理。
数据集配置(子集)
- mlb_schedule:数据文件为
mlb_schedule.parquet,包含 MLB 赛程信息。 - retrosheet_plays:数据文件为
retrosheet_plays.parquet,包含 Retrosheet 赛事数据。 - baserunning_events:数据文件为
baserunning_events.parquet,包含跑垒事件数据。 - mlb_transactions:数据文件为
mlb_transactions.parquet,包含 MLB 交易信息。 - statcast:数据文件为
statcast_*.parquet,该子集合并了按赛季分区的statcast_<年份>文件,包含 Statcast 数据。




