One reason interoperability is cool #12
Unanswered
skrawcz
asked this question in
Show and tell
Replies: 1 comment 2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi.
I just wanted to highlight a cool use case using the interoperability between pandas and dask (and koalas on spark) to scale a DS workflow without anyone having to rewrite any code.
Blog post for context: https://multithreaded.stitchfix.com/blog/2022/02/22/scaling-hamilton/ & repo - https://github.com/stitchfix/hamilton/
The TL;DR:
I know 100% interoperability isn't a goal, but where there is interoperability it can lead to:
Thought I would surface in case it's relevant at all :)
All reactions