polars.List#

class polars.List(*args: Any, **kwargs: Any)[source]#
__init__(inner: PolarsDataType | PythonDataType)[source]#

Nested list/array type.

Parameters:
inner

The DataType of values within the list

Methods

__init__(inner)

Nested list/array type.

base_type()

Return this DataType's fundamental/root type class.

Attributes

inner