Closed
Description
This issue is for adding a ListDtype. This might be useful on it's own, and will be useful for #35169 when we have string operations that return a List of values per scalar element.
I think the primary points to discuss are around
- How the
value_type
of the List, theT
inList[T]
, should be specified by the user - How, if at all, to switch between the
list_
andlarge_list
types.
xref rapidsai/cudf#5610, where cudf is implementing a ListDtype. Let's chime in over there if we have any thoughts.