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
This folder contains data, a cleaning and change log, and presentation slides. The slides show my ability to analyses data and extract valuable insights. I created two customer personas and used them to inform recommendations concerning marketing actions.
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.