pub fn group_dates_helper( dates: Vec<NaiveDate>, freq: DateFreq, ) -> Result<Vec<Vec<NaiveDate>>, Box<dyn Error + 'static>>