python support numpy transition
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- C
- Stars
- 25.1k
- Forks
- 5k
- Avg merge
- 4d 59m
- Merged PRs (30d)
- 7
Description
通过for循环,转为numpy数组太慢。是否可以支持原生的转换。如datablock.getNumpy()
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
Start at the Python data-block API and the proposed datablock.getNumpy() entry point; compare it with the current for-loop conversion path. Done means Python callers can obtain a NumPy array through a native conversion path rather than converting row by row.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- numpy, python
- Domain
- data, databases
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100