Am 01.12.2014 um 17:23 schrieb Logan Kelly:
Yes, I am going to output to a csv file, but it is time series data
that is trying very hard to be panel. I am working with regional data (at the State and
County level) for a web visualization, so I have, say, the unemployment rate for each
country and each state in my region that I need to stack (see example below). It is not
too difficult, but I want to be able to redefine the data set using a definition file that
can be edited in excel (so a student assistant can work with it).
Date State County UR
2005:01 WI DUNN 5% #value is just made up
2005:02 WI DUNN 6% #value is just made up
2005:01 MN WASH 3% #value is just made up
2005:02 MN WASH 4% #value is just made up
can you give an example or even better the pattern how your variables
are named?
-s