Rental Bike Share Prediction Mini Project
Rental Bike Share from vehicle data
@kaggle.swatikhedekar_rental_bike_share
Rental Bike Share from vehicle data
@kaggle.swatikhedekar_rental_bike_share
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.