Site icon CLINICALNEWS.ORG

COVID19 Analytics – Mask Trash and Shoes a Major Spreader, Newsom & Fauci Being Odd, Florida Wins

Cover
YouTube player

Our weekly review of the current COVID data and country comparisons as well as other oddities such as Mask Litter, Trash Cans, and Shoes being unintended spreaders. All this under the guise of Amateur Python Analytics. Brief CSV File Request Code below (Pandas). That will allow you to pull Oxfords University Data up to the current date. Enjoy 😉

This is a long one, next week I will make it A LOT shorter.

covid19

Code Snippet:
import pandas as pd
import csv
import requests
younameit = pd.read_csv(‘https://covid.ourworldindata.org/data/owid-covid-data.csv’)

https://www.ons.gov.uk/peoplepopulationandcommunity/birthsdeathsandmarriages/deaths/bulletins/deathsduetocoronaviruscovid19comparedwithdeathsfrominfluenzaandpneumoniaenglandandwales/deathsoccurringbetween1januaryand31august2020

https://wwwnc.cdc.gov/eid/article/26/7/20-0885_article

https://www.eurekalert.org/pub_releases/2020-10/uoh-rci100120.php#.X3fUGZsAGM0.wordpress

https://www.cidrap.umn.edu/news-perspective/2020/04/commentary-masks-all-covid-19-not-based-sound-data

Exit mobile version