Sqlite Data Starter Packs Link
. It is highly regarded as a "solid guide" because it provides pre-cleaned, ready-to-query public datasets specifically for beginners. Public Affairs Data Journalism at Stanford | Fall 2016 What the Starter Packs Include
A classic in the SQL world, the Chinook database represents a digital media store (think iTunes). sqlite data starter packs link
: Tables are already defined with appropriate data types (INT, TEXT, REAL) and relationships. : Tables are already defined with appropriate data
If you need text data, this is the motherlode. A fully indexed SQLite database containing every Hacker News story, comment, and poll since 2006. : For those needing datasets for data analysis
: For those needing datasets for data analysis tools, TimeStored provides three specific example databases for quick download and testing.
Maps, location services, or JSON testing. Did you know you can download the entire OpenStreetMap PBF data as a single SQLite file? There are tools to convert it, but pre-made SQLite databases of major cities (NYC, London, Tokyo) exist with millions of latitude/longitude points.