A
agbiggs
I have a single column of numbers constituting about 42,000 rows.
They're from a "Monte Carlo" simulation of an economic model spanning
75 years, and the results from each of 500 simulations are stacked on
top of each other. Eg, for simulation 1 you get years 1 through 75,
then repeated for simulation 2, etc.
What I'd like to do is split the single column into multiple columns
representing each simulation. So, in this case, I'd have 500 columns
with 75 rows each rather than a single column with 42,000 rows. This
woudl make it much easier for me to analyze the distribution of
outcomes.
But is there any easy way to do this? With a smaller column I'd just
cut/paste, but this is a huge amount of data. Any suggestions on how to
do this??
Thanks!!
Andrew
They're from a "Monte Carlo" simulation of an economic model spanning
75 years, and the results from each of 500 simulations are stacked on
top of each other. Eg, for simulation 1 you get years 1 through 75,
then repeated for simulation 2, etc.
What I'd like to do is split the single column into multiple columns
representing each simulation. So, in this case, I'd have 500 columns
with 75 rows each rather than a single column with 42,000 rows. This
woudl make it much easier for me to analyze the distribution of
outcomes.
But is there any easy way to do this? With a smaller column I'd just
cut/paste, but this is a huge amount of data. Any suggestions on how to
do this??
Thanks!!
Andrew