Daily Cycle Service Usage Dataset
Do you like cycling ?
@kaggle.durgeshrao9993_trip_dataset
Do you like cycling ?
@kaggle.durgeshrao9993_trip_dataset
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.