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
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
importpolarsasplpl.Series("", [["a"], []], dtype=pl.List)
# PanicException: called `Result::unwrap()` on an `Err` value: SchemaMismatch(ErrString("invalid series dtype: expected `String`, got `null`"))
Issue description
Building a Series of lists without specifying an inner dtype, panics, when values contain an empty list. (or a list with only Nones.)
Checks
Reproducible example
Issue description
Building a Series of lists without specifying an inner dtype, panics, when values contain an empty list. (or a list with only Nones.)
Expected behavior
The text was updated successfully, but these errors were encountered: