cudf

Package — Data SciencePython 3.7+Intermediate

GPU-accelerated DataFrame library by NVIDIA (RAPIDS)

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
NumPy, pandas (NVIDIA GPU required)
Install
pip install cudf-cu12 --extra-index-url=https://pypi.nvidia.com

Learn by Difficulty

Quick Example

python
# Install: pip install cudf-cu12 --extra-index-url=https://pypi.nvidia.com
import cudf

# Basic cudf usage
print(f"Using cudf")
# See documentation for detailed examples

cudf is a third-party package. GPU-accelerated DataFrame library by NVIDIA (RAPIDS). Install with: pip install cudf-cu12 --extra-index-url=https://pypi.nvidia.com

Try in Playground

Tags

packagedata-scienceanalyticsnumeric