Relative Content

Tag Archive for pythonpandaspostgresqloraclepsycopg2

data transfer (with georefernced data from Oracle to Postgres

My python code first should connect to a oracle db. After the data are stored with help of the pandas library. Then a connection to the responsible postgres db is will be done. Then i create a table with the relevant attributes. This all works.