Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Infer the correct number of components for empty dataframes #522

Open
dkrako opened this issue Sep 11, 2023 · 0 comments
Open

Infer the correct number of components for empty dataframes #522

dkrako opened this issue Sep 11, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@dkrako
Copy link
Contributor

dkrako commented Sep 11, 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.

@dkrako dkrako added the bug Something isn't working label Sep 11, 2023
@dkrako dkrako closed this as completed Sep 12, 2023
@dkrako dkrako reopened this Sep 12, 2023
@dkrako 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant