Replies: 1 comment 2 replies
-
Hi @dhern023!
I am not sure this would work without some changes in the pandas_flavor project after glancing at the code in that repo.
Yes it is compatible, although I have noticed that Ray and Dask can both be 10x slower (sometimes more!) than on native windows. I use a windows machine as my daily development machine and use Modin on Ray or Dask every day. Do you have constraints that require WSL?
Not only those two. You can also use Omnisci (https://modin.readthedocs.io/en/stable/development/using_omnisci.html). Additionally, we have ongoing work to also support pure python multiprocessing, but the performance is not yet as good as either Ray or Dask. Efforts toward that are here: https://github.com/modin-project/unidist |
Beta Was this translation helpful? Give feedback.
-
Pandas API extenders like pandas_flavor? Pandas_flavor allows you to attach new functions to dataframes, similar to the pipe function.
WSL? Do I need to have Ray or Dask on my machine to take full advantage of this?
Beta Was this translation helpful? Give feedback.
All reactions