In general, please quote your code.
Specifically, the issue here could be that the first row has a single cell. The quickest fix may be removing that row with a text editor, adding a cell if that makes sense, or using skipto
, ie
CSV.read(filename; delim = ' ', header = false, skipto = 2)