viewof aq_cleaned = aq_data
.derive({type: currentElement => currentElement.type === "H" ? "hot" : "cold",
brand: aq.escape(currentElement => abbreviationToBrandName[currentElement.mfr])})
.select('name', 'rating', 'type', 'shelf', 'brand')
.view({height:150})