blaze / blaze/odo

IOPro support

Open
#6 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.