Shared Micromobility Vehicle Trips (2018-2022)
City of Austin
@usgov.city_of_austin_shared_micromobility_vehicle_trips
City of Austin
@usgov.city_of_austin_shared_micromobility_vehicle_trips
CREATE TABLE table_1 (
"id" VARCHAR,
"device_id" VARCHAR,
"vehicle_type" VARCHAR,
"trip_duration" BIGINT,
"trip_distance" DOUBLE,
"start_time" VARCHAR,
"end_time" VARCHAR,
"modified_date" VARCHAR,
"month" BIGINT,
"hour" BIGINT,
"day_of_week" BIGINT,
"council_district_start" VARCHAR,
"council_district_end" VARCHAR,
"year_us_central" BIGINT,
"census_tract_start" VARCHAR,
"census_tract_end" VARCHAR,
"start_time_us_central" VARCHAR,
"end_time_us_central" VARCHAR
);
Anyone who has the link will be able to view this.