How Worried Are Americans About Being Automated Out Of A Job? (YouGov, June 2023)
@owid.yougov_job_automation
@owid.yougov_job_automation
Biannual tracking of Americans' level of concern regarding job automation replacing their employment. The provided results are weighted to ensure they are representative of the United States population across various demographic factors.
The weighting is based on factors such as age, gender, race, education, region, political party affiliation, and income level. This weighting process helps to account for the diversity within the population and ensures that the results reflect a broader representation of the United States as a whole. Next update in January. Each wave comprises responses from 460 to 495 working US adults.
CREATE TABLE owid_yougov_job_automation_1 (
"group" VARCHAR,
"days_since_2021" INTEGER,
"dont_know" FLOAT,
"fairly_worried" FLOAT,
"not_very_worried" FLOAT,
"not_worried_at_all" FLOAT,
"very_worried" FLOAT
);CREATE TABLE owid_yougov_job_automation_2 (
"group" VARCHAR,
"days_since_2021" INTEGER,
"dont_know" FLOAT,
"fairly_worried" FLOAT,
"not_very_worried" FLOAT,
"not_worried_at_all" FLOAT,
"very_worried" FLOAT
);CREATE TABLE owid_yougov_job_automation_3 (
"group" VARCHAR,
"date" VARCHAR,
"dont_know" FLOAT,
"fairly_worried" FLOAT,
"not_very_worried" FLOAT,
"not_worried_at_all" FLOAT,
"very_worried" FLOAT
);CREATE TABLE owid_yougov_job_automation_4 (
"group" VARCHAR,
"date" VARCHAR,
"dont_know" INTEGER,
"fairly_worried" INTEGER,
"not_very_worried" INTEGER,
"not_worried_at_all" INTEGER,
"very_worried" INTEGER
);Anyone who has the link will be able to view this.