Registered Vehicles Per 1,000 People (WHO, 2022)
@owid.vehicles
@owid.vehicles
CREATE TABLE owid_vehicles_1 (
"country" VARCHAR,
"year" INTEGER,
"registered_vehicles_per_thousand" FLOAT
);
CREATE TABLE owid_vehicles_2 (
"country" VARCHAR,
"year" INTEGER,
"registered_vehicles_per_thousand" FLOAT
);
Anyone who has the link will be able to view this.