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

table extractor dask fixes #124

Merged
merged 2 commits into from
Jun 14, 2023
Merged

table extractor dask fixes #124

merged 2 commits into from
Jun 14, 2023

Conversation

johntmyers
Copy link
Contributor

Fixes a few Dask-isms. The drop_duplicates() is still a bit of a mystery to me. I haven't dug into the root cause of why the columns need to be artificially subsetted first, but it definitely impacts things. The second issue with map_partitions was a little more straight forward since the docs for that method mention the dummy data that gets created.

@johntmyers johntmyers requested a review from mikeknep June 14, 2023 18:56
@johntmyers johntmyers changed the title fixes table extractor dask fixes Jun 14, 2023
@johntmyers johntmyers merged commit 0888bc8 into main Jun 14, 2023
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.

2 participants