This tag is about the quarterly creative commons data dumps of all public data in the Stack Exchange network Q&A sites.

learn more… | top users | synonyms

3
votes
2answers
111 views

Extracting or exporting favourite questions

Is it possible to export a list or dump of questions that I have favourited from a site? I've been busy going through the site and along the way I've seen things and thought, "wow, what a good ...
7
votes
2answers
103 views

On what “day of the month” is Stack Exchange Data Explorer updated? [duplicate]

I know this question might seem like a duplicate, but none of the questions give an exact answer. The FAQ mentions that data is updated monthly. Which of the following is a correct interpretation of ...
41
votes
6answers
2k views

Tag trends by week

Using the data dump, I've put together some tag trend graphs that show the rate of tagged questions over time. Below are some samples, there are many more on the linked page. I can update the page ...
1
vote
2answers
79 views

SQL version of a recent Stack Overflow data-dump

I am trying to find a sql version of a recent stack overflow data-dump (2012 or 2013). I have been able to download an XML version but my programming knowledge is too limited to convert it in an sql ...
6
votes
4answers
491 views

Stack Overflow data in MySQL

How can the Stack Overflow data in XML be converted into a MySQL dump? It will be brilliant to have it for mysqlimport.
1
vote
0answers
40 views

Import Stack Overflow data dump into MySQL [duplicate]

I have downloaded the latest Stack Overflow data-dump (march 2013) from the ClearBits website: http://www.clearbits.net/creators/146-stack-exchange-data-dump I am trying to import this data dump ...
14
votes
5answers
1k views

Where is Stack Overflow's public data dump?

I see a lot of talk around here regarding the Stack Overflow public data dump. Where is it? How can I play with it? Return to FAQ index
1
vote
1answer
51 views

Where to download compete set of data dumps?

It was a hard task to find the download link for the data dump of SE, but I've finally managed it. But after download I've noticed that the dump is far from complete! For example, a dump of The Great ...
0
votes
1answer
42 views

Is there a more recent data dump then the one from Sep 2011? [duplicate]

The only source I can find for the announcements of the quarterly public data dumps is here. The latest one is from September 2011, i.e. 1.5 years ago. Shouldn't we have had many more since then? Are ...
0
votes
1answer
407 views

How to import the Stack Overflow data dump

I downloaded the Stack Overflow data dump for the last month. It has six files, with names like stackoverflow.com.7z.001, stackoverflow.com.7z.002, etc. I tried to open one of them with ...
1
vote
0answers
43 views

Downloading a Stack Exchange site for NLP? [duplicate]

Possible Duplicate: Are there data dumps for other Stack Exchange sites? Is it possible to download a copy of a recent image of a Stack Exchange site or database to use as a dataset ...
5
votes
3answers
499 views

Reading Stack Overflow offline [duplicate]

Is there any application that can read Stack Overflow's data dumps while I'm not connected to the Internet? I mean an offline reader similar to WikiTaxi.
1
vote
1answer
132 views

All included in the Stack Overflow data dump?

If I download the January 2011 data dump then will I get all the data since the site started? As I can see that the size of the data dump is increasing, and I can see in October there are some ...
2
votes
1answer
146 views

Data dump posts.xml

Approximately how many posts are there in file posts.xml in the January 2011 data dump? I was trying to open my XML in a text editor, but it crashes as the size is enormous.
7
votes
3answers
271 views

Data dump should include deleted posts

Given that deleted content is licensed CC just as the regular content is, it exists in the current SO database, and it is accessible to over 400 (10k+ rep) users, it should also be exported as part of ...
41
votes
8answers
937 views

Stack Exchange Data Explorer

I would like to gather some feedback on the new Sandbox I have been constructing. What does it do? Allows you to run arbitrary SQL queries on the data dumps, and share those queries with your ...
14
votes
4answers
281 views

Age calculations are wrong in the data dump export

I'm still 29, and this shows correctly on StackOverflow and the rest of the "trilogy" because I entered my correct birth date. The data dump says I'm 30. I know this is happening to other users as ...
21
votes
3answers
367 views

Options for community data dump

