IOPro support
Open
- Dominant language
- Python
- Stars
- 1k
- Forks
- 131
- PR merge metrics
- No merged PRs in 30d
Description
Sucking data from a database into memory with Python is slow. The `iopro` module might be nice for a fast `SQL -> np.ndarray` route for convert.
``` Python
@convert.register(np.ndarray, sqlalchemy.Table)
def table_to_array(tbl, **kwrags):
turn table into ndarray and return
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.