Hacker News new | ask | show | jobs
Fastest library to load data from DB to DataFrames (github.com)
2 points by riyadparvez 1702 days ago
1 comments

How does it compare to psycopg2? I've been using psycopg2 for the db calls and then loading the results in to a dataframe if necessary. Separation of concerns.