AI Index Report
@owid.ai_investment
@owid.ai_investment
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.
CREATE TABLE owid_ai_corporate_investment (
"year" INTEGER,
"country" VARCHAR,
"world" BIGINT
);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 -- Creative, Music, Video Content,
"cybersecurity_data_protection" UINTEGER -- Cybersecurity, Data Protection,
"data_management_processing" BIGINT -- Data Management, Processing,
"drones" UINTEGER,
"ed_tech" UINTEGER,
"energy_oil_and_gas" UINTEGER -- Energy, Oil, And Gas,
"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 -- Marketing, Digital Ads,
"medical_and_healthcare" BIGINT,
"merger_acquisition" BIGINT,
"minority_stake" BIGINT,
"nlp_customer_support" BIGINT -- Nlp, Customer Support,
"private_investment" BIGINT,
"public_offering" BIGINT,
"quantum_computing" UINTEGER,
"retail" UINTEGER,
"semiconductor" UINTEGER,
"vc" UINTEGER,
"total_corporate_investment" BIGINT
);CREATE TABLE owid_ai_investment_generative (
"year" INTEGER,
"country" VARCHAR,
"generative_ai" BIGINT
);CREATE TABLE owid_ai_new_companies (
"year" INTEGER,
"country" VARCHAR,
"companies" INTEGER
);CREATE TABLE owid_ai_private_investment (
"year" INTEGER,
"country" VARCHAR,
"china" BIGINT,
"europe" BIGINT,
"united_states" BIGINT,
"world" BIGINT
);CREATE TABLE owid_ai_total_investment_private (
"year" INTEGER,
"country" VARCHAR,
"private_investment" BIGINT
);Anyone who has the link will be able to view this.