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)?
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
...
21
votes
0answers
148 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: ...
5
votes
2answers
190 views
What tags generate the most reputation?
Is there a way to find the tags that generate the most reputation?
What is the average reputation generation per question (total reputation generated to the original poster and to the answers) for ...
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 ...
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 ...
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 ...
39
votes
8answers
920 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 ...
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 ...
13
votes
1answer
119 views
Username overflow in Data Explorer users page
Well, see for yourself:
On other sites that I checked the user names are trimmed, so it appears to be local problem with the Data Explorer site only.
Despite being fixed, the fix is still not ...
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
...
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 ...
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 ...
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 ...
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 ...
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 ?
...
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 ?
4
votes
1answer
112 views
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:
...
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 ...
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?
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 ...
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. ...
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 ...
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 ...
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 ...
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??
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?
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?
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 ...
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?
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.
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 ...







