Is it possible to write a Pandas dataframe to PostgreSQL database using psycopg2?
Endgoal is to be able to write a Pandas dataframe to Amazon RDS PostgreSQL instance.
Is it possible to write a Pandas dataframe to PostgreSQL database using psycopg2? Endgoal is to be able to write a Pandas dataframe to Amazon RDS PostgreSQL instance. |
||||
|
If you use a SQLAlchemy engine around psycopg2, you could probably use |
|||||||||
|