Open behrica opened 7 months ago
Fails currently:
(def relig-income (tc/dataset "data/relig_income.csv")) (-> relig-income (tc/group-by ["religion"]) (tc/mean ["<$10k" "$10-20k" ]) )
Could returns DS with column summary-0 , summary-1 with the means
summary-0
summary-1
Fails currently:
Could returns DS with column
summary-0
,summary-1
with the means