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

Fix parquet problems (and one with legacy pickle) #3

Merged
merged 3 commits into from
Oct 17, 2023
Merged

Conversation

dobraczka
Copy link
Owner

@dobraczka dobraczka commented Oct 16, 2023

Currently index info can get lost after writing to parquet. This PR only supplies schema info for left/right data columns and lets the index be automatically determined. If index is incorrectly assumed by dask to be "O" and it turns out to be int64 an error would be thrown, which is caught by setting schema["__null_dask_index__"] = pa.int64().

@dobraczka dobraczka merged commit 891f9ba into main Oct 17, 2023
3 checks passed
@dobraczka dobraczka deleted the fix-parquet branch October 17, 2023 06:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant