Health Insurance Coverage
Coverage rates before and after the Affordable Care Act
@kaggle.hhs_health_insurance
Coverage rates before and after the Affordable Care Act
@kaggle.hhs_health_insurance
CREATE TABLE states (
"state" VARCHAR,
"uninsured_rate_2010" VARCHAR,
"uninsured_rate_2015" VARCHAR,
"uninsured_rate_change_2010_2015" VARCHAR,
"health_insurance_coverage_change_2010_2015" BIGINT,
"employer_health_insurance_coverage_2015" BIGINT,
"marketplace_health_insurance_coverage_2016" BIGINT,
"marketplace_tax_credits_2016" BIGINT,
"average_monthly_tax_credit_2016" VARCHAR,
"state_medicaid_expansion_2016" VARCHAR,
"medicaid_enrollment_2013" DOUBLE,
"medicaid_enrollment_2016" BIGINT,
"medicaid_enrollment_change_2013_2016" DOUBLE,
"medicare_enrollment_2016" BIGINT
);
Anyone who has the link will be able to view this.