where to get csv sample data? [closed]
Asked Answered
M

7

42

As part of my development I need to process some .csv files.

For what it matters I am writing a super fast CSV parser in java

I would like to ask if somebody can name some websites where I can find some good csv files so I can test my app.

Please don't tag this question is inappropriate I think developers would benefit from a list of good sites where to find sample data

Mountaineering answered 9/11, 2010 at 11:44 Comment(2)
You can consider all your test cases and generate csv file to have full test cases coverage.Sathrum
google.com/search?q=filetype:csv I recommend you write one yourself, add empty lines, quoted values which contains commas and newline, add chinese characters, add comments #, also try large files and empty files.Gyatt
D
30

The baseball archive can be downloaded in CSV format. The batting statistics file contains a little over 90,000 rows of data which should be helpful in performance testing your app.

Disdain answered 9/11, 2010 at 15:43 Comment(2)
The file is approximately 8.1 MB in size, to give a sense of scale.Kartis
And to give even more information: The concatenated CSVs are 32MB.Glazed
C
8

You can download the Sample CSV Data Files from this site.

Examples:

Sample Insurance Data

Real Estate Data

Sales Transactions Data

Czarevna answered 27/6, 2014 at 13:39 Comment(0)
D
6

See also this question on sample data.

I've used http://www.fakenamegenerator.com for these purposes in the past.

Doscher answered 9/11, 2010 at 14:48 Comment(2)
How do I download these fake informations as a CSV file?Creamcolored
@renatov- see fakenamegenerator.com/order.phpDoscher
E
3

Another good source is baseball reference. Pick whatever baseball player or manager you can think of.

http://www.baseball-reference.com/managers/coxbo01.shtml

Eslinger answered 18/3, 2012 at 10:22 Comment(0)
W
1

This is a site that is in beta that can give you data in JSON, XML or CSV. All lists are customizable. This is a sample call to return data as CSV: http://mysafeinfo.com/api/data?list=dowjonescompanies&format=csv Documentation on lists, formats and options under documentation: http://mysafeinfo.com/content/documentation - Over 80 data sets available - see a full list under Datasets on the main menu

Wilks answered 30/11, 2013 at 1:7 Comment(0)
O
0

If you're looking for some large CSV files with real-world data, try http://www.baseball-databank.org.

Order answered 7/1, 2013 at 19:45 Comment(0)
W
0

Severals very nice testing csv files : http://support.spatialkey.com/spatialkey-sample-csv-data/

Sample insurance portfolio, Real estate transactions, Sales transactions, Company Funding Records, Crime Records

Thank you for the question !

Washcloth answered 9/3, 2014 at 0:7 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.