Cycle Ride Dataset
RIDE DATA RIDE........
@kaggle.omkarpatil2401_cycle_ride_dataset
RIDE DATA RIDE........
@kaggle.omkarpatil2401_cycle_ride_dataset
This is my first case study. It includes doing data cleaning processes, analyzing the data of the users of the cycles, understanding the patterns, and working on them to provide better solutions
CREATE TABLE ride_data_modified (
"unnamed_0" BIGINT -- Unnamed: 0,
"ride_id" VARCHAR,
"started_at" TIMESTAMP,
"ended_at" TIMESTAMP,
"rideable_type" VARCHAR,
"start_station_id" BIGINT,
"start_station_name" VARCHAR,
"end_station_id" BIGINT,
"end_station_name" VARCHAR,
"member_casual" VARCHAR,
"date" TIMESTAMP,
"day" BIGINT,
"month" BIGINT,
"year" BIGINT,
"ride_length" BIGINT,
"day_of_week" VARCHAR
);Anyone who has the link will be able to view this.