Baselight

AI Industrial Robots

@owid.ai_robots

Loading...
Loading...

About this Dataset

AI Industrial Robots

Annually, the IFR publishes the World Robotics Report, which provides comprehensive insights into global trends concerning robot installations.

By monitoring the installation of industrial robots, which often incorporate AI-based software technologies, it becomes feasible to gather valuable information about the implementation of AI-ready infrastructure in real-world scenarios. This data is sourced from the International Federation of Robotics (IFR), a nonprofit organization dedicated to the advancement and safeguarding of the robotics industry.

The AI Index is an independent initiative at the Stanford University Institute for Human-Centered Artificial Intelligence. The mission of the AI Index is “to provide unbiased, rigorously vetted, and globally sourced data for policymakers, researchers, executives, journalists, and the general public to develop intuitions about the complex field of AI.” Their flagship output is the annual AI Index Report, which has been published since 2017.

Tables

Ai Robots 1

@owid.ai_robots.owid_ai_robots_1
  • 19.38 KB
  • 76 rows
  • 26 columns
Loading...

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
);

AI Index Report

@owid.ai_robots.owid_ai_robots_2
  • 7.2 KB
  • 71 rows
  • 9 columns
Loading...

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
);

AI Index Report

@owid.ai_robots.owid_industrial_robots
  • 3.96 KB
  • 77 rows
  • 4 columns
Loading...

CREATE TABLE owid_industrial_robots (
  "country" VARCHAR,
  "year" INTEGER,
  "installations" UINTEGER,
  "operational_stock" UINTEGER
);

AI Index Report

@owid.ai_robots.owid_professional_robots
  • 3.43 KB
  • 15 rows
  • 3 columns
Loading...

CREATE TABLE owid_professional_robots (
  "year" INTEGER,
  "application_area" VARCHAR,
  "number_of_professional_robots_installed" UINTEGER
);

Share link

Anyone who has the link will be able to view this.