Rental Bike Sharing Dataset
Rental Bike sharing in 2011 and 2012 based on given attributes
@kaggle.imakash3011_rental_bike_sharing
Rental Bike sharing in 2011 and 2012 based on given attributes
@kaggle.imakash3011_rental_bike_sharing
CREATE TABLE hour (
"instant" BIGINT,
"dteday" TIMESTAMP,
"season" BIGINT,
"yr" BIGINT,
"mnth" BIGINT,
"hr" BIGINT,
"holiday" BIGINT,
"weekday" BIGINT,
"workingday" BIGINT,
"weathersit" BIGINT,
"temp" DOUBLE,
"atemp" DOUBLE,
"hum" DOUBLE,
"windspeed" DOUBLE,
"casual" BIGINT,
"registered" BIGINT,
"cnt" BIGINT
);
Anyone who has the link will be able to view this.