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

Investigate to_parquet by_layer=False #16

Open
dougbrn opened this issue May 23, 2024 · 0 comments
Open

Investigate to_parquet by_layer=False #16

dougbrn opened this issue May 23, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@dougbrn
Copy link
Collaborator

dougbrn commented May 23, 2024

There's an issue with the parquet files generated by to_parquet when by_layer=False

Copied from code comment:
Divisions cannot be generated from a parquet file that stores nested information without a reset_index().set_index() loop. It seems like this happens at the to_parquet level rather than in read_parquet as dropping the nested columns from the dataframe to save does enable divisions to be found, but removing the nested columns from the set of columns to load does not. Divisions are going to be crucial, and so I think it's best to not support this until this is resolved.

@dougbrn dougbrn added the bug Something isn't working label May 23, 2024
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