7 ms·Fastest library to load data from DB to DataFrames2 points by riyadparvez 5y agomcdonje 5y agoHow 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.