The Stack Exchange Data Explorer (SEDE) allows you to create and run queries against copies of the databases of popular Stack Exchange sites.
0
votes
0answers
18 views
SEDE's still got the old-school footer [duplicate]
SEDE needs its footer updating from this:
To the new one:
4
votes
1answer
124 views
How can I find which user asked the most questions on Stack Overflow? [closed]
Is there a way to find which user has asked the most questions on Stack Overflow by today (14 - 05 - 2013)?
0
votes
2answers
28 views
Script to fetch results from data explorer
Is it possible to fetch data results from data explorer without going on the page ?
The thing is that there is a captcha to prevent spam queries so I'm not sure it's possible.
But is there a ...
5
votes
0answers
48 views
Can these accounts on Data.SE please be merged?
Normally getting accounts merged is a straightforward process that can easily be done by a moderator. However, that is definitely not the case over on Data.SE.
I have accidentally created two user ...
28
votes
0answers
136 views
Show suspended users with their normal reputation in the Data Explorer
I was playing with the Data Explorer... And I was trying to write a query to show users who got the most % of their reputation from accepts.
So for each user: [% from Accepts] = [Rep from Accepts] / ...
3
votes
1answer
80 views
Why haven't I earned the badge, but I have it?
I saw this question, which discussed a Data Explorer query for counting edits. So I decided to try it out with the account I am most active on, Science Fiction & Fantasy. To my surprise, the ...
5
votes
0answers
43 views
'Age' field in data explorer is inconsistent with main site
This appears to be a re-occurrence (or it never was fixed) of this bug:
Age calculations are wrong in the data dump export
Basically, when running a Data.SE query, the age field seems to be ...
21
votes
0answers
146 views
+50
Maybe it's time to update the code base of Data Explorer? Pretty please?
Not talking about the data, this one appears to be updating regularly which is awesome.
Talking about this:
Putting aside the terribly outdated footer (e.g. "contact us" is still a mailto: ...
4
votes
0answers
39 views
User views on Data Explorer is wrong or extremely out-of-date
I noticed that the Users.Views field for every single active user is extremely out of date. It is even zero/missing for some (not too new) users.
Example:
...
1
vote
0answers
41 views
Google OpenId provided autologging me as another (possibly dummy) user [duplicate]
I wanted to find the posts eligible for archaeologist badge and came across the following link
...
6
votes
2answers
158 views
Upvotes with no user
I was just querying the stack exchange database, and I noticed that there are records in Votes
for upvotes with null UserId.
SELECT COUNT(*)
FROM Votes
WHERE VoteTypeId = 2
AND UserId IS NULL
...
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 ...
1
vote
1answer
34 views
how to extract tags and the number of question tagged
I want to extract question tags in stack overflow and the number of questions of each tags. I read this post Is there a way to extract statical information based on tags?. The answer shows I can get ...
3
votes
0answers
23 views
Get favorite count for tag
Is there a way to get the number of times a tag is favorited or the favorite tags for a user in Data Explorer?
It seems Tags.Count is the total number of questions with that tag.
Count won't work ...
4
votes
1answer
131 views
Allowing JavaScript from domain microsoft.com on Stack Exchange Data Explorer (SEDE)
While logging into Stack Exchange Data Explorer (SEDE), I noticed I did not have the usual OpenID icons (for Stack Exchange, Google, Yahoo, etc.), but a blank line. Suspecting my NoScript plugin that ...
4
votes
1answer
72 views
Trouble with fetching data
I'm trying to query the following data from stackexchange:
Fetch all the questions asked about Android, in past five years, and display post's id (a.iD), associated tags (a.Tags), for the person ...
7
votes
1answer
74 views
What do these attributes refer to in the SEDE Schema?
In the SEDE Schema under Votes -> VoteTypeId, there are
Upmod
DownMod
InformModerator (Probably refers to the Inform Moderator Flag ?)
ModeratorReview
What do each of these atttributes refer to ?
...
7
votes
1answer
91 views
How many times was a shared link clicked on?
Background
The Announcer badge is awarded to people who share a link that results in 25 distinct IPs clicking on it. To track that the URLs are constructed like this:
...
4
votes
1answer
55 views
LIMITs on data.stackexchange.com?
SELECT Id, DisplayName FROM Users ORDER BY CreationDate DESC LIMIT 10;
That query didn't work on data.stackexchange.com. I guess LIMIT isn't a key word. As such how would I go about doing a LIMIT?
12
votes
1answer
119 views
Why doesn't data.stackexchange.com log in with Stack Overflow login?
http://data.stackexchange.com/users/10766/jon-doe10767
I logged in with the same Gmail account that I use to log into all my other Stack Overflow accounts and it didn't auto-populate the name. Nor is ...
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 ...
5
votes
0answers
76 views
How to calculate per site meta reputation?
The displayed reputation on per site meta (other than MSO) is the same as on the respective parent site. However, out of curiosity, I'd like to see the actual reputation users would have on a meta if ...
4
votes
1answer
110 views
Is there a way to see your full Comments history?
I want to find a question I commented on about two years ago. Is this possible?
2
votes
1answer
64 views
List of Vote type IDs [duplicate]
This is mainly for SEDE use.
I know the basic VoteTypeIds, like 1 for accept, 2 for upvote, and 3 for downvote. There are also some other less well-known ones like 11 for undelete.
Is there a ...
5
votes
1answer
85 views
When will Area 51 be available on Data Explorer?
In this post and comment made some years ago, it is mentioned that Area 51 would be added to Data Explorer in a few months. Whats the current status ?
1
vote
0answers
18 views
Stack Exchange data explorer account creation issue [duplicate]
See also: My StackExchange DataExplorer Account doesn't show up in my Accounts!
I created my account in Data Explorer and used my already registered Google Login for logging.
It created the ...
2
votes
1answer
93 views
Data explorer is still showing incorrect data
I am trying to view the list of StackOverflow users based on their reputation. Following is the link
http://data.stackexchange.com/stackoverflow/query/edit/101107
However, the reputation of EVERYONE ...
3
votes
1answer
75 views
Data Explorer - top 50 askers
I'm trying to write a query to see who are the Top 50 biggest "askers" (ask the most questions) on StackOverflow, and how many questions they've asked. My best attempt (which throws an error), which ...
3
votes
2answers
71 views
What should happen to questions asked by non-existent users with answers that score higher than the accepted answer?
Here's the scenario:
Bob asks a question on Stack Overflow.
Bob gets a few answers and selects the one that helps him the most.
Bob's account gets deleted.
Another (considerably better) answer is ...
0
votes
0answers
40 views
SE Data Explorer Copy/Paste keyboard shortcuts missing
Windows has 2 sets of Copy/Cut/Paste shortcuts by default. The most common of course are Ctrl-C/X/V but Ctrl-Insert, Shift-Insert and Shift-Delete are also Copy/Paste/Cut respectively.
I've been ...
5
votes
0answers
68 views
Color of site icons on Stack Exchange Data Explorer is (not technically incorrect but) confusing
In the Stack Exchange Data Explorer, the icon color for the various sites seems* incorrect: Whenever I select a main site, the icon is greyed out, and when ever I select the corresponding meta site, ...
0
votes
1answer
46 views
Query Stack Overflow: Not showing original reputation
I just checked out top users in my country, and I saw I am also there. But the case is, it is not showing my original reputation! It is showing 1674 while I have more than 1800. Why is this??
0
votes
0answers
40 views
Data.SE in development mode? [duplicate]
It seems that the Data Stack Exchange page is showing ping stats. Is this normal?
5
votes
2answers
182 views
A majority of these 1500 questions by rule should be closed and possibly deleted
This data.stackexchange query uncovers 1,500 questions that have
~85% chance of having one or more link-only answers
>50% chance of needing to be closed by rule
Link-only answers usually suggest
...
2
votes
1answer
43 views
Empty record in Data Explorer query
When I run the following query on the Stack Exchange Data Explorer the first record is empty - it's like a blank name. Can someone please explain how the top bounty answerer is nothing?
SELECT Top ...
13
votes
0answers
87 views
Please provide information on duplicate question relationships in SEDE again
Before the changes to how duplicates are displayed earlier this month, it was possible to get data on duplicate questions and their "originals" out of SEDE by parsing the automatically inserted ...
0
votes
1answer
33 views
Miniprofiler is visible on data explorer [duplicate]
I am able to see the mini profiler on the data explorer.
Isn't this supposed to be only visible to employees?
3
votes
0answers
65 views
How come the API and the user number count in the HTML code on SO don't match?
I am referring to this post:
How many users are there on Stack Overflow?
Why do the two solutions (API and HTML peek on newest user) seem to give incongruent numbers?
3
votes
1answer
64 views
Data Explorer contains Stack Overflow questions with NULL ViewCount
While trying to examine the distribution of question view counts on Stack Exchange sites, I came across an anomaly - there appear to be questions in the database with NULL ViewCounts. This query I ran ...
6
votes
1answer
62 views
Stack Exchange Table Structure [duplicate]
Possible Duplicate:
Add better descriptions and E/R diagram to Data Explorer’s schema
I was messing around with the Stack Exchange Data Explorer and it appears that not all the tables are ...
12
votes
1answer
92 views
Data Explorer PRIMARY filegroup full
Same as this from 2011, I'm getting:
trying to run any of the progress-towards-generalist queries.
1
vote
1answer
114 views
How can I query the Stack Overflow database?
Some time ago I saw someone had queried their country's users of Stack Overflow in a sub-site of Stack Exchange (if I'm not wrong). I want to know how I can query Stack Overflow's database.
0
votes
0answers
41 views
OData feed down (YSOD)? [duplicate]
Possible Duplicate:
How to connect to data.stackexchange.com through OData
It seems http://data.stackexchange.com/stackoverflow/atom is down and produces a HTTP 500 error.
Is this a ...
2
votes
1answer
25 views
Why is the number of views different in data.se.com compared with the number on the actual question
I wrote a quick query to find out the most viewed question on the electronics SE but the views are different. For example here:
Good Tools for Drawing Schematics | 9876
While if you visit the ...
2
votes
1answer
107 views
How to connect to data.stackexchange.com through OData
This post suggests data.stackexchange.com endpoint to connect using OData from Linqpad.
http://data.stackexchange.com/stackoverflow/atom gives Server Error in '/' Application.. This seems security ...
0
votes
0answers
18 views
A way to export favourites? [duplicate]
Possible Duplicate:
Is it possible to extract your favourite questions from a SE site?
Is there a way to export favourites in text format ?
I've got a lot of interesting questions in my ...
5
votes
1answer
42 views
Changing OpenID is broken on Data Explorer
To reproduce:
Go to Data Explorer and sign in.
From your profile, hit up "change openid" and provide some new credentials. (I was trying to go from SE OpenID to Google.)
Something dies with the ...
3
votes
1answer
68 views
Post Link for Tag Info Wiki's display text should be better than “unknown”
The displayed text for a [Post Link] where the underlying Id corresponds to a Tag/Info Wiki (where the link redirects successfully) is just "unknown".
For example, if you've ever edited a tag wiki: ...
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 ...
3
votes
2answers
90 views
Is there a Data Dictionary for the data.stackexchange tables?
Is there a data dictionary showing the relations between tables? If so, where can I find this?
I'd like to become more familiar with the schema :)
is this related question the best/official post to ...






