Ross ROSS = Recommend OSS · open-source software intelligence for agents

NVIDIA/cudf

cuDF - GPU DataFrame Library observed · 2026-08-28

github.com/NVIDIA/cudf · homepage · C++ · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

95/100

  • Activity 99
  • Release rhythm 87
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 55
  • age_days: 3405
  • days_rel: 8
  • days_push: 7
  • n_releases_24m: 18

Full methodology

Adoption not part of the score

9734 stars · 1095 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

cuDF is a GPU-accelerated DataFrame library for tabular data processing, part of NVIDIA's RAPIDS suite. It provides a pandas-compatible Python API (cudf), a zero-code-change pandas accelerator (cudf.pandas), a GPU engine for Polars, a Dask backend, and an underlying CUDA C++ core (libcudf) with Apache Arrow-compliant data structures.

Use cases

  • accelerate pandas dataframes on gpu
  • process large csv datasets faster than pandas
  • run pandas code unchanged on gpu with cudf.pandas
  • gpu backend for polars queries
  • scale dataframe processing with dask on gpus
  • etl pipelines for big tabular data
  • data analysis of millions of rows without running out of memory

When to choose

  • you have nvidia gpus and pandas workloads that are slow or memory-bound
  • you want a drop-in pandas accelerator with zero code changes
  • you need gpu-accelerated etl or dataframe operations at scale
  • you want a gpu engine for polars or dask dataframes

When to avoid

  • you have no cuda-capable nvidia gpu
  • your datasets are small enough that pandas is already fast enough
  • you need cpu-only portability or non-nvidia accelerators
  • you rely on pandas features not yet supported by the cudf api

Facets

library · maturity stable

data-science etl gpu-computing database data-science big-data gpu-computing analytics python cpp dataframe pandas rapids cuda arrow dask polars tabular-data data-engineering linux gpu docker

2 sources

Member repositories

RepositoryRoleHealth v2
NVIDIA/cudfmain95

For agents

markdown · JSON · MCP: product_card(name="NVIDIA/cudf")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem