Hello all. First days in Julia, so please be patient.
I am reading a table with JuliaDB and one of the variables is an integer. I have declared that with colparsers. Julia gives an error if the variable is not an integer in any of the observations, but instead I would like it to register as empty file, e.g. if the variable equals âbâ for some observation, read it as empty.
Thank you. Your solution would give me the error, which I kind of know already. I was looking for a possible solution. This should not be difficult. All I want is for JuliaDB to read as integer, or float, of whatever type I desire, and if that is not possible, e.g. a string appears, return the value as empty.