Sqlite Data Starter Packs Link

For more advanced users, Simon Willison’s ecosystem provides tools to build your own "starter packs" or explore existing ones via the web.

The are collections of public datasets pre-packaged as SQLite database files, designed for developers and data journalists to practice SQL without the need for complex data cleaning or importing. Key Resources and Download Links sqlite data starter packs link

Here are the specific datasets I reach for when prototyping: For more advanced users

-- Create the users table CREATE TABLE users ( id INTEGER PRIMARY KEY, name TEXT NOT NULL, email TEXT NOT NULL ); name TEXT NOT NULL

To start querying the data in these packs, you will need an SQLite client to open the files:

: San Francisco Police Department incident reports spanning 2012–2015. Popular Alternative "Starter" Databases