I have a text file that contains 57,600,000 million lines of values. These values are in a single column in the text file. They represent a 150(column) x 160(row) matrix repeated 2400 times. I wish to complete 2 different operations, each with 3 objectives.
Operation 1 (column)
Open the text file
Select every nth data point
Save the selected values to another .csv or xlsx
Operation 2 (row)
Open the text file
Select a range of values (150) starting every nth line
Save the selected values to another .csv or xlsx
If this cannot be done alternative 2 would be to break the list into 2400 columns by 24000 rows
Thank you very much for looking and any assistance you can give.
I would post the file but it is around 100 mb
Bookmarks