update 共享单车数据分析/readme.md.

Signed-off-by: 苏革岚 <13190755+sugotland@user.noreply.gitee.com>
This commit is contained in:
苏革岚
2023-07-11 07:12:22 +00:00
committed by Gitee
parent ebc7b93814
commit 37ca799570
+13 -1
View File
@@ -2,15 +2,27 @@
通过历史租车数据并结合天气数据来预测租车需求
### 字段说明:
datetime:时间
season:季节,1=春,2=夏,3=秋,4=冬
season:季节,1=春,2=夏,3=秋,4=冬
holiday:节假日,0:否,1:是
workingday:工作日,0:否,1:是
weather:天气,1:晴天,2:阴天 ,3:小雨或小雪 ,4:恶劣天气(大雨、冰雹、暴风雨或者大雪)
temp:实际温度,摄氏度
atemp:体感温度,摄氏度
humidity:湿度,相对湿度
windspeed:风速
casual:未注册用户租借数量
registered:注册用户租借数量
count:总租借数量