Data

  • |

    Exponential Death

    I’ve been doing graphs of infection rates but I haven’t dealt with the deaths. But with the milestone of 100K deaths, I was curious as to how the rate of death increased over time. After digging up those numbers that I have collected for the US but never used, I find the numbers are rather…

  • Sorting Algorithms

    In the book Algorithms for Dummies by John Paul Mueller and Luca Massaron, the authors listed 4 programs that sort data. I’m going to try to provide my high-level understanding of the sorting concepts for the first 3 python sorting programs (the fourth one, I’m struggling so until I get it, I will leave it…

  • |

    Update #3

    This post is part 3 of my Power BI updates. Post 1 was an update on the state tracking on Power BI and contained a rehash of how I created some measures such as running total (or cumulative) from the daily cases, moving averages for “x” days (in my case, I’m using 7 days moving…