The RAPIDS cudf.pandas
accelerator allows you to leverage the power of NVIDIA GPU acceleration in your pandas
workflows.
Scripts that use pandas
can be run via the cudf.pandas
module to accelerate your code with zero-code change.
python my_code.py # Uses the CPU
python -m cudf.pandas my_code.py # Same pandas code uses the GPU