Share CS Students Specialising In AI In US And Canada (AI Index, 2023)
@owid.ai_phds
@owid.ai_phds
The CRA Taulbee Survey is the principal source of information on the enrollment, production, and employment of Ph.D.s in information, computer science and computer engineering (I, CS & CE) and in providing salary and demographic data for faculty in I, CS & CE in North America. Statistics given include gender and ethnicity breakdowns.
CREATE TABLE owid_ai_phds_1 (
"year" INTEGER,
"new_ai_phd_students_pct_of_total" FLOAT -- New Ai Phd Students, Pct Of Total
);CREATE TABLE owid_ai_phds_2 (
"country" VARCHAR,
"year" INTEGER,
"academia" INTEGER,
"female" FLOAT,
"government" INTEGER,
"industry" INTEGER,
"male" FLOAT,
"nonbinary_other" FLOAT,
"total" INTEGER
);Anyone who has the link will be able to view this.