Fastest library to load data from DB to DataFrames(github.com)
github.com
Fastest library to load data from DB to DataFrames
https://github.com/sfu-db/connector-x
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.