Suggestion: use cuDF instead pandas
rrfaria opened this issue · 1 comments
rrfaria commented
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
TrungKhoaLe commented
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.