You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Select values where a boolean selection array is true. As a default, if any values in the selection are null, then values in the output array should be null.
The null behaviour does not need to be toggable, if the user wants to select nothing in the case of null, then it is necessary to call selection_array.fillna(false) first.
Select values where a boolean selection array is true. As a default, if any values in the selection are null, then values in the output array should be null.
The null behaviour does not need to be toggable, if the user wants to select nothing in the case of null, then it is necessary to call selection_array.fillna(false) first.
Reporter: Wes McKinney / @wesm
Assignee: Ben Kietzman / @bkietz
PRs and other links:
Note: This issue was originally created as ARROW-1558. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered: