apache / apache/arrow-nanoarrow
Implement array creation for a wider range of Python objects in the Python bindings
Open
- Dominant language
- C
- Stars
- 249
- Forks
- 68
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 11
Description
Currently the create-from-iterable works for most non-nested types; however, will fail for any nested type and doesn't support any new run-end-encoded or view types.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at the Python bindings' create-from-iterable entry point and trace how it handles non-nested values. Identify the missing paths for nested types, run-end-encoded types, and view types; done means array creation works across those categories with coverage for each supported case.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c, python
- Domain
- data
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100