Skip to content

Instantly share code, notes, and snippets.

View kbroman's full-sized avatar

Karl Broman kbroman

View GitHub Profile
@kbroman
kbroman / dashstack.py
Created September 29, 2021 11:18 — forked from dgfitch/dashstack.py
Stack the UW COVID dashboard graphs, dividing positive tests into tests to get a positive percentage chart.
import re
import requests
from requests_html import HTMLSession
import pandas as pd
import matplotlib.pyplot as plt
session = HTMLSession()
r = session.get('https://covidresponse.wisc.edu/dashboard/')
@kbroman
kbroman / open-science-discourse.md
Created August 21, 2015 00:05 — forked from sckott/open-science-discourse.md
Discourse for open science