home / data

covid19_vaccinations

1 row where "report_time" is on date 2021-10-12

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: report_time (date)

id ▼ report_time total source type rev first_dose second_dose
2021-10-12T09:00:00.00+05:30|vaccinations 2021-10-12T09:00:00.00+05:30 958978049.0 mohfw vaccinations 3-b1ab0c05a4b451d9c5e2ed68d0aa9ab8 686580570.0 272397479.0

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE "covid19_vaccinations" (
	"report_time"	TEXT,
	"total"	REAL,
	"source"	TEXT,
	"type"	TEXT,
	"id"	TEXT,
	"rev"	TEXT,
	"first_dose"	REAL,
	"second_dose"	REAL,
	PRIMARY KEY("id")
);
Powered by Datasette · Queries took 233.46ms