What are the differences in terms of performance between Modin and RAPIDS (or if you will, Modin and cuDF)? On which task (e.g., statistical computation, file reading, groupby, joins, etc.) one should expect Modin to fare batter than cuDF and vice versa? They both aim at having an API which is as close as possible to the pandas API. Of course a core difference is that cuDF, being a NVIDIA project, requires a GPU to work. However, all serious GPU-equipped workstations also have a CPU with a lot of cores (e.g. NVIDIA DGX-2), thus it may still make sense to compare Modin and cuDF, in my opinion. Also, AFAICT, they're the only two projects which strive so much to be a one-line replacement for pandas (I.e., using the same API).
What are the differences in terms of performance between Modin and RAPIDS (or if you will, Modin and cuDF)? On which task (e.g., statistical computation, file reading,
groupby, joins, etc.) one should expect Modin to fare batter than cuDF and vice versa? They both aim at having an API which is as close as possible to the pandas API. Of course a core difference is that cuDF, being a NVIDIA project, requires a GPU to work. However, all serious GPU-equipped workstations also have a CPU with a lot of cores (e.g. NVIDIA DGX-2), thus it may still make sense to compare Modin and cuDF, in my opinion. Also, AFAICT, they're the only two projects which strive so much to be a one-line replacement for pandas (I.e., using the same API).