eng_data = {
return [
["UTK", utk_expenditures.filter(d => d.sector === "Engineering")],
["LSU", lsu_expenditures.filter(d => d.sector === "Engineering")],
["MSU", msu_expenditures],
["UK", uk_expenditures],
["UGA", uga_expenditures],
["Auburn", auburn_expenditures],
["Vandy", vandy_expenditures],
["Arkansas", ark_expenditures]
];
}