Add support for FileIO
Open
- Dominant language
- Julia
- Stars
- 312
- Forks
- 78
- PR merge metrics
- No merged PRs in 30d
Description
It is registered in FileIO however neither `load` nor `fileio_load` is defined. Not sure if the following simple code is the correct way to do it.
```
fileio_load(file) = Arrow.Table(file.filename)
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the FileIO registration and checking where load and fileio_load are expected to be defined. Compare the proposed fileio_load(file) = Arrow.Table(file.filename) behavior with the existing Arrow.Table entry point. Done means FileIO can load supported files through both load and fileio_load, with relevant tests passing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- data
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100