Doctor Visits In Australia: DoctorAUS
Exploring Health Factors and Insurance Coverage
@kaggle.umairabbasi6_doctoraus
Exploring Health Factors and Insurance Coverage
@kaggle.umairabbasi6_doctoraus
CREATE TABLE doctoraus (
"sex" BIGINT,
"age" DOUBLE,
"income" DOUBLE,
"insurance" VARCHAR,
"illness" BIGINT,
"actdays" BIGINT,
"hscore" BIGINT,
"chcond" VARCHAR,
"doctorco" BIGINT,
"nondocco" BIGINT,
"hospadmi" BIGINT,
"hospdays" BIGINT,
"medecine" BIGINT,
"prescrib" BIGINT,
"nonpresc" BIGINT
);
Anyone who has the link will be able to view this.