Modify simple python/rust script to batch convert large CSV (20GB) to sqlite database in minutes
Budget: $10 – $30 USD
The code discussed is here:
https://avi.im/blag/2021/fast-sqlite-inserts/
https://github.com/avinassh/fast-sqlite3-inserts
I need you to modify the code so instead of generating random data of 100m rows, it just takes a large csv input and creates a table with the column headers from the first line of csv
Should be straight forward for any python coder
https://avi.im/blag/2021/fast-sqlite-inserts/
https://github.com/avinassh/fast-sqlite3-inserts
I need you to modify the code so instead of generating random data of 100m rows, it just takes a large csv input and creates a table with the column headers from the first line of csv
Should be straight forward for any python coder