Download Sample Data
Download sample data sets below:
File Type: CSV | JSON | sqlite | Parquet
CSV File Examples:
File | Description |
---|---|
titanic.csv | Titanic passenger survival dataset. |
iris.csv | Iris plant species data. |
chickweight.csv | Chick Weight CSV file. |
dowjones.csv | Dow Jones Industrial Average Time Series Data. |
healthexp.csv | Life expectancy vs health-expenditure. |
taxis.csv | NYC Taxi Trip record data. |
iso10383_mic.csv | ISO MIC Exchange Codes. |
JSON File Examples:
File | Description |
---|---|
types.json | Types of Pokemon. |
price.json | Crypto Prices from Binance. |
dummy-data.json | Dummy dataset. |
github-key-shortcuts.json | Github Keyboard Shortcuts in JSON format. |
Parquet Example Data:
File | Description |
---|---|
userdata.parquet | User Data sample in Parquet format. |
table.parquet | Simple table with 3 rows of messy data. |
titanic.parquet | Titanic passenger survival dataset. |
iris.parquet | Iris plant species data. |
Sqlite Example Data:
File | Description |
---|---|
sakila.db | The 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.db | Chinook 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. |