Calculates the period-over-period (PoP) and year-over-year (YoY) change in counts.
- Go version 1.23.0 (although newer versions will likely work)
- Make -- allows the use of the Makefile to make working with easier
From your terminal run the following:
go install https://github.com/avgra3/goCalc@latestOnce the installation has completed, you should be able to use gocalc from anywhere in your shell.
If you would like to install this from source, that is not harder, just more steps. Please use the followingas a guide. This assumes you have Make installed on your machine.
git clone https://github.com/avgra3/goCalc
cd goCalc
make installOnce the installation has completed, you should be able to use gocalc from anywhere in your shell.
This was something I needed to use often enough that a simple tool was needed.
