I am reading a file using file=pd.read_csv('file_1.csv')
file=pd.read_csv('file_1.csv'
which is taking a long time on CPU.
Is there any method to read this using GPU.
No. The biggest bottleneck is IO and that’s handled by the CPU.