Fastest library to load data from DB to DataFramesgithub.com/sfu-db 2 pointsriyadparvez4 years ago1 commentSaveHideCopy link On HNComments−mcdonje4yHow 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.
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.