Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

table pandas to postgresql

from sqlalchemy import create_engine
engine = create_engine('postgresql://postgres:admin1@localhost:5432/postgres')
                                       username^:pass^              databasename^
 
PREVIOUS NEXT
Tagged: #table #pandas #postgresql
ADD COMMENT
Topic
Name
5+6 =