org.clojars.punit-naik.data-transformations
apply-aggregate
(apply-aggregate vl-spec {:keys [fld-name fld-alias grp-by-flds op], :or {fld-alias (str fld-name "_agg")}})
Adds a vega aggregate element in the Vega-lite spec
apply-filter
(apply-filter vl-spec filter-clauses)
Applies filter on the Dataset in the Vega-lite spec
do-calculation
(do-calculation vl-spec {:keys [calc-str calc-fld-alias]})
Does a calculation on some fields in the data in the Vega-lite spec