NVIDIA-NeMo / NVIDIA-NeMo/DataDesigner

Support pandas>3 in data-designer

Open Beginner friendly
#882 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
Python
Stars
2.2k
Forks
211
Avg merge
2d 6h
Merged PRs (30d)
40

Description

Priority Level

Medium (Nice to have)

Is your feature request related to a problem? Please describe.

Current constraints of data designer packages limit the pandas upper bound at <3.0.0. This makes it harder to install alongside many applications like cuDF which require pandas>=3, <3.0.4.
It would be great if data-designer could support pandas>3

Describe the solution you'd like

move the upper bound to something that supports newer pandas 3.x versions.

Describe alternatives you've considered

Overriding lockfile dependencies.

Agent Investigation

No response

Additional context

No response

Checklist
  • I've reviewed existing issues and the documentation
  • This is a design proposal, not a "please build this" request

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No specific files or tests are named. Start by locating the data-designer dependency constraints and any lockfile entries for pandas, then check how the package declares its upper bound. Done means the constraints allow compatible pandas 3.x versions and installation remains consistent with the project's dependency checks.

Written by the indexing model from the issue text.

Assessment

Tech stack
pandas, python
Domain
data
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Active
Clarity
Mostly clear
Newbie friendliness
68/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.