Daily Cycle Service Usage Dataset
Do you like cycling ?
@kaggle.durgeshrao9993_trip_dataset
Do you like cycling ?
@kaggle.durgeshrao9993_trip_dataset
The Daily Cycle Service Usage Dataset is a comprehensive collection of data capturing the patterns and characteristics of bicycle service usage on a daily basis. This dataset offers valuable insights into the utilization of cycling services, enabling researchers, urban planners, transportation authorities, and business owners to analyze and understand the dynamics of bike-sharing systems, promote sustainable transportation initiatives, and improve urban mobility planning.
CREATE TABLE trip (
"trip_id" BIGINT,
"starttime" TIMESTAMP,
"stoptime" TIMESTAMP,
"bikeid" VARCHAR,
"tripduration" DOUBLE,
"from_station_name" VARCHAR,
"to_station_name" VARCHAR,
"from_station_id" VARCHAR,
"to_station_id" VARCHAR,
"usertype" VARCHAR,
"gender" VARCHAR,
"birthyear" DOUBLE
);
Anyone who has the link will be able to view this.