Baselight

Bike Rentals Data - UCI 🚲

Bike Rental Data w/ train and test

@kaggle.joanpau_bike_rentals_study_uci

P1 Test
@kaggle.joanpau_bike_rentals_study_uci.p1_test

  • 40.34 KB
  • 3196 rows
  • 11 columns
id

Id

year

Year

hour

Hour

season

Season

holiday

Holiday

workingday

Workingday

weather

Weather

temp

Temp

atemp

Atemp

humidity

Humidity

windspeed

Windspeed

12012213129.5234.85796.0032
2201232123.7827.27583
620111011316.420.45511.0014
1420121911113.9415.154619.9995
1720112331226.2430.3057311.0014
20201262121.3225727.0015
28201294210.6612.129316.9979
29201291129.8412.887011.0014
3020111741113.1214.3954226.0027
3220121211210.6613.635567.0015

CREATE TABLE p1_test (
  "id" BIGINT,
  "year" BIGINT,
  "hour" BIGINT,
  "season" BIGINT,
  "holiday" BIGINT,
  "workingday" BIGINT,
  "weather" BIGINT,
  "temp" DOUBLE,
  "atemp" DOUBLE,
  "humidity" BIGINT,
  "windspeed" DOUBLE
);

Share link

Anyone who has the link will be able to view this.