The Stack Exchange Data Explorer (SEDE) allows you to create and run queries against copies of the databases of popular Stack Exchange sites.
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. ...
34
votes
1answer
623 views
When will data.SE get updated data?
Zypher promised that data.SE would "soon" get live data:
How to count the number of times I earned 200 daily reputation?
http://chat.stackexchange.com/transcript/message/5865764#5865764
I realize ...
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 ...
12
votes
1answer
159 views
Why are my SEDE results inaccurate/obsolete/incorrect/outdated?
When I use the Stack Exchange Data Explorer (SEDE), the results I get don't reflect recent activity. Sometimes the data I get back are two months out of date. What's wrong?
This is intended to be a ...
13
votes
2answers
233 views
Why am I jon.doe when logging into Data Explorer?
I just tried to login to the Data Explorer and it gave me a jon.doe user.
http://data.stackexchange.com/users/5596
I used the same openid...
How can I link this to my other accounts?
6
votes
1answer
157 views
Data from the Stack Exchange Data Explorer are obsolete
I was querying data from http://data.stackexchange.com/stackoverflow/atom using a LINQ query in LINQPAD and found that the data I got back are quite obsolete. I searched for Shekhar-Pro (me) by using ...
68
votes
4answers
705 views
Let SEDE users get hold of data on unsuccessful close votes for stats
I have the feeling that with the growing influx of questions, an increasing number of questions that are clear closing candidates (i.e. it is totally obvious and undisputed that they belong closed ...
6
votes
1answer
154 views
Wrong user when logging into Data Explorer
I think I'm having the same issue as reported in this question:
Why am I jon.doe when logging into Data Explorer?
When I log into SEDE with the same OpenID account I use for SE, a different user ...
39
votes
8answers
919 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 ...
10
votes
1answer
151 views
Data is showing MvcMiniProfiler results. Is that expected?
Not sure if this is actually desired, but data is currently showing me (a SE non-dev) mvc-mini-profiler results, including all queries that are being run against the DB (not talking about ...
7
votes
1answer
148 views
I'm being logged into Data Explorer as “jon.doe18”, why?
Forgive me if I'm just ignorant of some well-known fact that explains this behavior:
When I log into Data Explorer with my usual OpenID provider (myOpenID), then I'm logged into the system as
...
22
votes
0answers
197 views
Show successful close/reopen votes in SEDE regardless of if they've expired or not?
Currently Data.SE only show currently active close and reopen votes. Once these votes expire, they're removed from the Votes table. This makes them rather useless when trying to query anything related ...
6
votes
5answers
441 views
How can I get all users' total reputation across all sites?
I like how Area51 shows users by their total reputation across all sites, as an indication of the user's general familiarity with the StackExchange format. Is it possible to get a list of all (or a ...
16
votes
1answer
203 views
Can I search my comments using some keyword(s)?
Here's my problem: I know I've posted something on Stack Overflow about a particular topic. I know how to search all my answers with a given keyword, and that feature works well. But, if I don't ...
12
votes
1answer
132 views
Allow cross-site queries in data explorer
I think it would be useful if we could join across databases in the data-explorer.
For example, I'd like to query up a list of questions that I had a hand in migrating away from SO, and see what ...
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 ...
14
votes
3answers
290 views
“member for” is a negative number on Data.SE
I've recently joined Data.SE, and seen this:
-55, -54, and counting… it reached 0, but then it started over from -59!
It seems I'm not alone with this problem
8
votes
1answer
80 views
Where do I ask questions about data explorer?
The tag wiki for data-explorer says:
The Data Explorer, located at data.stackexchange.com, allows you to
create and run queries against copies of the databases of popular
StackExchange sites ...
45
votes
14answers
1k views
Can we become our own “Northwind” for teaching SQL / databases?
In the Microsoft ecosystem there are some standard databases like Northwind ...
The Northwind Traders sample database contains the sales data for a fictitious company called Northwind Traders, ...
8
votes
1answer
161 views
How can I write a cross-site Data Explorer query that joins databases on linked accounts?
The answer to this question implies that you can write cross-site Data Explorer queries, but the sample query doesn't appear to do what I think it should.
SELECT TOP 1 *
FROM ...
4
votes
1answer
87 views
Search on Stack Exchange Data Explorer
Could we please have a search box on SEDE to search the queries?
10
votes
1answer
143 views
Missing Stack Exchange OpenID option at data.stackexchange.com
I wanted to log in to the Stack Exchange data explorer, but I found out that the login page does not list the SE's own OpenID login as option (manually entering the SE's OpenID URL worked).
15
votes
3answers
279 views
Why prevent people from seeing upvote/downvote count if they can find out using the data explorer or the API?
There are some sites that I don't yet have 1,000 rep on (including meta), which means I cannot see the upvote/downvote breakdown.
There were some posts that I was curious about, so I pieced together ...
13
votes
2answers
146 views
Is there a way to auto-identify tag synonyms which differ by *only* a hyphen?
Note: There is a nice background discussion on this here: tags: foobar versus foo-bar?. This discussion is not part of this question however:
I'd like to go through and propose a bunch of synonyms ...
8
votes
0answers
96 views
Age field in database off by one [duplicate]
Take this query for example. And checking the "real" user profiles, the ages are all either off by one, or nonexistent. This might make sense since the data doesn't arrive constantly, except everybody ...
8
votes
2answers
368 views
How far am I from getting into the “Top 20%” for a particular tag?
I've got a couple of "Top 20%" tags on my careers page. I'd really like to know how far I am from getting the same award for the "android" tag. Is there an easy way to get that information?
I don't ...
-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 ...
11
votes
1answer
227 views
A couple of (popular) queries on the Data Explorer aren't working
So far, it seems to be:
How long until I get the generalist badge?
How many upvotes do I have for each tag?
The first query gives me no results, the second gives me two rows:
TagName ...
7
votes
0answers
122 views
Notify/contact SEDE user of fix to query
I guess I'm asking for comments, with subsequent notifications, to be added to queries in SEDE, so we can point out fixes to flawed queries, especially when the query has a comment in it explaining ...
39
votes
0answers
248 views
Can some metadata about deleted posts be included in Data.SE?
I like to use Data.SE to view usage stats for some of the sites, however deleted posts are not included on Data.SE and I think this skews the numbers quite a bit, particularly on sites with a lot of ...
13
votes
5answers
544 views
Strunk-and-White problem?
Thanks to the new edit system(which I really like, BTW) I recently got Strunk-and-White. Awesome! I'm a curious guy, so I had been periodically seeing how many edits I had with some data explorer ...
2
votes
3answers
228 views
How to access all of oData in stackoverflow data explorer?
I want to get all the Tags from the data explorer (http://odata.stackexchange.com/meta/query/new) but my query results get truncated to 2000 records. How can I get the whole thing?
Thanks!
10
votes
2answers
103 views
Data Explorer needs the ability to comment on queries [duplicate]
Possible Duplicate:
Notify/contact SEDE user of fix to query
I just tried out odata.stackexchange.com for the first time - quite impressive!
However, I really missed the abilty to comment ...
9
votes
3answers
164 views
Charts in the data explorer
I don't know whether the data explorer was created for SOFU, obviously if it wasn't this is impractical. Would it be possible to add an option to display the results as a chart?
15
votes
3answers
282 views
Why is there a TextBox instead of a Button in Data Explorer's Captcha?
I was trying to run a query in Data Explorer without logging in (I didn't notice that I am not logged in). When I click on Run Query button, I got a Captcha to avoid spam queries. But what I found ...
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 ...
11
votes
1answer
111 views
Why is merging accounts not possible in Data Explorer?
This is my profile in Data Explorer. I logged in there with Gmail account which I am using in Stack Exchange. So my user id of any Stack Exchange site is automatically populated there. I have three ...
10
votes
1answer
167 views
Why is the data explorer telling me there are closed questions with no close votes?
I am curious why SE Data Explorer is telling me there are closed questions with no close votes
I don't think my query is wrong, but I suppose it could be:
select Closevotes, count(*)
from
(
...
10
votes
1answer
121 views
Add better descriptions and E/R diagram to Data Explorer's schema
Schema should show descriptions and possible values for fields. Maybe it should even have some kind of entity-relationship diagram for the tables.
8
votes
1answer
64 views
When switching sites after executing a query that uses a user ID, it should not be carried over
When you execute a query that uses your user ID, it is prefilled automatically if you are logged into the Data Explorer.
If, after executing (because before that it isn't really possible for some ...
6
votes
3answers
231 views
Data Explorer bombs if you use the GO keyword
Running:
-- [Enter Query Title]
SELECT 'gn'
GO
Results in:
Error: System.InvalidOperationException: ExecuteReader: CommandText property has not been initialized at ...
4
votes
1answer
91 views
Error when trying to log into StackExchange Data Explorer
Yesterday and today I tried to log in to Data Explorer using OpenID. But every time I see this error:
Am I missing something? Or isn't it my fault?
4
votes
1answer
112 views
0
votes
2answers
62 views
Is there a way to know which data set is available in the Data Explorer?
Is there a metadata table or something which would indicate the effective date of the set and perhaps the date and time it was refreshed?
(Typically, we have this kind of thing in our ETL for data ...
-2
votes
1answer
156 views
Can we add vote history to the data.se dumps?
EDIT AGAIN
For everyone downvoting this request - how is this different from the data already publicly available from the new /users/<id>/<name>?tab=reputation page? At least leave an ...
35
votes
5answers
846 views
When am I going to get the generalist badge?
Can anybody muster up a query on Data Explorer that will show me my progress towards the Generalist badge?
60
votes
8answers
6k views
Implement OData API for StackOverflow
The request is simple
Implement OData (http://www.odata.org/) API for StackOverflow sites
Benefits:
It's a standard API.
OData allows the SO database to be queried and navigated for questions, ...
32
votes
18answers
768 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 ...
21
votes
2answers
358 views
StackExchange Data Explorer is going open source
We are almost ready to announce on the blog that we are open sourcing SEDE.
Before we do that I wanted to get a bit of feedback to make sure that what we are doing makes sense and is easy to follow. ...
20
votes
1answer
468 views
Data explorer merge request - Execution plans
This is a request to merge some changes I've made to the Stack Exchange Data Explorer.
I've add the ability to view / download query execution plans - a tick of the "Include execution plan" check box ...


