Bike Rentals Data - UCI 🚲
Bike Rental Data w/ train and test
@kaggle.joanpau_bike_rentals_study_uci
Bike Rental Data w/ train and test
@kaggle.joanpau_bike_rentals_study_uci
CREATE TABLE train (
"datetime" TIMESTAMP,
"season" BIGINT,
"holiday" BIGINT,
"workingday" BIGINT,
"weather" BIGINT,
"temp" DOUBLE,
"atemp" DOUBLE,
"humidity" BIGINT,
"windspeed" DOUBLE,
"casual" BIGINT,
"registered" BIGINT,
"count" BIGINT
);
Anyone who has the link will be able to view this.