MD COVID-19 - Total Vaccinations Statewide
State of Maryland
@usgov.state_of_maryland_md_covid_19_total_vaccinations_statewide
State of Maryland
@usgov.state_of_maryland_md_covid_19_total_vaccinations_statewide
Regarding all Vaccination Data The date of Last Update is 4/21/2023. Additionally on 4/27/2023 several COVID-19 datasets were retired and no longer included in public COVID-19 data dissemination. See this link for more information https://imap.maryland.gov/pages/covid-data Summary The cumulative number of COVID-19 vaccinations in Maryland: First dose, second dose, single dose, total vaccinations. Description The MD COVID-19 - Total Vaccinations Statewide data layer is a collection of the statewide COVID-19 vaccinations that have been reported each day into ImmuNet. Doses administered also account for doses of vaccine provided to the District of Columbia to vaccinate Maryland residents who work in DC. Terms of Use The Spatial Data, and the information therein, (collectively the "Data") is provided "as is" without warranty of any kind, either expressed, implied, or statutory. The user assumes the entire risk as to quality and performance of the Data. No guarantee of accuracy is granted, nor is any responsibility for reliance thereon assumed. In no event shall the State of Maryland be liable for direct, indirect, incidental, consequential or special damages of any kind. The State of Maryland does not accept liability for any damages or misrepresentation caused by inaccuracies in the Data or as a result to changes to the Data, nor is there responsibility assumed to maintain the Data in any manner or form. The Data can be freely distributed as long as the metadata entry is not modified or deleted. Any data derived from the Data must acknowledge the State of Maryland in the metadata.
Organization: State of Maryland
Last updated: 2021-08-27T22:14:21.274293
CREATE TABLE table_1 (
"objectid" VARCHAR,
"vaccination_date" VARCHAR,
"firstdailydose" DOUBLE,
"firstdosecumulative" BIGINT,
"seconddailydose" DOUBLE,
"seconddosecumulative" BIGINT,
"singledailydose" DOUBLE,
"singledosecumulative" BIGINT,
"completedvax" DOUBLE,
"completedvaxcumulative" DOUBLE,
"additionaldailydose" DOUBLE,
"additionaldailydosecumulative" BIGINT,
"secondadditionaldailydose" DOUBLE,
"secondadditionaldosecumulative" BIGINT,
"combinedtotal" BIGINT,
"combinedtotalcumulative" BIGINT
);Anyone who has the link will be able to view this.