Skip to content

[FEA] Add cugrep: GPU-accelerated grep utility using cuDF (issue #21078)#21942

Open
Pritiks23 wants to merge 1 commit intorapidsai:mainfrom
Pritiks23:feat/cugrep-gpu-grep
Open

[FEA] Add cugrep: GPU-accelerated grep utility using cuDF (issue #21078)#21942
Pritiks23 wants to merge 1 commit intorapidsai:mainfrom
Pritiks23:feat/cugrep-gpu-grep

Conversation

@Pritiks23
Copy link
Copy Markdown

@Pritiks23 Pritiks23 commented Mar 28, 2026

  • Implements a CLI utility for regex search across supported file types (csv, parquet, json, orc)
  • Supports column selection, case-insensitive search, and row display
  • Includes comprehensive tests for core behaviors
  • Resolves [FEA] write a grep utility with cuDF #21078

Description

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

…dsai#21078)

- Implements a CLI utility for regex search across supported file types (csv, parquet, json, orc)
- Supports column selection, case-insensitive search, and row display
- Includes comprehensive tests for core behaviors
- Resolves rapidsai#21078
@Pritiks23 Pritiks23 requested a review from a team as a code owner March 28, 2026 00:36
@copy-pr-bot
Copy link
Copy Markdown

copy-pr-bot bot commented Mar 28, 2026

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@github-actions github-actions bot added the Python Affects Python cuDF API. label Mar 28, 2026
@GPUtester GPUtester moved this to In Progress in cuDF Python Mar 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Python Affects Python cuDF API.

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

[FEA] write a grep utility with cuDF

2 participants