Dear All,
I have a data:
How do I collapse this into a single column to form a time series format, e.g. 1974Q1, 1974Q2, ...., 2011Q4?
Thanks,
Dapel
I have a data:
Code:
Month 1974 1975 1976 1977 1978 1979 1980 . . . 2011 January 0.6579 0.6158 0.6244 0.631 0.6374 0.6475 0.5563 151.5455 February 0.6579 0.6146 0.6236 0.631 0.6475 0.5482 0.5482 . . . 151.9391 March 0.6579 0.6138 0.6246 0.637 0.6203 0.6396 0.5591 152.5074 April 0.6579 0.6124 0.625 0.65 0.6119 0.6212 0.5611 . . . 153.9673 May 0.6162 0.6124 0.625 0.6513 0.6116 0.6159 0.5611 154.8009 June 0.6162 0.6077 0.6262 0.6513 0.619 0.6055 0.5443 . . . 154.5029 July 0.6162 0.6077 0.6266 0.6513 0.6058 0.59 0.5431 151.8636 August 0.6162 0.6113 0.6265 0.6513 0.5892 0.5802 0.5443 . . . 152.7154 September 0.6135 0.6178 0.6265 0.6513 0.5892 0.5749 0.5338 155.2636 October 0.6162 0.6253 0.628 0.6513 0.5699 0.5753 0.5314 . . . 153.2569 November 0.6162 0.6257 0.631 0.6513 0.5847 0.5803 0.5317 155.7693 December 0.6162 0.6257 0.631 0.6513 0.5849 0.5703 0.5419 . . . 158.2074
Thanks,
Dapel
Comment