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?
|
|
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. |
||
|
|
|
|
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. |
||
|
|
|
|
For Microsoft SQL Server, there is the Northwind Sample DB and AdventureWorks. |
||
|
|
|
|
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. |
||
|
|
|
|
See this question. It links to an Access db and CSV files covering baseball stats since like 1817. |
||
|
|
|
|
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. |
||
|
|
|
|
|
||
|
|
|
|
You could try the Netflix Prize data set. |
||
|
|
|
|
There's also theinfo.org, which is mentioned in that datawrangling blog post. They have their own page of data sets. |
||
|
|
|
|
For PostgreSQL, see these samples |
||
|
|
|
|
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. |
||
|
|
|
|
Good sources for free data: http://infochimps.org/datasets http://www.readwriteweb.com/archives/where_to_find_open_data_on_the.php |
||
|
|
|
|
For MySQL there are quite a few sample database at http://dev.mysql.com/doc/ |
||
|
|
|
|
For Firebird you have employee.fdb on windows OS, it is located there C:\Program Files\Firebird\Firebird_2_1\examples\empbuild |
||
|
|
|
|
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. |
||
|
|
