I have a *.csv file which I would like to read into R and alter its form so as to allow working with the data.
The general syntax of the file is as follows. It should be noticed that the file consists of several blocks, each with several thousand rows and about 50 columns each (each block has the same number of columns). The titles "Block One/Two/Three...Twenty" do not exist in the original file but were inserted for the sake of clarification. Please follow the link underneath for a simplified structure of the data.
The problem I am having is that the format won't allow working with the data. Has anyone had a similar problem and a solution to get all the individual blocks into individual dataframes, for example?
The full file can be accessed here: https://www.dropbox.com/s/aal3ypgh3h82t5h/Data.csv?dl=0
Thanks in advance for any forthcoming help, it would be much appreciated!
c.