Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.11.1
Description
Excel saves booleans in CSV in upper case, Pandas uses Proper case.
Our CSV reader doesn't recognise (True, False, TRUE, FALSE). I noticed this when making boolean schema inference case insensitive.
I would propose that we convert Boolean strings to lower-case before casting them to Rust's bool type. andygrove, what do you think?
Attachments
Issue Links
- links to