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

1
vote
1answer
28 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
28 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 ...
4
votes
2answers
92 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
25 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
39 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 ...
2
votes
1answer
88 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 ...
0
votes
1answer
55 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 ...
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, ...
3
votes
0answers
41 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
44 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 ...
20
votes
3answers
350 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 ...
8
votes
1answer
70 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 ...
0
votes
0answers
46 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 ...
10
votes
1answer
133 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
0answers
82 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
188 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
84 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 ...
0
votes
1answer
100 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" /> ...
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 ...
18
votes
0answers
191 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 ...
2
votes
1answer
91 views

How can I find questions from users of a minimum reputation and accept rate?

How can I find questions from users of a minimum reputation and accept rate?
3
votes
1answer
58 views

What do these votetypeids in the votetypes table mean?

I have been using the data explorer to examine the stackoverflow data and I don't know what some of the votetypeids mean. I am specifically interested in the following Votetypeid 2: UpMod; is this ...
0
votes
1answer
58 views

How to retrieve posts converted into comments from Stack Overflow dump?

I am trying to write queries on the data explorer to retrieve the posts that have been converted into comments. However the votes, comments and posthistory tables have no information that shows when ...
4
votes
1answer
62 views

How to retrieve deleted questions from Stack Overflow dump?

I need to use the Stack Overflow data for some data mining experiments and I have to find out which posts have been deleted. I have been using the data explorer and trying to see if I could retrieve ...
1
vote
0answers
75 views

What Could You Do with a GraphML Formatted Stack Exchange Data Dump?

I've just released a free application which converts Stack Exchange data dumps to GraphML. This allows you to analyze the Stack Exchange data using tools like R/igraph and Gephi. It is interesting ...
0
votes
0answers
40 views

Stack Overflow Tags and Synonyms Data Dump

I've downloaded 2 different version of stack exchange data dump but does not include any table for tags data. how can I download a new stack overflow data dump with tags and their synonyms ?
0
votes
2answers
152 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 ...
15
votes
5answers
262 views

Why are questions edited more thoroughly than answers?

I used the PostHistory table and ran a Python diff ratio using the first and last edits for both questions and answers. This is supposed to give 1 if the posts are identical and 0 if there are no ...
0
votes
1answer
370 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 ...
12
votes
1answer
119 views

Are all the meta.* sites intended to be included in the data dump?

The April 2012 data dump included data for all SE sites, plus the associated meta.* sites. The August 2012 data dump does not include data for the meta.* sites, except that meta.stackoverflow.com is ...
3
votes
0answers
293 views

Gravatar hash in data dump

With or without its will, Stack Overflow is attracting a lot of attention by the scientific community. See for instance the lengthy list of research articles at Academic papers using Stack Overflow ...
5
votes
1answer
99 views

Can I make the data dump of a closed SE site public?

Lets say I download data dump of a closed site. The SE site is not available anymore and not every one can read data dump easily. Can I bring the data dump to a public site. Is it allowed?
2
votes
2answers
108 views

How to read data dump of a site [duplicate]

Possible Duplicate: Scripts to convert data-dump to other formats I downloaded data dump of one closed site at SE but it is all XML. Is there a proper way/tool to read it? Or I have to ...
3
votes
1answer
60 views

Determining who is a moderator in data explorer

As far as I can tell, there's no indication in the data dumps accessible in Data Explorer as to whether a particular user is a diamond moderator or not. This would certainly be a useful thing to know ...
0
votes
0answers
57 views

Data Dump Accepted Answer with wrong ParentId

I'm working on the data dump of stackoverflow and I might have found a bug in it. The post (link1) has been merged with the post (link2) but in the data dump there is this: Id post1 = 1406604 with ...
2
votes
2answers
168 views

How do some new answers “break through”?

I'm working with the SE data dump and am interested in voting patterns and answer contributions over time. I know it is established that the majority of questions are answered well (or at least to the ...
1
vote
2answers
320 views

How do I download Stack Overflow's data? [duplicate]

Possible Duplicate: Where is Stack Overflow's public data dump? I heard that Stack Overflow's Question/Answer data is downloadable. How can I get it?
0
votes
0answers
31 views

redirection duplicate post(s) id in data dump [duplicate]

Possible Duplicate: Request for data dump to include more closed question info I looked in the data dump if there is the duplicates post's id. I found that the post with the CloseReasonId 1 ...
8
votes
2answers
278 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
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 ...
19
votes
1answer
239 views

Crawling Stack Overflow instead of the dumps for fresher data in our search results

We have a search utility on Yfrog that indexes all tweets that hit yfrog.com (we have 1.5 billion tweets indexed). We want to add all Stack Overflow questions to our index so that we could refer ...
3
votes
1answer
166 views

How does SO calculate email hash?

I'm not sure how sensitive this piece of information is considered (don't throw stones), but I was wondering how SO calculates the email hash. We want to check if certain people for which we have the ...
7
votes
1answer
66 views

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

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 ...
21
votes
1answer
303 views

When will quarterly data dumps resume?

According to this blog article dated Sept 2011: http://blog.stackoverflow.com/2011/09/creative-commons-data-dump-sep-11/ While we will always continue to produce Stack Exchange creative commons ...
6
votes
1answer
102 views

What are the PostTypeId's in the 2011-12 data dump?

I work on the data dump from December 2011, and I have encountered two things that I need to ask about. First: In the README, it says that the attribute PostTypeId can only be 1 for the questions ...
16
votes
1answer
196 views

How do I get my data from a soon-to-be-closed beta site if I am not a programmer?

The Economics beta was given a 9-day eviction notice (how typical for SE). It mentions a link to a blog post about data dumps but the latest Clear Bits data dump is for December 2011 and does not ...
0
votes
0answers
30 views

Are the meta sites for individual SEs also archived in individual site dumps?

And in particular, what about the meta SEs for SEs that are about to be closed, like the meta for the Astronomy SE?
4
votes
2answers
210 views

Dumping Stack Overflow to a private network

Is there any tool to use the Stack Overflow Creative Commons data dumps to serve as the same Stack Overflow format website, but only on a private network (for example, running locally over ...
0
votes
1answer
71 views

Duplicated information in data dump

I found that in the file in the data dump, the information are duplicated. In fact, the post with the id 5022383 and the title "Monkey patching CKEditor to embed YouTube videos" is in the file ...

1 2 3 4 5 6