Cyclistic Trip Data
Four files concerning the Cyclistic data set.
@kaggle.matthewjamesnoble_cyclistic_trip_data
Four files concerning the Cyclistic data set.
@kaggle.matthewjamesnoble_cyclistic_trip_data
CREATE TABLE n_202405_divvy_tripdata (
"ride_id" VARCHAR,
"rideable_type" VARCHAR,
"started_at" TIMESTAMP,
"ended_at" TIMESTAMP,
"start_station_name" VARCHAR,
"start_station_id" VARCHAR,
"end_station_name" VARCHAR,
"end_station_id" VARCHAR,
"start_lat" DOUBLE,
"start_lng" DOUBLE,
"end_lat" DOUBLE,
"end_lng" DOUBLE,
"member_casual" VARCHAR
);
Anyone who has the link will be able to view this.