Python Forum

Full Version: Bulk insert pandas df data into SQLite dB ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

Is there a way to insert BULK data from pandas data frame
into SQLite database that is in memory ? Thanks
I believe it can be done, though I haven't tried it.
Here's the doc: https://pandas.pydata.org/pandas-docs/st...o_sql.html