Split off list constructor logic from pl.concat_list
into pl.list
#8510
Open
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