Skip to content

Instantly share code, notes, and snippets.

@bfabry
Created May 11, 2020 23:48
Show Gist options
  • Save bfabry/abd2b3033a8d9908ae64cd819a130ea3 to your computer and use it in GitHub Desktop.
Save bfabry/abd2b3033a8d9908ae64cd819a130ea3 to your computer and use it in GitHub Desktop.
user=> (pprint/pprint (take-last 14 (sort-by :date *3)))
({:date 20200428,
:positiveIncrease 1567,
:totalTestResultsIncrease 24199,
:percent-positive 0.06475474193148477}
{:date 20200429,
:positiveIncrease 1469,
:totalTestResultsIncrease 25531,
:percent-positive 0.057537895107908035}
{:date 20200430,
:positiveIncrease 2417,
:totalTestResultsIncrease 22198,
:percent-positive 0.10888368321470403}
{:date 20200501,
:positiveIncrease 1525,
:totalTestResultsIncrease 29648,
:percent-positive 0.05143685914732866}
{:date 20200502,
:positiveIncrease 1755,
:totalTestResultsIncrease 31818,
:percent-positive 0.05515745804261739}
{:date 20200503,
:positiveIncrease 1419,
:totalTestResultsIncrease 28948,
:percent-positive 0.0490189304960619}
{:date 20200504,
:positiveIncrease 1321,
:totalTestResultsIncrease 32123,
:percent-positive 0.04112318276624226}
{:date 20200505,
:positiveIncrease 1275,
:totalTestResultsIncrease 32028,
:percent-positive 0.03980891719745223}
{:date 20200506,
:positiveIncrease 2603,
:totalTestResultsIncrease 29134,
:percent-positive 0.08934578156106268}
{:date 20200507,
:positiveIncrease 1799,
:totalTestResultsIncrease 33838,
:percent-positive 0.0531650806785271}
{:date 20200508,
:positiveIncrease 1898,
:totalTestResultsIncrease 32398,
:percent-positive 0.05858386320143219}
{:date 20200509,
:positiveIncrease 2049,
:totalTestResultsIncrease 37298,
:percent-positive 0.05493592149713122}
{:date 20200510,
:positiveIncrease 2119,
:totalTestResultsIncrease 43094,
:percent-positive 0.04917157840998747}
{:date 20200511,
:positiveIncrease 1259,
:totalTestResultsIncrease 36233,
:percent-positive 0.03474732978224271})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment