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
From a polars Dataframe like pl.DataFrame(schema={'pixel': pl.List(pl.Float64)}) we cannot infer the number of components,
as the number of components is inferred from the list lengths.
This can probably only be solved by resolving #453
The priority for fixing this is very low, as there are probably close to no use cases with empty dataframe initialzitations.
The text was updated successfully, but these errors were encountered:
dkrako
changed the title
Infer the correct number of components for empty dataframes.
Infer the correct number of components for empty dataframes
Sep 12, 2023
From a polars Dataframe like
pl.DataFrame(schema={'pixel': pl.List(pl.Float64)})
we cannot infer the number of components,as the number of components is inferred from the list lengths.
This can probably only be solved by resolving #453
The priority for fixing this is very low, as there are probably close to no use cases with empty dataframe initialzitations.
The text was updated successfully, but these errors were encountered: