Download sample data sets below:

File Type: CSV | JSON | sqlite | Parquet

CSV File Examples:

FileDescription
titanic.csvTitanic passenger survival dataset.
iris.csvIris plant species data.
chickweight.csvChick Weight CSV file.
dowjones.csvDow Jones Industrial Average Time Series Data.
healthexp.csvLife expectancy vs health-expenditure.
taxis.csvNYC Taxi Trip record data.
iso10383_mic.csvISO MIC Exchange Codes.

JSON File Examples:

FileDescription
types.jsonTypes of Pokemon.
price.jsonCrypto Prices from Binance.
dummy-data.jsonDummy dataset.
github-key-shortcuts.jsonGithub Keyboard Shortcuts in JSON format.

Parquet Example Data:

FileDescription
userdata.parquetUser Data sample in Parquet format.
table.parquetSimple table with 3 rows of messy data.
titanic.parquetTitanic passenger survival dataset.
iris.parquetIris plant species data.

Sqlite Example Data:

FileDescription
sakila.dbThe Sakila sample database was initially developed by Mike Hillyer, a former member of the MySQL AB documentation team. It is intended to provide a standard schema that can be used for examples in books, tutorials, articles, samples, and so forth.
chinook.dbChinook is a sample database available for SQL Server, Oracle, MySQL, etc. It can be created by running a single SQL script. Chinook database is an alternative to the Northwind database, being ideal for demos and testing ORM tools targeting single and multiple database servers.