Intro to SQLite: CSV to SQLite (Python for Bankers series)

Описание к видео Intro to SQLite: CSV to SQLite (Python for Bankers series)

I'm starting a GitHub repo series called Python for Bankers, and because we'll be using SQLite databases for our financial data (loans, transactions, customers) the first chapter of this series is on SQLite!

Specifically, how to import a CSV into SQLite in 3 lines of code and under 5 minutes!

Download SQLite:
https://www.sqlite.org/download.html

Full line-by-line code and dataset:
https://github.com/onlyphantom/python...

Full 3-chapter SQLAlchemy with Python course (also free):
https://github.com/onlyphantom/sqlalc...

Комментарии

Информация по комментариям в разработке