Phase 2 EMTB Study Data
Department of Transportation
@usgov.dot_gov_phase_2_emtb_study_data
Department of Transportation
@usgov.dot_gov_phase_2_emtb_study_data
CREATE TABLE table_1 (
"cntrl_sec_id" DOUBLE,
"category" VARCHAR,
"participant" VARCHAR,
"timestamp" DOUBLE,
"speed_mph" DOUBLE,
"lat" DOUBLE,
"long" DOUBLE,
"category_group" VARCHAR,
"ride_date" TIMESTAMP,
"age" DOUBLE,
"sex" VARCHAR,
"bike_type" VARCHAR,
"e_bike_class" VARCHAR,
"bike_experience_roundup" VARCHAR,
"bike_experience_binary" VARCHAR,
"demoyes" BIGINT,
"location" VARCHAR,
"experience_on_trail" BOOLEAN
);
Anyone who has the link will be able to view this.