[FEA] Fast constructor for DataFrame
Open
Nobody has claimed this yet.
enhancement
module: cuDF
- Dominant language
- TypeScript
- Stars
- 211
- Forks
- 29
- Avg merge
- 17h 30m
- Merged PRs (30d)
- 1
Description
when we return a new DataFrame from one of our internal methods, we don't need to do the column length checks
etc.
Contributor guide
No contributing guide indexed for this repository
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
The issue only identifies a faster DataFrame constructor and skipping column-length checks for internal methods; it names no files, tests, or entry points. Start by locating the DataFrame constructor and internal DataFrame creation paths, then clarify which paths may bypass validation and how existing public validation remains covered.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nodejs, typescript
- Domain
- data
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100