We are in the process of automating the community data dump process and have reached the stage where we need to decide how and where to host the exported files. We expect to have one data dump for ...
4
votes
2answers
108 views

How to browse SO data dump?

I'm looking for a way to let my students browse StackOverflow, Superuser and other StackExchange sites from within our inner network (internet connection is not an option). I'm currently downloading ...
2
votes
0answers
26 views

Data dump is missing link between tag names and tag-wikis/tag-wiki-exceprts

Data dump contains tags, tag wikis and tag wiki excerpts. All of these are stored to Posts.xml with different PostTypeIds. However there doesn't seem to be any way to link these together. Probably ...
6
votes
0answers
40 views

readme.txt for data dump doesn't describe all post types

Stack Exchange Data Dump - Mar 2013/Content/readme.txt doesn't describe all post types Currently it is describes only question and answer types. - **posts**.xml - Id - PostTypeId ...
0
votes
1answer
315 views

Stack Overflow XML data dump [duplicate]

Possible Duplicate: Where is Stack Overflow's public data dump? I was watching a "Tour of .NET 4.0" video by Scott Hanselman, and he mentioned that in one of his demonstration ...
31
votes
7answers
992 views

StackQL: Yet Another Data Dump Sandbox

StackQL is a direct-query site for the public data dump. Like the original, JavaScript is required, and it's limited to 1000 rows in the result set. (You can bust out of that if you know how, but all ...
2
votes
1answer
89 views

How do stack exchange sites figure out whether a user a voted up or down a particular post?

I looked at the readme.txt file for the last data dump publicly available and I couldn't figure out how on a particular post, does the UI notify me that I have already voted? In votes.xml there is ...
2
votes
1answer
77 views

where can I find all the closed questions ?

I have downloaded the data dump which has several files like 'posts.xml', 'posthistory.xml'. But I cannot find the compete version of the closed questions: for example, its title, owner user id, ...
0
votes
1answer
59 views

questions on Stack Overflow dump files

Recently, I am working on stack overflow. I downloaded stack overflow dump files. But I have some questions. I downloaded two dump zips. One is dumped in 2010 and the other is in 2012. Then will all ...
3
votes
0answers
43 views

How to properly “link back” to original StackExchange questions when hosting a data dump from the closed Area51 proposal?

I have a data dump from closed Digital Preservation proposal, which is important enough for me, and I want to host it myself. However, I can't include backlinks to "original Q/A" because the pages I ...
2
votes
1answer
52 views

How do I get 'posthistory' of specific 'posts' from the Stackoverflow data dump?

I have downloaded the Stackoverflow data dump updated as of August 2012 [0]. I am particularly interested in the history of a particular post and therefore, I want to concentrate on posts.xml and ...
0
votes
2answers
113 views

Data dump and comments statistics

Did someone make an attempt at mining comments on the data dump? I like comments very much, even though they are "second class citizens". I think they add a lot of spice to the trilogy sites. I ...
16
votes
1answer
218 views

How much additional rep does a bounty question usually earn?

When I post a question with a bounty, the question generally captures more votes, and I get more rep than I would have otherwise. In cases where I've offered less than 150 (100 from me, 50 from SO) ...
3
votes
2answers
151 views

How is the vote and rep stored in the DB?

Wondering what the upper limits are. I'm guessing 32 bit signed integers for speed, but I suspect someone knows off the top of their head. Without some testing, though, we wouldn't be able to ...
16
votes
3answers
191 views

The mystery of the tagged answer - and more

It is (currently) not possible to tag answers. Yet, if I query Data Explorer, then one answer does have a tag, namely javascript. I'm at a loss: how did that happen?† SELECT Id, Tag FROM ...
10
votes
1answer
137 views

When might a newer data-dump be created?

There is an August 2012 data dump. That was a long long time ago (here near the end of January 2013). Will another one be done anytime soon? It went from "every 2 months" to "quarterly" to ...
1
vote
1answer
71 views

May (or June) 2010 datadump missing

When I download the data dump from May 2010 my torrent client tells me it's the same file as the Jun 2010 (md5s match too). So one of them is missing. Is this just a file upload gone wrong or is one ...
59
votes
1answer
5k views

