[
https://issues.apache.org/jira/browse/ARROW-971?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wes McKinney reassigned ARROW-971:
----------------------------------
Assignee: (was: Licht Takeuchi)
> [C++/Python] Implement Array.isvalid/notnull/isnull
> ---------------------------------------------------
>
> Key: ARROW-971
> URL: https://issues.apache.org/jira/browse/ARROW-971
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Python
> Reporter: Wes McKinney
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.13.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> For arrays with nulls, this amounts to returning the validity bitmap. Without
> nulls, an array of all 1 bits must be constructed. For isnull, the bits must
> be flipped (in this case, the un-set part of the new bitmap must stay 0,
> though).
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)