Baselight

Daily Cycle Service Usage Dataset

Do you like cycling ?

@kaggle.durgeshrao9993_trip_dataset

About this Dataset

Daily Cycle Service Usage 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.

Tables

Trip

@kaggle.durgeshrao9993_trip_dataset.trip
  • 6.98 MB
  • 236065 rows
  • 12 columns
Loading...

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
);