[ENH]: Add support for datatables
Open
@fraimondo is already working on this.
Since Dec 12, 2025.
enhancement
- Dominant language
- Python
- Stars
- 33
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
Which feature do you want to include?
While pandas is convenient, it is also quite slow in terms of IO and operations.
Datatable (https://datatable.readthedocs.io/) supports other file formats and it's quite fast for large dataframes.
I would like julearn to support datatables.
How do you imagine this integrated in julearn?
In the same way we treat dataframes, treat datatables.
Do you have a sample code that implements this outside of julearn?
Anything else to say?
No response
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.
Assessment
This issue has not been assessed yet.