I am trying to import a single column file (very long more than 1 million lines). They are real number, so I thing float64 (numbers like 17, 139.4, 2345.87)
So the problem is that (for some reason) in one of your rows, rather than a number, there’s a singular . with no digits. This isn’t convertible to a Float64.
This is a possibility. The file is an extract from a very complicated kind of bioinformatics file format, and it’s very possible something weird / unexpected happened. But what matters here, is that I know the problem seems not my Julia code, but a problem upstream. Thank you I will investigate.
EDIT: indeed, there is a whitespace somewhere that shouldn’t be there. Thanks a lot
For more information on String7, it is a type from InlineStrings.jl package which is used for working with strings where it helps with allocation and performance.