I need to measure/calculate year-over-year percentage changes for multiple years by month. For example, January 2010 compared to January 2009, then January 2011 to January 2010, January 2012 to January 2011, etc. Then February 2010 to February 2009, etc., until I filter through all years and months. (Sample data attached)
I can certainly set up the Groupby Node by Year & Month and calculate the Mean Close Price, then set up the math node to complete the percentage change formula, but is there already a node that will run an operation of automatically completing these steps and comparing monthly data year-over-year?
There are so many knime nodes now days that I’m thinking something like this already exists? I just don’t know which key words to search and find it by. Thanks!
sample-data.xlsx (14.8 KB)