4
votes
2answers
97 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
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 ...
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 ...
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 ...
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 ...
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 ...
3
votes
1answer
86 views

Can you use the data explorer to view an offline (local) data dump?

Was just looking into the possibility of having an offline local copy of stack overflow for when I'm internetless. I found a blog post about the data explorer, although it looks like it's designed to ...
10
votes
1answer
115 views

Add bounty details to Data Dump for “BountyStart” event

There is a BountyAmount column in the Data Dump, but for now it is only filled for VoteTypeId=9 ("BountyClose" event, i.e. when bounty ended) and only if the bounty was awarded to someone (see an ...
25
votes
1answer
164 views

Add UserId information for bounty starters and closers

Currently the "UserId" info is stripped from the Votes table for "BountyStart" and "BountyClose" vote types (i.e. for VoteTypeId=8 and VoteTypeId=9 respectively, check an example). Since this ...
15
votes
1answer
135 views

Tag delimiters are not consistent in posthistory.xml

In the September 2011, December 2011, and several of the closed site data dumps the tag history is not delimited consistently across all sites. As an example from IT Security: <row Id="48" ...
7
votes
1answer
90 views

Can I get notified when there's an SE Data Explorer data dump?

As it is now, I'm checking every day if there is a new data dump. If I were notified, I would not have to keep checking.
1
vote
0answers
46 views

URL table in the SEDE dump

I have noticed a few SEDE queries that attempt to extract the referenced URLs from post bodies. Is there any chance we can get a table to list the URLs referenced by posts? This should simplify ...
11
votes
2answers
84 views

Add close reasons to the data dump and to Data Explorer

We already have the close votes (VoteTypeId = 6), but there aren't any close reasons associated with each vote.
8
votes
2answers
169 views

Values for PostTypeId in data explorer

I am looking for some explanation of the schema for the data dump of se sites. Specifically I'd like to know the values for PostTypeId field (1=Questions?, 2=Answers?, 3=?, etc). I have tried to ...
13
votes
1answer
141 views

Data “dumpification”

I'm not one to pester*, so I wanted to put in a polite request for new data to be placed in the Data Explorer whenever there is an opportunity. I know there are posts saying that the schedule is ...
8
votes
2answers
126 views

Can Flag Weight be available on data-dump and data-explorer?

Can Flag Weight be available on data-dump and data-explorer? Just curious :-)
5
votes
1answer
165 views

Stack Exchange Data Explorer: When is the new data dump available?

I read somewhere that more or less each month a new data dump is available. The last dump for Stack Overflow was on February 9, 2011. So when can I expect the new data dump?
4
votes
1answer
52 views

Add ProtectedDate to Post records in the data dump

The current version of the data dump does not have information on whether or not a question is protected. Can we add a ProtectedDate column to this table? It would be NULL on answer records and ...
6
votes
0answers
44 views

Add reputation at post time to PostHistory records in the data dump

One of the weaknesses of the data dump is that it is not possible to determine a user's reputation at a particular point in time. This is "by-design" and perfectly okay. However, there are a number ...
1
vote
3answers
267 views

Regarding the Stack Overflow DB schema

​I was trying to use the Data Explorer for Stack Exchange to count how many votes I gave to questions and how many I gave to answers on Stack Overflow. Looking at the schema, I've assumed you can ...
5
votes
3answers
146 views

Why isn't gaming on SEDE?

I noted that Gaming data is included in the monthly Data Dump, but isn't (yet?) loaded to SEDE. Will it be loaded this time (and I'm just being impatient) or is there some issue?
2
votes
1answer
53 views

What does the “views” column in the SO schema store?

I'm not sure what that's supposed to store! Does anyone have an idea?
1
vote
2answers
99 views

What is the difference between LastEditDate and LastActivityDate in the posts table in the SO schema?

I'm not sure why have LastActivityDate and LastEditDate... do they not represent the same thing by definition?
1
vote
1answer
98 views

What is the purpose of double storing tags in the SO schema?

I was looking at the schema and I noticed that there is a column titled **tags** in the posts table. What is the purpose of this column given that there is another table called **PostTags** that ...
2
votes
1answer
100 views

Can Data Explorer quantify over my votes?

Can it be done in Data Explorer, or would I need the API for that? I was thinking about how to write a query for the Sportsmanship badge, and I stumble on this. I can see that there might be privacy ...
15
votes
1answer
149 views

Provide more frequent data dumps to Data Explorer

In the SO blog post "Introducing Stack Exchange Data Explorer" (2010-06-13), Jeff states in a footnote: we are looking at eventually making special weekly or biweekly dumps for SEDE Is this ...
2
votes
0answers
88 views

Add sub-metas to the data explorer

Now the sub-metas are included in the data dumps and the data explorer has been updated, shouldn't they be listed on the data explorer as well?
1
vote
1answer
112 views

Tag synonyms and data dump

Now that the tag synonyms are implemented, how does it affect the monthly data dump? Should the data dump have the list of tag synonyms?
2
votes
0answers
40 views

Get the Number of Closed Votes I Cast?

Is there any query yet at Stack Exchange Data Explorer that allows me to get the number of closed votes I cast for a given time period?
1
vote
2answers
93 views

timed_penalty_date on Stack Exchange Data Explorer

I just did a query to list user with higest downvote ratio. Then I noticed that there is banned user like "Geoffrey Chetwood". Would it be possible to include this information on Stack Exchange Data ...
32
votes
18answers
769 views

Don't forget to mention… SQL injection!

I've thought for a long time that answers that mention SQL injection get upvoted a lot, even if SQL injection is entirely unrelated to the question. It looks like the new data browser supports that ...
11
votes
5answers
335 views

Most and least dangerous tags to answer (among the tags with 1000+ questions)

Most and least dangerous tags to answer (among the tags with 1000+ questions) Turns out that MS-Access answers get a 10% chance of a downvote. Good thing I steer clear of MS Access!
91
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 ...
39
votes
8answers
923 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 ...
8
votes
4answers
879 views

What is your ideal Data Dump Sandbox?

I have been thinking about building yet-another data dump sandbox like StackQL or StatOverflow -- both sadly defunct. The new data dump sandbox will provide, at minimum, an OData endpoint for all ...
-5
votes
6answers
302 views

Include user's “Interesting” and “Ignored” tags in the data dump

I added a feature-request earlier that revolves around my use of tagging to draw .NET developers to questions that are language-agnostic (as far as C# and VB.NET are concerned). The request is based ...
58
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. ...