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
A CSV file is a list of data separated by commas. For instance, it may look like the following: Name,email,phone number,address. Example,[email protected],555-555-5555,Example Address. Example2,[email protected],555-555-5551,Example2 Address.
In Chrome right click on web page and Inspect and see the url for the DOWNLOAD option, its not pointing to direct csv file.
Although CSV doesn't maintain formatting and graphs like Excel formats, it is an open, machine-readable format.
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.
See also this question on sample data.
I've used http://www.fakenamegenerator.com for these purposes in the past.
You can download the Sample CSV Data Files from this site.
Examples:
Sample Insurance Data
Real Estate Data
Sales Transactions Data
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With