Closed KristofferC closed 4 years ago
One column type changed String -> Char but the first column is still only of type Bool.
String
Char
Bool
Ah - thank you for noting this. This part of the tutorials was written a long time ago, and things have changed in some places. I will review them.
Fixed. Also fixed CSVFiles.jl.
One column type changed
String
->Char
but the first column is still only of typeBool
.