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
polars.exceptions.SchemaError: type String is incompatible with expected type Float64
or
polars.exceptions.SchemaError: invalid series dtype: expected `FixedSizeList`, got `list[f64]`
It would be very useful if they explained which input expressions were the cause of the failure, and then outline exactly how the underlying schema differs from what is expected and where.
The text was updated successfully, but these errors were encountered:
Description
SchemaError
s in polars tends to come out like:or
It would be very useful if they explained which input expressions were the cause of the failure, and then outline exactly how the underlying schema differs from what is expected and where.
The text was updated successfully, but these errors were encountered: