ta icon indicating copy to clipboard operation
ta copied to clipboard

Suggestion: use cuDF instead pandas

Open rrfaria opened this issue 3 years ago • 1 comments

You may use cuDF if gpu is available on machine It helps you to faster math calculation and it has the same api as pandas https://github.com/rapidsai/cudf

rrfaria avatar Jul 05 '21 15:07 rrfaria

This is a great idea. Is it possible if we import this way


import cudf as pd

and the lib calculation will be moved to GPU cores.

TrungKhoaLe avatar Nov 15 '21 04:11 TrungKhoaLe