The Stack Exchange Data Explorer (SEDE) allows you to create and run queries against copies of the databases of popular Stack Exchange sites.
4
votes
0answers
76 views
Is the data explorer updated manually? [duplicate]
Possible Duplicate:
Data from the Stack Exchange Data Explorer are obsolete
I am finding out the number of questions tagged android per day in the year 2011.
I see data only till November ...
3
votes
1answer
45 views
Are user accounts on Data.StackExchange and StackExchange two different entities?
I tried to search for similar questions, as I always do, but was not able to find one.
I just created a new account on Data.StackExchange with my existing google OpenID and it seems to be not ...
2
votes
1answer
76 views
query question for number of answers vs time across questions
I'm a student trying to write a report for a class. Could anyone please help me write the SQL query to find the following data for Stack Overflow/Stack Exchange?
number of answers vs time, perhaps ...
6
votes
1answer
152 views
How to distinguish between gold, silver, and bronze tag badges on SEDE?
How can I distinguish between the levels of badges for a particular tag, say linq, querying SEDE?
For example, Mr. Jon Skeet has all the gold, silver and bronze badges, so the query
select *
from ...
1
vote
1answer
51 views
Help writing a data explorer query
I'm trying to (eventually) write a query to give me number of upvotes per day for a given tag. Unfortunately I'm having trouble getting off the ground. Right now I'm just trying to get answers I've ...
2
votes
1answer
77 views
Where is the “Data” directory mentioned in the SEDE source code readme file?
The readme.txt mentions a "Data" directory, in which you can find the basic structure of a stack exchange site. The readme file states:
The Data directory contains a blank schema for a "Stack" ...
16
votes
1answer
105 views
Migration PostHistory records are omitted from Data Explorer DB Exports, Why?
Seems from a few posts as recent as August 2011 that Migration records used to be included in the DE DB's PostHistory table. They are currently (Nov 2011) omitted and I was just wondering why.
The ...
5
votes
1answer
153 views
What happened to everyone's downvotes?
I composed this query on SEDE the other day: Meanest users (users by ratio of downvotes)
If you look at the data displayed there and compare it to the current information on their profiles, you'll ...
3
votes
1answer
74 views
Query: list questions where the OP also left an answer
I was-trying-but-failed-miserably to assemble a query for Stack Exchange to display all the questions where the OP also wrote an answer.
Preferably, the query would hide the results where a ...
5
votes
1answer
134 views
Determine overall stackexchange reputation rank
I have roughly 27k total Stack Exchange rep between all sites. I notice that when I follow or commit to an Area 51 proposal, I'm usually one of the highest on it when sorted by user reputation.
My ...
8
votes
1answer
181 views
Data Explorer - is an update overdue? [closed]
I know the Data Explorer is a privilege and not a right, but I thought it was now done monthly - the last update was Oct 4th.
Can we get some fresh data to play with please?!
7
votes
1answer
150 views
Data.SE: I am jon.doe6817
Why do I get @jon.doe6817 for signing in with my Google OpenID? I get my 'normal' @Muntoo account after signing in with Yahoo. I doubt @jon.doe6817 'stole' my Gmail password. (It is ~30 ...
8
votes
0answers
90 views
What possible Top Tags are there in Careers, and how often are they updated?
What are the thresholds for the "Top X%" tags on the Careers site, and how often do they update to user profiles?
I can see that "top 30%" and "top 20%" exist on my Career profile, so presumably ...
1
vote
1answer
69 views
I cannot find some posts by ID
This query doesn't return anything, even though a question with that ID does exist: how to fetch content of xml element using idref.
However, some posts work fine: This query works fine.
1
vote
1answer
70 views
Is there a way to prevent Data Explorer from ignoring whitespace in query parameters?
I was thinking that a query to find posts with newlines followed by end-brackets might be useful for finding posts with code formatting issues-- for example, posts that look like this:
Here is what I ...
0
votes
0answers
40 views
What's up with this query? [duplicate]
Possible Duplicate:
Why can't I permalink to this Data Explorer query?
When I initially load the page for this query, I see what looks like the unformatted results of the query at the ...
6
votes
1answer
77 views
Why can't I permalink to this Data Explorer query?
Why does this Data Explorer query explode (on Firefox 7.0.1, Mac OS X 10.6.8)?
I can run the query once, when I compose it for the first time, but all further attempts to access it from my ...
0
votes
0answers
46 views
StackExchange Data Explorer is showing too much information [duplicate]
Possible Duplicate:
Data is showing MvcMiniProfiler results. Is that expected?
I'm not sure if this is totally wanted, but at the moment, I can see all the debug information of the pages of ...
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 ...
1
vote
1answer
68 views
Close button + Esc for the save query dialogue in Data Explorer
When I vote to close a question on Stack Overflow, the dialogue layer shows a close button at the top left corner:
and pressing Esc dismisses the dialogue.
However, when I want to save a query in ...
4
votes
2answers
100 views
Automatic logging into dataexplorer
On most SE sites when i visit them it says i've been logged in and asks me to refresh the page.
Why does it not do this for the dataexplorer?
25
votes
1answer
2k views
Change “Login” to “Log in” and “Logout” to “Log out”
OK, so not a bug per se, but it does 'bug' me...
On the Data Explorer page, the link to log in is labelled login rather than log in. The latter is on all the other SE sites I clicked through to, so ...
2
votes
0answers
75 views
Why is this Data Explorer query timing out and/or triggering a “Something is wrong with the server” alert?
I attempted to run the following query to find posts that are "signed" (ending) with the poster's username:
select top 5 posts.Id as [Post Link] from posts
join users on posts.OwnerUserId=users.id
...
3
votes
2answers
125 views
data.stackexchange.com fresh data
This question as been ask before here by Aleadam and answered by Marek. I am sorry I am asking again but the answer is from May.
Should data.stackexchange.com be updated more frequently?
every ...
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 ...
0
votes
1answer
59 views
Data Explorer doesn't show all of my answers [duplicate]
Possible Duplicate:
Data from the Stack Exchange Data Explorer are obsolete
I composed a simple query to show my answers with titles of corresponding questions, ordered by score. Many of my ...
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 ...
7
votes
3answers
77 views
Can I set default values for Data Explorer query parameters?
Is it possible to set a default value for a Data Explorer query parameter?
16
votes
1answer
233 views
Saving and editing queries on Data Explorer is giving me a headache
I find the current workflow for dealing with queries on SEDE way too complicated.
Naming queries with the comments is awkward, amending saved queries is awkward, working through a query's history is ...
5
votes
1answer
175 views
Running cloned query returns “Operand type clash” error
Edit
After some experimenting, I have now determined that the issue is not the number 200 per se, if >= 200 is used, the error does not occur.
I cloned the rank and percentile query on data.SE ...
4
votes
2answers
62 views
Is there a query that allows me to see which of my edits have been rolled back?
As I'm a frequent editor, I sometimes stumble upon posts where I'm sure that I've already edited them. Most of the time, I see that my edit has been rolled back.
Now, the reasons for these rollbacks ...
6
votes
1answer
86 views
Has something happened to the Data.SE login credentials?
I logged into data.SE today with the same OpenID provider/login I used in the past and found that this time it created a new account rather then logging me into my existing account. Has something ...
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" ...
3
votes
2answers
127 views
Why is there no option for Astronomy Stack Exchange in data.stackexchange.com?
And is there a chance that someone might put in that option soon?
8
votes
1answer
76 views
Data Explorer merge request - Query bug fixes
I made a few changes to the Data Explorer to address this issue, and ported some of the queries along the way to use Dapper. As part of those changes I reworked the code to pass the QueryResults ...
22
votes
1answer
200 views
How is the data explorer secured?
I understand that the SQL user probably doesn't have any sort of permission to modify the database, and that very heavy caching is probably used in addition to the fact that this is on a data dump ...
5
votes
1answer
50 views
No user search option on Users page of data.stackexchange.com
On users page of data.stackexchange.com there is no search box [except the default one which will search for queries]. Why there is no search option on this page?
6
votes
3answers
97 views
Explore what tags are associated with questions with tag1 but not tag2
Using data explorer, I'd like to explore, out of questions with tag1 but not with tag2, what tags are the most common.
For example, "What tags are associated with non-Rails Ruby questions?". I'm ...
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 ...
2
votes
1answer
59 views
Data Explorer doesn't save a changed parameter name unless something more substantial has changed
In this query I changed the parameter name from ##user## to ##UserId## to take advantage of the site ID autocomplete. I ran it, hit "save query", and altered the description slightly before hitting ...
5
votes
1answer
88 views
Fix ODATA error page
According to this question, the old http://odata.stackexchange.com URL is permanently disabled. Could someone change its error page to be more permanent? Right now, it's using the page with this text:
...
11
votes
1answer
159 views
Can someone fix all the broken links to the Stack Exchange Data Explorer?
The URL for the Stack Exchange Data Explorer changed from odata.stackexchange.com to data.stackexchange.com some time ago.
There are still a lot of broken links on Meta SO to the old Data Explorer ...
4
votes
1answer
115 views
Is database schema documentation available from the Stack Exchange Data Explorer? Shouldn't it be in the FAQ?
If you don't know where to look, it's a bit hard to find the database schema for the Stack Exchange Data Explorer (both new and old). As far as I can tell, the Stack Exchange Data Explorer only ...
4
votes
1answer
66 views
Is there a way to search for expired bounties?
I would like to search for questions that had bounties, but no bounty was awarded. Is this possible by data.stackexchange.com queries or the sorts?
1
vote
0answers
51 views
Why has the Data Explorer the Beta Offline page?
The Data Explorer does have the Beta-Offline page. Does it generally just lack it or was that an oversight?
And I'm nearly 100% sure this is a duplicate, but I can't find it.
7
votes
1answer
61 views
Error page (runtime error) on query page on data.SE?
Viewing this query gives me the following:
However it displays fine when not logged in:
Is that a bug? Should it be fixed?
0
votes
1answer
71 views
Data.SE disagrees with SO on Number of Edits
This page on StackOverflow says:
muntoo had 371 edit suggestions approved, and 36 edit suggestions rejected.
This query on Data.SE says:
Total Edits: 267
Maybe I just suck at SQL (I do; I ...
7
votes
2answers
176 views
Could someone write a query for finding Revival candidates?
I don't have a Revival badge yet, and thinking that I'm missing out on something SE wants to encourage, I decided to try for one. However, I found that it is not easy even to find a candidate for ...
15
votes
1answer
184 views
Allow to create Magic Column with an arbitrary URL
Currently data.SE supports two types of so called Magic Columns:
If you alias an id column with as [Post Link] it will automatically
create a link in the result set to the parent site. Similarly ...
14
votes
1answer
147 views
Can the bit of random site icon placement at SE Data Explorer be changed?
Is there a reason that some icons of SE sites are not paired up neatly with their respective meta icon on SE Data Explorer, while the vast majority are? If not or if it is bypassable, I suggest the ...