MD COVID-19 - Vaccinations By Gender Distribution
State of Maryland
@usgov.state_of_maryland_md_covid_19_vaccinations_by_gender_d_815cece4
State of Maryland
@usgov.state_of_maryland_md_covid_19_vaccinations_by_gender_d_815cece4
CREATE TABLE table_1 (
"vaccination_date" VARCHAR,
"gender" VARCHAR,
"firstdosedaily" DOUBLE,
"firstdosecumulative" BIGINT,
"seconddosedaily" DOUBLE,
"seconddosecumulative" BIGINT,
"singledosedaily" DOUBLE,
"singledosecumulative" BIGINT,
"thirddosedaily" DOUBLE,
"thirddosecumulative" BIGINT,
"fullyvaccinatedcumulative" BIGINT,
"firstboosterdailydose" DOUBLE,
"additionaldosecumulative" BIGINT,
"fourthdailydose" DOUBLE,
"secondadditionaldosecumulative" BIGINT,
"atleastonedailydose" DOUBLE,
"atleastonedailydosecumulative" BIGINT,
"fullyvaccinateddailydose" DOUBLE
);
Anyone who has the link will be able to view this.