economist_excess_deaths
Data license: CC BY 4.0 · Data source: The Economist · About: simonw/covid-19-datasette
6 rows where cadence = "monthly", country = "Brazil" and month = 10 sorted by end_date descending
This data as json, yaml, Notebook, copyable, CSV (advanced)
Suggested facets: end_date, covid_deaths, excess_deaths, non_covid_deaths, excess_deaths_per_100k, total_deaths_per_7_days, covid_deaths_per_7_days, excess_deaths_per_7_days, non_covid_deaths_per_7_days, excess_deaths_per_100k_per_7_days, start_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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
446 | 446 | Brazil | Brazil | 0 | 2022-10-01 | 2022-10-31 | 31 | 2022 | 215313504 | 118679.9 | 2121 | 115896.216990513 | 2783.68300948715 | 116558.9 | 0.985075232438742 | 1.29285110212463 | 0.0240187564509982 | monthly | 10 | 26798.6870967742 | 478.935483870968 | 26170.1135139868 | 628.573582787422 | 26319.7516129032 | 0.222436342808748 | 0.291934119834593 | ||
21700 | 21700 | Brazil | Brazil | 0 | 2022-10-01 | 2022-10-31 | 31 | 2022 | 215313504 | 118679.9 | 2121 | 115896.216990513 | 2783.68300948715 | 116558.9 | 0.985075232438742 | 1.29285110212463 | 0.0240187564509966 | monthly | 10 | 26798.6870967742 | 478.935483870968 | 26170.1135139868 | 628.573582787422 | 26319.7516129032 | 0.222436342808748 | 0.291934119834593 | ||
434 | 434 | Brazil | Brazil | 0 | 2021-10-01 | 2021-10-31 | 31 | 2021 | 215313504 | 125180 | 11050 | 114360.65359241 | 10819.3464075899 | 114130 | 5.13205154099392 | 5.02492700485237 | 0.0946072453044109 | monthly | 10 | 28266.4516129032 | 2495.16129032258 | 25823.3733918345 | 2443.07822106869 | 25771.2903225806 | 1.15885034796637 | 1.13466093657957 | ||
21688 | 21688 | Brazil | Brazil | 0 | 2021-10-01 | 2021-10-31 | 31 | 2021 | 215313504 | 125180 | 11050 | 114360.65359241 | 10819.3464075899 | 114130 | 5.13205154099392 | 5.02492700485238 | 0.0946072453044118 | monthly | 10 | 28266.4516129032 | 2495.16129032258 | 25823.3733918345 | 2443.07822106869 | 25771.2903225806 | 1.15885034796637 | 1.13466093657957 | ||
422 | 422 | Brazil | Brazil | 0 | 2020-10-01 | 2020-10-31 | 31 | 2020 | 215313504 | 128797 | 15894 | 112825.090194307 | 15971.9098056926 | 112903 | 7.38179431606854 | 7.41797867248151 | 0.141563457012849 | monthly | 10 | 29083.1935483871 | 3588.96774193548 | 25476.6332696823 | 3606.56027870479 | 25494.2258064516 | 1.66685678104773 | 1.67502744217324 | ||
21676 | 21676 | Brazil | Brazil | 0 | 2020-10-01 | 2020-10-31 | 31 | 2020 | 215313504 | 128797 | 15894 | 112825.090194307 | 15971.9098056926 | 112903 | 7.38179431606854 | 7.4179786724815 | 0.141563457012853 | monthly | 10 | 29083.1935483871 | 3588.96774193548 | 25476.6332696823 | 3606.56027870479 | 25494.2258064516 | 1.66685678104773 | 1.67502744217324 |
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);