where to get csv sample data? [closed]

2019-03-08 13:32发布

问题:

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

回答1:

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.



回答2:

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

Examples:

Sample Insurance Data

Real Estate Data

Sales Transactions Data



回答3:

See also this question on sample data.

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



回答4:

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

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



回答5:

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



回答6:

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



回答7:

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 !