Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IOPro support #6

Open
mrocklin opened this issue Dec 22, 2014 · 1 comment
Open

IOPro support #6

mrocklin opened this issue Dec 22, 2014 · 1 comment
Milestone

Comments

@mrocklin
Copy link
Member

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.

@convert.register(np.ndarray, sqlalchemy.Table)
def table_to_array(tbl, **kwrags):
    turn table into ndarray and return
@mrocklin
Copy link
Member Author

@cpcloud cpcloud modified the milestones: 0.3.1, 0.3.2 Mar 6, 2015
@cpcloud cpcloud modified the milestones: 0.3.2, 0.3.3 Apr 17, 2015
@cpcloud cpcloud modified the milestones: 0.3.3, Someday Jul 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants