They all need diesel to run the equipment as well, which is also approaching all time highs.
(if (instance? Point p)
(let [x (.x p)
y (.y p)]
(println (+ x y)))) ;load data from converted arrow file
(let [data (load-data path)]
(-> data
;; Calc a Weeknumber, Ad_Channel, and filter Ad_Channel for retail
add-columns
;; Agg data by DC, Store, WeekNum, Item and sum qty and count lines
rolled-ds
;; Now Agg again, this time counting the weeks and re-sum qty and lines
roll-again)))
;;Run the whole thing