Bike Sharing Dataset
收藏资源简介:
自行车共享系统是传统自行车租赁的新一代,整个过程从会员资格、租赁到归还都实现了自动化。通过这些系统,用户可以轻松地从一个特定位置租用自行车,并在另一个位置归还。目前,全球有大约超过500个自行车共享项目,由超过50万辆自行车组成。由于这些系统在交通、环境和健康问题中的重要作用,今天对它们存在极大的兴趣。除了自行车共享系统的实际应用外,这些系统产生的数据特性也使其对研究具有吸引力。与其他交通服务如公交或地铁不同,这些系统明确记录了旅行时间、出发和到达位置。这一特点使自行车共享系统成为一个可以用于感知城市移动性的虚拟传感器网络。因此,预计城市中的大多数重要事件都可以通过监控这些数据来检测。
Bicycle sharing systems represent the next generation of traditional bike rentals, automating the entire process from membership to rental and return. Through these systems, users can effortlessly rent a bicycle from a specific location and return it at another. Currently, there are over 500 bicycle sharing projects globally, comprising more than 500,000 bicycles. Due to their significant role in addressing transportation, environmental, and health issues, there is substantial interest in these systems today. Beyond their practical applications, the data characteristics generated by these systems also make them attractive for research. Unlike other transportation services such as buses or subways, these systems explicitly record travel times, departure, and arrival locations. This feature makes bicycle sharing systems a virtual sensor network that can be used to perceive urban mobility. Consequently, it is anticipated that most significant events in cities can be detected by monitoring this data.
Bike Sharing Dataset 概述
数据集来源
数据集描述
- 数据集目的:用于研究自行车共享系统的数据特性,特别是其作为城市移动性传感网络的潜力。
- 数据集特征:
- 基本信息:
- instant:记录索引
- dteday:日期
- season:季节(1:冬季, 2:春季, 3:夏季, 4:秋季)
- yr:年份(0: 2011, 1:2012)
- mnth:月份(1至12)
- hr:小时(0至23)
- holiday:是否假日(从[Web Link]提取)
- weekday:星期几
- workingday:是否工作日(非周末或假日为1,否则为0)
- 天气状况:
- weathersit:
- 1: 晴朗, 少云, 部分多云, 部分晴朗
- 2: 薄雾+多云, 薄雾+碎云, 薄雾+少云, 薄雾
- 3: 轻雪, 轻雨+雷暴+散云, 轻雨+散云
- 4: 大雨+冰雹+雷暴+薄雾, 雪+雾
- weathersit:
- 环境指标:
- temp:摄氏度下的标准化温度,计算方式为(t-t_min)/(t_max-t_min),其中t_min=-8, t_max=+39(仅限每小时数据)
- atemp:摄氏度下的标准化体感温度,计算方式为(t-t_min)/(t_max-t_min),其中t_min=-16, t_max=+50(仅限每小时数据)
- hum:标准化湿度,值除以100(最大值)
- windspeed:标准化风速,值除以67(最大值)
- 用户统计:
- casual:临时用户数量
- registered:注册用户数量
- cnt:总租车数量,包括临时和注册用户
- 基本信息:
数据集应用
- 主要用于分析自行车共享系统的使用模式,特别是通过监测数据来检测城市中的重要事件。




