to your HTML Add class="sortable" to any table you'd like to make sortable Click on the headers to sort Thanks to many, many people for contributions and suggestions. Licenced as X11: http://www.kryogenix.org/code/browser/licence.html This basically means: do what you want with it. */ var stIsIE = /*@cc_on!@*/false; sorttable = { init: function() { // quit if this function has already been called if (arguments.callee.done) return; // flag this function so we don't do the same thing twice arguments.callee.done = true; // kill the timer if (_timer) clearInterval(_timer); if (!document.createElement || !document.getElementsByTagName) return; sorttable.DATE_RE = /^(\d\d?)[\/\.-](\d\d?)[\/\.-]((\d\d)?\d\d)$/; forEach(document.getElementsByTagName('table'), function(table) { if (table.className.search(/\bsortable\b/) != -1) { sorttable.makeSortable(table); } }); }, makeSortable: function(table) { if (table.getElementsByTagName('thead').length == 0) { // table doesn't have a tHead. Since it should have, create one and // put the first table row in it. the = document.createElement('thead'); the.appendChild(table.rows[0]); table.insertBefore(the,table.firstChild); } // Safari doesn't support table.tHead, sigh if (table.tHead == null) table.tHead = table.getElementsByTagName('thead')[0]; if (table.tHead.rows.length != 1) return; // can't cope with two header rows // Sorttable v1 put rows with a class of "sortbottom" at the bottom (as // "total" rows, for example). This is B&R, since what you're supposed // to do is put them in a tfoot. So, if there are sortbottom rows, // for backwards compatibility, move them to tfoot (creating it if needed). sortbottomrows = []; for (var i=0; i
We're going to tell a story by asking five questions and answering them using interactive maps today! Let's start with the easiest question:
For this answer, seniors refers to Americans Age 65 or older. Here's the link to the interactive map if you're accessing this article on a site that either republishes our RSS news feed or that doesn't support the interactivity. Speaking of which, if the interactive features work on your device, you can zoom in or out of the map by clicking on the "plus" or "minus" buttons in the lower right corner of the maps and you can drag the map using your cursor if you're accessing this article on a site that does support these features.
For all practical purposes, we would see a similar map if we had simply asked in which states do Americans live!
For this interactive map, we've divided the estimated population of Age 65 or older individuals by the total population for each state.
Notice that the distribution of the Age 65 and older population is not uniform across the country. Some states have either higher or lower percentages of seniors living among their populations. You might have expected to see Floria and West Virginia rank highly, but would you have guessed Maine ranks as the highest? Or would you have guessed Texas ranks the second lowest after Utah?
This interactive map may also be accessed through this link. The number of COVID-19 deaths covers the period from 1 January 2020 through 24 March 2021.
This map looks very much like the first map of where seniors live in the United States. That would make sense, since seniors have been the most at risk of dying from contracting a SARS-CoV-2 coronavirus infection. It would be logical to predict these two maps would be similar.
This next interactive map is where things start being surprising. Here, we found our results by dividing each state's reported number of deaths attributed to COVID-19 of those Age 65 or older by state's Age 65 or older population. As you might reasonably expect, the percentages are high, but the pattern that emerges is remarkable.
The lighter, more greenish-colored states in this map indicates a relatively lower share of seniors dying from COVID-19 than the darker, more blue-colored states. The pattern though is very similar to maps that show the states with the largest portion of Hispanic residents and immigrants live. Most of these states have high levels of cross-border traffic from Mexico, which has had a higher rate of fatal COVID infections than the U.S.
This is the money question, where the answer can be found in the following interactive map. The data for the map indicates the number of COVID-19 deaths per 100,000 for the Age 65 or older population:
In many ways, this map reveals the answer to the question of where COVID-19 had the biggest regional impact in the U.S. The following states make up the five worst states for seniors during 2020's coronavirus pandemic, spanning two major regional clusters of infections:
New York and New Jersey top the list of deadliest states for seniors, but would likely not have if their officials had not adopted policies that increased the risk of spreading COVID among their elderly, sick residents in nursing homes during the pandemic.
Meanwhile, North Dakota and South Dakota are case studies for a different reason, since these two states adopted very different strategies for dealing with the coronavirus pandemic, which never-the-less produced very similar outcomes with respect to senior deaths according to this measure. The difference in policies however had a major impact on these two states' economies with one significantly outperforming the other.
Finally, Rhode Island had its own problems.
Statista. Population aged 65 years and over in the United States in 2019, by state. Population estimates as of 1 July 2019. [Online database]. Published 20 January 2021. Accessed 26 March 2021.
U.S. Census Bureau. Annual Estimates of the Resident Pouplation for the United States, Regions, States, and Puerto Rico: April 1, 2010 to July 1, 2019 (NST-EST2019-02). [Excel Spreadsheet]. Published 30 December 2019. Accessed 26 March 2021.
U.S. Census Bureau. State Population by Characteristics: 2010-2019. Annual Estimates of the Resident Population by Single Year of Age and Sex: April 1, 2010 to July 1, 2019. [Online Directory to Excel Spreadsheets]. Published 30 December 2019. Accessed 26 March 2021.
U.S. Centers for Disease Control and Prevention (CDC). Provisional COVID-19 Death Counts by Sex, Age, and State. 1 January 2020 through 20 March 2021. [Online Database]. Published 24 March 2021. Accessed 26 March 2021.
Welcome to the blogosphere's toolchest! Here, unlike other blogs dedicated to analyzing current events, we create easy-to-use, simple tools to do the math related to them so you can get in on the action too! If you would like to learn more about these tools, or if you would like to contribute ideas to develop for this blog, please e-mail us at:
ironman at politicalcalculations
Thanks in advance!
Closing values for previous trading day.
This site is primarily powered by:
The tools on this site are built using JavaScript. If you would like to learn more, one of the best free resources on the web is available at W3Schools.com.