I want to construct a histogram in google charts, but my data is not in the usual form...instead of having raw data such as,
['Name', 'Number'],
['Name 1', number1],
['Name 2', number2],
['Name 3', number3],
my data is already tabulated. So, for example, for a histogram of real estate values in a city, I have all of the various values and their frequencies, NOT the value of house 1, the value of house 2, etc.
I haven't found anything about how to code that. Is it possible to use the data in that format?