Python and Databases 6 - SQLite3 - Bulk Loading

preview_player
Показать описание
Let's learn about how we can bulk load, ie large set of data from a csv file into our SQLite3 database using Python.

------

----

----
Schedule: New educational videos every week
-----

Learn Something New:
------
-----
Learn Something New:
------
Рекомендации по теме
Комментарии
Автор

this is easy but takes time, I am trying to insert 4 million records and it takes some good time.

MukeshSharma-wqtk
Автор

Let's bulk load tasks into our database from a csv file with Python :-)

karramsos
Автор

Are you inserting into an already existing DB?

namithah
Автор

Please explain the steps while writing the code.

rimleetalukdar
Автор

please give the details of todo.db..like what we need to mention there

rajan
Автор

Let's "talk about it" - proceeds to not talk about it.

saif
Автор

Can we load more than 2 CSV file into 2 different tables in the same database using python?
For example, I have CSV files list and I run a loop on the list but it throws an error.

purnarohithginjupalli
Автор

How about using dataframes from pandas and use the toSQl function?

polisettirohit
Автор

why data_filename = sys.argv[1] ? please explain. Thanks :)

rinka
welcome to shbcf.ru