Skip to content

Split off list constructor logic from pl.concat_list into pl.list #8510

Open
@cmdlineluser

Description

Problem description

Discussing #8503 sparked the thought - would it make sense to "rename" pl.concat_list to pl.list?

pl.list is currently marked for deprecation as part of the .arr to .list rename.

DeprecationWarning: `pl.list` is deprecated, 
please use `pl.implode` instead.

Similar to how there is pl.struct and the .struct namespace:

pl.struct(...).struct

If pl.list were repurposed it would be:

pl.list(...).list

Metadata

Assignees

No one assigned

    Labels

    A-apiArea: changes to the public APIA-dtype-list/arrayArea: list/array data typeenhancementNew feature or an improvement of an existing feature

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions