AI Industrial Robots
@owid.ai_robots
@owid.ai_robots
CREATE TABLE owid_ai_robots_1 (
"country" VARCHAR,
"year" INTEGER,
"assembling" INTEGER,
"cleanroom" INTEGER,
"dispensing" INTEGER,
"handling" UINTEGER,
"processing" INTEGER,
"unspecified_application" UINTEGER,
"welding" UINTEGER,
"all_others" INTEGER,
"automotive" UINTEGER,
"electrical_electronics" UINTEGER,
"food" INTEGER,
"metal_and_machinery" INTEGER,
"plastic_and_chemical_products" INTEGER,
"unspecified_sector" UINTEGER,
"agriculture" INTEGER,
"hospitality" INTEGER,
"medical_robotics" INTEGER,
"professional_cleaning" INTEGER,
"transportation_and_logistics" INTEGER,
"cumulative_operational_number_of_industrial_robots" UINTEGER,
"number_of_industrial_robots_installed_2021" FLOAT,
"annual_count_number_of_industrial_robots_installed" UINTEGER,
"new_robots_installed_number_of_industrial_robots_installed" UINTEGER,
"unspecified_others" UINTEGER
);
CREATE TABLE owid_ai_robots_2 (
"country" VARCHAR,
"year" INTEGER,
"agriculture" INTEGER,
"hospitality" INTEGER,
"installations" UINTEGER,
"medical_robotics" INTEGER,
"operational_stock" UINTEGER,
"professional_cleaning" INTEGER,
"transportation_and_logistics" UINTEGER
);
CREATE TABLE owid_industrial_robots (
"country" VARCHAR,
"year" INTEGER,
"installations" UINTEGER,
"operational_stock" UINTEGER
);
CREATE TABLE owid_professional_robots (
"year" INTEGER,
"application_area" VARCHAR,
"number_of_professional_robots_installed" UINTEGER
);
Anyone who has the link will be able to view this.