Python Forum
Bulk insert pandas df data into SQLite dB ? - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: Bulk insert pandas df data into SQLite dB ? (/thread-20891.html)



Bulk insert pandas df data into SQLite dB ? - Johnse - Sep-05-2019

Hello,

Is there a way to insert BULK data from pandas data frame
into SQLite database that is in memory ? Thanks


RE: Bulk insert pandas df data into SQLite dB ? - Larz60+ - Sep-05-2019

I believe it can be done, though I haven't tried it.
Here's the doc: https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.to_sql.html