Formula 1 Data: https://ergast.com/mrd/db/#csv
Ergast API: https://ergast.com/mrd/
Contains uptodate F1 data
DB Browser for SQLite: https://sqlitebrowser.org/
Free Open Source app to create and edit SQLIte databases
Except when dealing with huge datasets, importing CSV data into an SQLite database via DB Browser for SQLite is the easiest way to convert CSV to SQL
#sql #csv #sqlite