Testing of a fast method to bulk insert a Pandas DataFrame into Postgres

From: Shaozhong SHI <shishaozhong(at)gmail(dot)com>
To: pgsql-general <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Testing of a fast method to bulk insert a Pandas DataFrame into Postgres
Date: 2021-10-04 15:44:28
Message-ID: CA+i5JwY1jDx3jyBCkuJQhOyPELAoYVFtOmCqgxotTXmGc3wO9g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-sql

Has anyone tested this one?
A Fast Method to Bulk Insert a Pandas DataFrame into Postgres · Ellis
Valentiner
<https://ellisvalentiner.com/post/a-fast-method-to-insert-a-pandas-dataframe-into-postgres/>

I tried psql_insert_copy method, but I got the following error message.

to_sql() got an unexpected keyword argument 'method'

Can anyone shed light on this?

Regards,

David

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2021-10-04 16:06:40 Re: Testing of a fast method to bulk insert a Pandas DataFrame into Postgres
Previous Message Shaozhong SHI 2021-10-04 15:43:42 Testing of a fast method to bulk insert a Pandas DataFrame into Postgres

Browse pgsql-sql by date

  From Date Subject
Next Message Adrian Klaver 2021-10-04 16:06:40 Re: Testing of a fast method to bulk insert a Pandas DataFrame into Postgres
Previous Message Shaozhong SHI 2021-10-04 15:43:42 Testing of a fast method to bulk insert a Pandas DataFrame into Postgres