jorisvandenbossche commented on issue #44961:
URL: https://github.com/apache/arrow/issues/44961#issuecomment-2541659138
Maybe this?
```
In [21]: pc.list_value_length(allergies_array)
Out[21]:
<pyarrow.lib.Int32Array object at 0x7fe753b6a920>
[
3,
2,
3,
0
]
```
(but it just checks the length, regardless of values being null or not)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]