Blog

Notes on engineering, tools, and whatever I'm building.

·Data

Aggregating Using Unpivot

A common task when analyzing data concerning a population is to determine how various subpopulations compare to one another. If the sub populations are nonoverlaping populations, a simple group by...

Read more