I am trying to loop thru all attributes in a table build a list of the values and frequencies then output these to xls as concatentated strings
ie Attribute1, Value1,3,Value 2,99,Value3 43 etc etc
ie User, John,3,Sally,43,Matthew,99,matt,1 etc etc
I have built lists and utilized the ListHIstogrammer but how to i take the values from the listHistogrammer and create a new List (or python dictonary) of the histogram value and count? ie Value1,Count99,Value2,Count 4 etc etc
Thanks for your help
Steve