User Portlet User Portlet

Discussions
How do you convert the list in goldMedals ![enter image description here][1] to this one in the code below ![enter image description here][2] [1]:...
Thank you for the suggestion! I was able to fix it with the following code: Grid[{UnitConvert[#1, "DegreesCelsius"], #2} & @@@ Transpose[MapAt[MovingAverage[#, 2] &, HistogramList[data], 1]], Dividers -> All] or ...