bkamins / Julia-DataFrames-Tutorial

A tutorial on Julia DataFrames package
MIT License
531 stars 119 forks source link

Chapter 4: Column types does not include missing after reading them with CSV #24

Closed KristofferC closed 4 years ago

KristofferC commented 4 years ago

bild

One column type changed String -> Char but the first column is still only of type Bool.

bkamins commented 4 years ago

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.

bkamins commented 4 years ago

Fixed. Also fixed CSVFiles.jl.