[
https://issues.apache.org/jira/browse/ARROW-3989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17661012#comment-17661012
]
Rok Mihevc commented on ARROW-3989:
-----------------------------------
This issue has been migrated to [issue
#20592|https://github.com/apache/arrow/issues/20592] on GitHub. Please see the
[migration documentation|https://github.com/apache/arrow/issues/14542] for
further details.
> [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: Neville Dipale
> Assignee: Neville Dipale
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.12.0
>
> Time Spent: 1h 40m
> Remaining Estimate: 0h
>
> 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
(v8.20.10#820010)