economist_excess_deaths
Data license: CC BY 4.0 · Data source: The Economist · About: simonw/covid-19-datasette
6 rows where country = "Brazil" and month = 7 sorted by region
This data as json, yaml, Notebook, copyable, CSV (advanced)
Suggested facets: start_date, end_date, year, total_deaths, covid_deaths, excess_deaths, non_covid_deaths, covid_deaths_per_100k, excess_deaths_per_100k, total_deaths_per_7_days, covid_deaths_per_7_days, expected_deaths_per_7_days, excess_deaths_per_7_days, non_covid_deaths_per_7_days, covid_deaths_per_100k_per_7_days, excess_deaths_per_100k_per_7_days, end_date (date)
Link | rowid | country | region ▼ | region_code | start_date | end_date | days | year | week | population | total_deaths | covid_deaths | expected_deaths | excess_deaths | non_covid_deaths | covid_deaths_per_100k | excess_deaths_per_100k | excess_deaths_pct_change | cadence | month | total_deaths_per_7_days | covid_deaths_per_7_days | expected_deaths_per_7_days | excess_deaths_per_7_days | non_covid_deaths_per_7_days | covid_deaths_per_100k_per_7_days | excess_deaths_per_100k_per_7_days | quarter |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
419 | 419 | Brazil | Brazil | 0 | 2020-07-01 | 2020-07-31 | 31 | 2020 | 215313504 | 145262 | 32936 | 124265.890194307 | 20996.1098056926 | 112326 | 15.2967646655363 | 9.75141336499388 | 0.168961166840412 | monthly | 7 | 32801.0967741935 | 7437.16129032258 | 28060.0397212952 | 4741.05705289834 | 25363.935483871 | 3.45410815028238 | 2.20193205015991 | ||
431 | 431 | Brazil | Brazil | 0 | 2021-07-01 | 2021-07-31 | 31 | 2021 | 215313504 | 158549 | 38188 | 125801.45359241 | 32747.5464075899 | 120361 | 17.7359985744322 | 15.2092394574517 | 0.260311351518164 | monthly | 7 | 35801.3870967742 | 8623.09677419355 | 28406.7798434474 | 7394.60725332675 | 27178.2903225806 | 4.00490290390404 | 3.43434439361813 | ||
443 | 443 | Brazil | Brazil | 0 | 2022-07-01 | 2022-07-31 | 31 | 2022 | 215313504 | 136795 | 7098 | 127337.016990513 | 9457.98300948717 | 129697 | 3.29658840162668 | 4.39265667679031 | 0.0742752047520623 | monthly | 7 | 30889.1935483871 | 1602.77419354839 | 28753.5199655997 | 2135.67358278743 | 29286.4193548387 | 0.744390929399573 | 0.991890217339748 | ||
21673 | 21673 | Brazil | Brazil | 0 | 2020-07-01 | 2020-07-31 | 31 | 2020 | 215313504 | 145262 | 32936 | 124265.890194307 | 20996.1098056926 | 112326 | 15.2967646655363 | 9.75141336499386 | 0.168961166840415 | monthly | 7 | 32801.0967741935 | 7437.16129032258 | 28060.0397212952 | 4741.05705289834 | 25363.935483871 | 3.45410815028238 | 2.20193205015991 | ||
21685 | 21685 | Brazil | Brazil | 0 | 2021-07-01 | 2021-07-31 | 31 | 2021 | 215313504 | 158549 | 38188 | 125801.45359241 | 32747.5464075899 | 120361 | 17.7359985744322 | 15.2092394574517 | 0.260311351518165 | monthly | 7 | 35801.3870967742 | 8623.09677419355 | 28406.7798434474 | 7394.60725332675 | 27178.2903225806 | 4.00490290390404 | 3.43434439361813 | ||
21697 | 21697 | Brazil | Brazil | 0 | 2022-07-01 | 2022-07-31 | 31 | 2022 | 215313504 | 136795 | 7098 | 127337.016990513 | 9457.98300948717 | 129697 | 3.29658840162668 | 4.39265667679031 | 0.0742752047520607 | monthly | 7 | 30889.1935483871 | 1602.77419354839 | 28753.5199655997 | 2135.67358278743 | 29286.4193548387 | 0.744390929399573 | 0.991890217339748 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE [economist_excess_deaths] ( [country] TEXT, [region] TEXT, [region_code] INTEGER, [start_date] TEXT, [end_date] TEXT, [days] INTEGER, [year] INTEGER, [week] INTEGER, [population] INTEGER, [total_deaths] INTEGER, [covid_deaths] INTEGER, [expected_deaths] FLOAT, [excess_deaths] FLOAT, [non_covid_deaths] INTEGER, [covid_deaths_per_100k] FLOAT, [excess_deaths_per_100k] FLOAT, [excess_deaths_pct_change] FLOAT, [cadence] TEXT , [month] INTEGER, [total_deaths_per_7_days] FLOAT, [covid_deaths_per_7_days] FLOAT, [expected_deaths_per_7_days] FLOAT, [excess_deaths_per_7_days] FLOAT, [non_covid_deaths_per_7_days] FLOAT, [covid_deaths_per_100k_per_7_days] FLOAT, [excess_deaths_per_100k_per_7_days] FLOAT, [quarter] INTEGER);