You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some ways, related to #9948, as my goal is to multiply a list by another column value. This stack overflow questions did the same: https://stackoverflow.com/questions/74372173/python-polars-how-to-multiply-each-element-in-a-list-with-a-value-in-a-differen
However, the api seems to have cahnge since then as list is not callable anymore, being now a namespace only seemingly.
I assumed the replacement was concat_list which doesn't work as expected. I may be wrong that this is not what concat_list is for, but from the example here it seemed it is.
Expected behavior
Just returns a list of the object that it is concat. ie in this case, just return list[f64]
Checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of Polars.
Reproducible example
Issue description
In some ways, related to #9948, as my goal is to multiply a list by another column value. This stack overflow questions did the same: https://stackoverflow.com/questions/74372173/python-polars-how-to-multiply-each-element-in-a-list-with-a-value-in-a-differen
However, the api seems to have cahnge since then as
list
is not callable anymore, being now a namespace only seemingly.I assumed the replacement was
concat_list
which doesn't work as expected. I may be wrong that this is not whatconcat_list
is for, but from the example here it seemed it is.Expected behavior
Just returns a list of the object that it is concat. ie in this case, just return
list[f64]
Installed versions
The text was updated successfully, but these errors were encountered: