You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "nevi_me (JIRA)" <ji...@apache.org> on 2018/12/17 17:15:00 UTC

[jira] [Updated] (ARROW-3989) [Rust] CSV reader should handle case sensitivity for boolean values

     [ https://issues.apache.org/jira/browse/ARROW-3989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

nevi_me updated ARROW-3989:
---------------------------
    Summary: [Rust] CSV reader should handle case sensitivity for boolean values  (was: [Rust] CSV Reader Should Handle Case Sensitivity for Boolean Values)

> [Rust] CSV reader should handle case sensitivity for boolean values
> -------------------------------------------------------------------
>
>                 Key: ARROW-3989
>                 URL: https://issues.apache.org/jira/browse/ARROW-3989
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Rust
>    Affects Versions: 0.11.1
>            Reporter: nevi_me
>            Priority: Major
>
> 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?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)