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