Impact Of COVID-19 On Working Professionals
Navigating the New Normal: A Detailed Exploration of Pandemic-Driven Work Patter
@kaggle.gcreatives_impact_of_covid_19_on_working_professionals
Navigating the New Normal: A Detailed Exploration of Pandemic-Driven Work Patter
@kaggle.gcreatives_impact_of_covid_19_on_working_professionals
CREATE TABLE synthetic_covid_impact_on_work (
"increased_work_hours" BIGINT,
"work_from_home" BIGINT,
"hours_worked_per_day" DOUBLE,
"meetings_per_day" DOUBLE,
"productivity_change" BIGINT,
"stress_level" VARCHAR,
"health_issue" BIGINT,
"job_security" BIGINT,
"childcare_responsibilities" BIGINT,
"commuting_changes" BIGINT,
"technology_adaptation" BIGINT,
"salary_changes" BIGINT,
"team_collaboration_challenges" BIGINT,
"sector" VARCHAR,
"affected_by_covid" BIGINT
);
Anyone who has the link will be able to view this.