Divvy Cyclistic (Dec'2020 - Mar'2021)
Capstone Project - Divvy ride share dataset
@kaggle.mohitsingh8057_cyclistic_data
Capstone Project - Divvy ride share dataset
@kaggle.mohitsingh8057_cyclistic_data
CREATE TABLE trips_data202012_202103_cyclistic_data (
"rideable_type" VARCHAR,
"users" VARCHAR,
"started_day" VARCHAR,
"started_date" TIMESTAMP,
"started_time" VARCHAR,
"started_hour" BIGINT,
"started_month" BIGINT,
"ended_day" VARCHAR,
"ended_date" TIMESTAMP,
"ended_time" VARCHAR,
"ended_hour" BIGINT,
"ended_month" BIGINT,
"ride_length" VARCHAR,
"average_ride_length" VARCHAR
);
Anyone who has the link will be able to view this.