I would like to download the Stack Overflow data for a data mining research project. I tried the SQL interface at data.stackexchange.com, but the downloading process was not obvious since the result of any SQL query is limited to 50,000 rows only.

Is there any efficient way to download the data?

有帮助吗?

解决方案

You can grab the latest data dump as well.

Note that these are basically in XML, so you will likely need to import it to your database of choice. Here are a couple links to help with that:

其他提示

Check this blog post, the Machine Learning Contest has a large dataset available for download.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top