Download sample CSV data sets below:

File Type: CSV | JSON | sqlite | duckdb | 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.
sunspots.csvSolar sunspots.

These data sets are used for testing QStudio
QStudio is a free SQL Editor that allows easily querying parquet/h2/json/csv/tsv/duckdb files.
QStudio is a great local Windows CSV File Viewer.

e.g.
SELECT * FROM read_csv('https://www.timestored.com/data/sample/dowjones.csv');
SELECT * FROM read_csv('c:\users\bill\Desktop\Connections.csv');

Would query the file above, alternatively within windows you can simply click to open a file.

Querying the CSV sample data locally or hosted