Database schema documentation for the public data dump and Data Explorer

The data dumps are currently released once a month. Over time as new features are introduced to Stack Exchange sites and other bits of data added, the 'anatomy' of the data dump is likely to change. ...
8
votes
1answer
73 views

Classifier based answer ranking Chrome extension

I'm in my final year of a computer science degree. For my thesis I have implemented a classifier that predicts the usefulness of answers to questions with no accepted answer, based on a training set ...
14
votes
9answers
3k views

Is Jon Skeet slowly switching his attention from .NET to Java? [closed]

So, I'm stalking Jon Skeet -- via the data dump, that is. After wading through the dump looking for interesting patterns, the graph below popped out as worthy. It's a bit complex to think about, so ...
0
votes
0answers
47 views

Inconsistency in StackExchange data ?

I recently got a StackExchange data dump over HTTP . It has all stackexchange data till September 2011. I have been trying to process the XML files to do some elementary analysis and it turns out that ...
8
votes
2answers
292 views

Anyone aware of a .sql version of the Stack Exchange data dump?

I got the latest data dump and wrote a PHP script to parse the XML, but the actual parsing is taking forever (the uncompressed Posts.xml is 10GB). In the interim, does anyone know of a MySQL-ready ...
1
vote
0answers
85 views

Where can I find the stopword list for the Stack Overflow dump file?

I downloaded the Stack Overflow dataset. I want to use the stopword list to further process the dump file. But I don't have it. Could you tell me how I can obtain the stopword list for the Stack ...
3
votes
0answers
46 views

A Call of Duty to show how close we are to each badge [duplicate]

Possible Duplicate: More badge progress indicators In the Call of Duty online stats pages you see how far away from each challenge you are. You achieve small parts of each challenge just by ...
0
votes
1answer
210 views

Stack Overflow Data Dump

The Stack Overflow Creative Commons Data Dump was released sometime back. http://blog.stackoverflow.com/2009/06/stack-overflow-creative-commons-data-dump/ I read that the data is upto september ...
0
votes
1answer
86 views

Why do some questions in the SO data dump not have accepted answers?

I am working on the analysis of the Stack Overflow dump. I met some questions when I worked on the posts.xml file. Do all the questions in the dump have accepted answers? If they are expected to ...
119
votes
41answers
4k views

Sizes and overlaps of communities on the sites

This might be totally useless, but I wanted to join the league of people who use the Google chart API and the data dump to create pretty pictures. So I took a look at the relative sizes of the ...
0
votes
1answer
103 views

Does the Stack Overflow XML dump data contain voters information?

I have got a version of the Stack Overflow dump data dated September 2011. In the votes file the lines are like this format: <row Id="1" PostId="4" VoteTypeId="2" CreationDate="2010-09-13" /> ...
27
votes
1answer
494 views

Can the Stack Exchange data dump be provided as a public data set on Amazon Web Services (AWS)?

Amazon provides Public Data Sets on Amazon Web Services (AWS): Public Data Sets on AWS provides a centralized repository of public data sets that can be seamlessly integrated into AWS cloud-based ...
0
votes
2answers
156 views

Stack Overflow data dump & table information

I am trying to find the Stack Overflow data dump, and if there any existing code to actually put the data into SQL tables. Also where can I find the description of the tables that are available ...
18
votes
0answers
204 views

Regular Stack Exchange Data Dumps

The Stack Exchange Data Explorer (SEDE) is now updated on a weekly basis. It would be nice if all of that public data was made accessible off-line on a regular and consistent basis. The SEDE says that ...
1
vote
1answer
106 views

Hats data in Stack Exchange Data Explorer

Will the next data dump into the Stack Exchange Data Explorer contain anything related to hats? I'm trying to find any clues I can about the The mysterious Epic Punyon Beard. I don't see anything ...
93
votes
21answers
2k views

Interesting queries on Data Explorer

Let's collect some interesting queries for the Stack Exchange Data Explorer here. How many upvotes do I have for each tag? (how long before tag badges?) SELECT TOP 20 TagName, COUNT(*) AS ...

1 2 3 4 5 6