python-3.xgpuh2oh2o4gpu

How can I read a csv file using panda dataframe from GPU?


I am reading a file using file=pd.read_csv('file_1.csv')

which is taking a long time on CPU.

Is there any method to read this using GPU.


Solution

  • No. The biggest bottleneck is IO and that’s handled by the CPU.