120年奥运历史数据集:运动员和成绩
收藏阿里云天池2026-06-09 更新2024-03-07 收录
下载链接:
https://tianchi.aliyun.com/dataset/111437
下载链接
链接失效反馈官方服务:
资源简介:
athlete_events.csv:参赛运动员基本生物数据和奖牌结果
noc_regions.csv:国家奥委会3个字母的代码与对应国家信息
文件athlete_events.csv中包含15个字段,具体信息如下:
每一行代表的是一个参加个人比赛运动员
No 属性 数据类型 字段描述
1 ID Integer 给每个运动员的唯一ID
2 Name String 运动员名字
3 Sex Integer 性别
4 Age Float 年龄
5 Height Float 身高
6 Weight Float 体重
7 Team String 所代表的国家队
8 NOC String 国家奥委会3个字母的代码
9 Games String 年份与季节
10 Year Integer 比赛年份
11 Season String 比赛季节
12 City String 举办城市
13 Sport String 运动类别
14 Event String 比赛项目
15 Medal Sring 奖牌
文件noc_regions.csv中包含3个字段,具体信息如下:
No 属性 数据类型 字段描述
1 NOC String 国家奥委会3个字母的代码
2 Region String 国家
3 Notes String 地区
athlete_events.csv: Basic biographical data and medal results of competing athletes
noc_regions.csv: 3-letter National Olympic Committee codes and corresponding country information
The file athlete_events.csv contains 15 fields, with specific information as follows:
Each row represents an athlete participating in an individual competition.
No Attribute Data Type Field Description
1 ID Integer Unique ID assigned to each athlete
2 Name String Name of the athlete
3 Sex Integer Gender
4 Age Float Age
5 Height Float Height
6 Weight Float Weight
7 Team String National team represented
8 NOC String 3-letter National Olympic Committee code
9 Games String Year and season of the Games
10 Year Integer Competition year
11 Season String Competition season
12 City String Host city
13 Sport String Sport category
14 Event String Competition event
15 Medal String Medal
The file noc_regions.csv contains 3 fields, with specific information as follows:
No Attribute Data Type Field Description
1 NOC String 3-letter National Olympic Committee code
2 Region String Country
3 Notes String Region
提供机构:
阿里云天池
创建时间:
2021-10-04
搜集汇总
数据集介绍

背景与挑战
背景概述
该数据集整理了1896年至2016年共120年的奥林匹克运动会历史数据,包含两个CSV文件:athlete_events.csv记录运动员基本生物信息、比赛详情和奖牌结果,共15个字段;noc_regions.csv提供国家奥委会代码与对应国家信息,共3个字段。数据集覆盖夏季和冬季奥运会,并特别说明1992年前后奥运会举办年份的变化,适合用于探索运动员表现、地区差异和运动项目演变等研究方向。
以上内容由遇见数据集搜集并总结生成



