-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
IntervalArray.shift and missing value handling #22428
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Alternatively, we could also thinking about using a mask-based approach for missing values (similar as for IntegerArray). |
cc @jschendel |
Of course, if people directly access and use |
This looks close to solved, probably more ideal if we used IntegerNA instead of converting to float
|
Closed by #31502 |
Followup to #22387
The default implementation of
shift
fails whendtype.na_dtype
can't be stored in adtype
array (e.g. int can't hold na).Perhaps we can investigate using our IntegerNA extension array for the storage of int-dtyped IntervalArrays?
The text was updated successfully, but these errors were encountered: