Baselight

AI Index Report

@owid.ai_investment

Loading...
Loading...

About this Dataset

AI Index Report

The AI Index Report tracks, collates, distills, and visualizes data related to artificial intelligence (AI). The mission is to provide unbiased, rigorously vetted, broadly sourced data to enable policymakers, researchers, executives, journalists, and the general public to develop a more thorough and nuanced understanding of the complex field of AI.

Tables

Ai Corporate Investment

@owid.ai_investment.owid_ai_corporate_investment
  • 3.58 KB
  • 60 rows
  • 3 columns
Loading...

CREATE TABLE owid_ai_corporate_investment (
  "year" INTEGER,
  "country" VARCHAR,
  "world" BIGINT
);

Ai Investment

@owid.ai_investment.owid_ai_investment
  • 27.19 KB
  • 44 rows
  • 34 columns
Loading...

CREATE TABLE owid_ai_investment (
  "country" VARCHAR,
  "year" INTEGER,
  "ai_infrastructure_research_governance" BIGINT,
  "ar_vr" UINTEGER,
  "av" UINTEGER,
  "agritech" UINTEGER,
  "companies" INTEGER,
  "creative_music_video_content" UINTEGER,
  "cybersecurity_data_protection" UINTEGER,
  "data_management_processing" BIGINT,
  "drones" UINTEGER,
  "ed_tech" UINTEGER,
  "energy_oil_and_gas" UINTEGER,
  "entertainment" UINTEGER,
  "facial_recognition" UINTEGER,
  "fintech" UINTEGER,
  "fitness_and_wellness" UINTEGER,
  "generative_ai" BIGINT,
  "hardware" UINTEGER,
  "insurtech" UINTEGER,
  "legal_tech" UINTEGER,
  "manufacturing" UINTEGER,
  "marketing_digital_ads" UINTEGER,
  "medical_and_healthcare" BIGINT,
  "merger_acquisition" BIGINT,
  "minority_stake" BIGINT,
  "nlp_customer_support" BIGINT,
  "private_investment" BIGINT,
  "public_offering" BIGINT,
  "quantum_computing" UINTEGER,
  "retail" UINTEGER,
  "semiconductor" UINTEGER,
  "vc" UINTEGER,
  "total_corporate_investment" BIGINT
);

Ai Investment Generative

@owid.ai_investment.owid_ai_investment_generative
  • 3.1 KB
  • 48 rows
  • 3 columns
Loading...

CREATE TABLE owid_ai_investment_generative (
  "year" INTEGER,
  "country" VARCHAR,
  "generative_ai" BIGINT
);

Ai New Companies

@owid.ai_investment.owid_ai_new_companies
  • 3.16 KB
  • 48 rows
  • 3 columns
Loading...

CREATE TABLE owid_ai_new_companies (
  "year" INTEGER,
  "country" VARCHAR,
  "companies" INTEGER
);

Ai Private Investment

@owid.ai_investment.owid_ai_private_investment
  • 7.42 KB
  • 312 rows
  • 6 columns
Loading...

CREATE TABLE owid_ai_private_investment (
  "year" INTEGER,
  "country" VARCHAR,
  "china" BIGINT,
  "europe" BIGINT,
  "united_states" BIGINT,
  "world" BIGINT
);

Ai Total Investment Private

@owid.ai_investment.owid_ai_total_investment_private
  • 3.47 KB
  • 48 rows
  • 3 columns
Loading...

CREATE TABLE owid_ai_total_investment_private (
  "year" INTEGER,
  "country" VARCHAR,
  "private_investment" BIGINT
);

Share link

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