Transport
Plymouth City Council
@ukgov.highways
Plymouth City Council
@ukgov.highways
CREATE TABLE cars_or_vans_per_household_2011 (
"cars_or_vans_per_household_composition_in_plymouth_2011" VARCHAR,
"all_categories_car_or_van_availability" DOUBLE,
"no_cars_or_vans_in_household" DOUBLE,
"n_1_car_or_van_in_household" DOUBLE,
"n_2_or_more_cars_or_vans_in_household" DOUBLE
);
CREATE TABLE methods_of_travel_to_work_2011 (
"method_of_travel_to_work" VARCHAR,
"number_of_people_in_plymouth_unitary_authority" BIGINT,
"number_of_people_in_south_west_region" BIGINT,
"number_of_people_in_england" BIGINT
);
CREATE TABLE total_highways_and_transport_expenditure (
"financial_year" VARCHAR,
"highways_and_transport_services_expenditure_plymouth" BIGINT,
"minimum_for_all_english_county_local_authorities" BIGINT,
"average_for_all_english_county_local_authorities" BIGINT,
"maximum_for_all_english_county_local_authorities" BIGINT
);
Anyone who has the link will be able to view this.