NVIDIA-NeMo / NVIDIA-NeMo/DataDesigner
Support pandas>3 in data-designer
Nobody has claimed this yet.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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