This feature was built for data scientists who want to continue using pandas as data sizes grow into the gigabytes and pandas performance slows. In cuDF’s pandas accelerator mode, operations execute on the GPU where possible and on the CPU (using pandas) otherwise, synchronizing under the hood as needed. This enables a unified CPU/GPU experience that brings best-in-class performance to your pandas workflows.
RAPIDs Website - Nvidia
How can I use it today?
1. I have Nvidia GPU on my Computer
If you have got a cuda enabled GPU on your computer, then you need to follow the following steps to supercharge your pandas.
1.1. Install RAPIDs on your Computer
- Make sure you have got the proper cuda version on your machine.
- Install Rapids from here Installation Guide - RAPIDS Docs