I have some data that I imported from a text file which I would like to represent as 512 rows by 512 columns.
After importing the data, it all showed up just fine. The problem is, its giving me columns 1 through 7 with all 512 rows, under which there is a blank row, then column headers 8 through 14 and their respective 512 rows. The pattern repeats in groups of 7 columns, all the way up to 512, giving me a long skinny rectangle where I want a square.
If there is any way I could shift all these columns to the proper shape without cutting and pasting manually, as I suspect there is, it would save me a considerable amount of work, seeing as I have a dozen or so of these files I need to format.
Thank you very much in advance, and please let me know if clarification on my issue is needed.
Bookmarks