vote up 11 vote down star
8

Does anybody know of any sample databases I could download, preferably in CSV or some similar easy to import format so that I could get more practice in working with different types of data sets? The Canadian Department of Environment has historical weather data that you can download. Unfortunately it's not in a format I can import into any other database, and you can only query it based on the included program which is actually quite limited in what kind of data it can provide. Does anybody know of any interesting data sets that are freely available?

flag

47% accept rate

15 Answers

vote up 8 vote down check

The datawrangling blog posted a nice list a while back:

http://www.datawrangling.com/some-datasets-available-on-the-web

Includes financial, government data (labor, housing, etc.), and too many more to list here.

link|flag
vote up 1 vote down

What database engine are you importing into? That will help determine what formats you can include in your search.

The Federal Energy Regulatory Commission has some sample data for download in CSV format.

link|flag
vote up 2 vote down

For Microsoft SQL Server, there is the Northwind Sample DB and AdventureWorks.

link|flag
vote up 0 vote down

I'm looking for something that I could import into MySQL, but MS SQL Server would also suffice. CSV can be imported just about anywhere, so that would be ideal.

link|flag
vote up 0 vote down

See this question. It links to an Access db and CSV files covering baseball stats since like 1817.

link|flag
vote up 0 vote down

You can probably find the Northwind sample database for SQLServer

It might be overkill but you can install OracleXE, I think it comes with some sample schemas or you can find the old Scott schema online.

Also, in stephen bohlen's Summer of NHibernate screen-cast series he creates a sample database, the code comes with it in xml files and you can import it like he describes in the screencast (maybe episode 2 or 3) and just not delete it later.

link|flag
vote up 1 vote down

UnData and Swivel are both good sources for data. Any database should be able to import CSV files.

link|flag
vote up 2 vote down

You could try the Netflix Prize data set.

link|flag
vote up 1 vote down

There's also theinfo.org, which is mentioned in that datawrangling blog post. They have their own page of data sets.

link|flag
vote up 0 vote down

For PostgreSQL, see these samples

link|flag
vote up 2 vote down

A lot of the data in Stack Overflow is licensed under the create commons. Every month they release a data dump with all the questions, answers, comments, and votes.

link|flag
vote up 0 vote down

For MySQL there are quite a few sample database at http://dev.mysql.com/doc/

  1. world (world countries and cities)
  2. sakila (video rental)
  3. employee
link|flag
vote up 0 vote down

For Firebird you have employee.fdb

on windows OS, it is located there C:\Program Files\Firebird\Firebird_2_1\examples\empbuild

link|flag
vote up 0 vote down

The Guardian newspaper in the UK has a data-store, http://www.guardian.co.uk/data-store, full of categorized datasets. They're all ultimately stored as Google Documents, so you can export them into csv & Excel.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.