# Structs
CountsRow is a struct corresponding to the schema of the output table.
ShakesRow is a struct corresponding to the schema of the Shakespeare input table.
WordsAccum is an accumulator for combining Shakespeare word counts in order to get averages of word counts.
WordsCombine is a CombineFn that adds up word counts and calculates average number of counts.