3
votes
1answer
147 views

Why did I get associated as Jon Doe?

When I logged into Stack Exchange Data Explorer for the first time today using my normal Stack Exchange Open ID I was given the display name Jon.Doe8551. There are indeed 66 pages of Jon.Does on ...
4
votes
1answer
128 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)?
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 ...
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
99 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
24 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
73 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
75 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 ? ...
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
77 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
111 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?
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
76 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 ...
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?
2
votes
1answer
44 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 ...
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?
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 ...
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.
2
votes
1answer
109 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 ...
3
votes
1answer
34 views

Not all Posts.Title get displayed

When I run the following not all the records diplay a value in the Title field: SELECT Users.DisplayName, Posts.OwnerDisplayName, Posts.Title, Posts.Score FROM Posts INNER ...
0
votes
1answer
31 views

How to reset data.stackexchange.com cache

When I run any query on data.stackexchange.com, it shows old data. In says xx rows returned in xx ms (cached). The cached data is old one. How to reset/remove this caching?
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 ...
11
votes
1answer
95 views

Is the Data Explorer now updated weekly?

There was an update around the 17th or 18th. Now, I see that all of the sites have been updated as of the 25th. I know that there was a time when a weekly or every-two-week update cycle was planned, ...
2
votes
1answer
51 views

Arithmetic overflow error on SEDE [closed]

From the answer to my previous question, I found this Data Explorer query: StackOverflow Rank and Percentile I put my user_id (897326) and click Run. I get this error: Arithmetic overflow error ...
0
votes
1answer
66 views

Data Stack Exchange atom feeds for Stack Overflow

Can someone throw some light on the below url: http://data.stackexchange.com/stackoverflow/atom Where is it used on Stack Overflow and what is its primary purpose? The above url will generate: ...
0
votes
0answers
27 views

Cant find myself in the query on Stack Exchange Data Explorer [duplicate]

Possible Duplicate: Why are my SEDE results inaccurate/obsolete/incorrect/outdated? The query is about Top Indian users in StackOverFlow But I can't find myself in the query. can anybody ...
4
votes
0answers
39 views

Directly support cross-site queries in the Data Explorer

Often you want to query some statistic for a user across all sites. For example, you might write a query to find your rejected suggested edits across all Stack Exchange sites. To implement this, you ...
-3
votes
1answer
78 views

Query returns wrong result [duplicate]

Possible Duplicate: Why are my SEDE results inaccurate/obsolete/incorrect/outdated? I've run the following query, just to see if it actually works, but I'm getting no results even though I ...
2
votes
1answer
104 views

Query limit on Stack Exchange Data Explorer

How do I use ROWCOUNT and TOP to limit the query results on Stack Exchange Data Explorer (SEDE)? For example, fetch me 10 posts tagged JavaScript which have fiddles in them. Reason - Timeout ...
3
votes
1answer
119 views

SQL Query not returning hyperlink on data.stackexchange.com

I am basically a C programmer but I started on SQL today with the only purpose of fiddling around the data available on data.stackexchange.com. So please bear with me if my question is naive or ...
0
votes
1answer
40 views

query for viewing all posts by some user or posts having any specific value

On data.stackexchange I am unable to get any results(rows) from following quries select Top 10 * from Posts where OwnerDisplayName = 'Rodolphe'; select * from Posts where OwnerUserId=992165; // My ...
1
vote
1answer
76 views

Where to ask questions about Stack Exchange's data explorer? [duplicate]

Possible Duplicate: Where do I ask questions about data explorer? I have been unable to find ask question button in http://data.stackexchange.com/stackoverflow/query/new So where I can ask ...
-3
votes
1answer
114 views

Unsung Hero query on Data Explorer [closed]

Can someone make a query on Stack Exchange Data Explorer for users to track their progress on Unsung Hero badge? I mean, in some queries, I saw some input box for users to input custom data for ...
14
votes
1answer
137 views

Data Explorer — are updates still happening?

I occasionally browse the Data Explorer and appreciate it's not real-time, but only a snapshot at the time it was last updated. I thought it was updated monthly, at least that's what the FAQ states ...
2
votes
1answer
46 views

data stackexchange still caching results [duplicate]

Possible Duplicate: Why are my SEDE results inaccurate/obsolete/incorrect/outdated? Although this post says status-completed for the caching problem on data.stackexchange, I'm still getting ...
4
votes
1answer
50 views

What is the number shown on the top left part of the page in the Data Explorer? [duplicate]

Possible Duplicate: Data is showing MvcMiniProfiler results. Is that expected? I thought the number was showing how much time the executed query took, but I see that number also in the ...
0
votes
1answer
29 views

Favorites count mismatch [duplicate]

Possible Duplicate: Why are my SEDE results inaccurate/obsolete/incorrect/outdated? There is a mismatch between the favorites count reported on my SO user profile and on the data explorer. ...
4
votes
1answer
54 views

Documentation for data.SE queries

Is there any documentation on what is/isn't permitted on data.SE? Specifically can I create: views temp-tables procedures functions Do I have my own schema to play with?
5
votes
1answer
62 views

Runtime error when trying to run query on Data.StackExchange

I am trying to run a query on Data.StackExchange and I am getting an error accessing any query. This error is appearing on any query, here or here, any of them.
0
votes
1answer
79 views

How to measure the average time spend monthly by an user on a Stack Exchange website?

I am looking for way to measure the average engagement of users on various Stack Exchange websites and across time and probably the time spend on the site is the best way to measure the ...
0
votes
1answer
51 views

How to download the CSV result of the same Data Explorer query agains different Stack Exchange sites?

I want to save the result of the same query done on using Data Explorer using a script but it doesn't seem to work properly because I get the same set of results. wget -q --timestamp ...
1
vote
0answers
63 views

Programmatically parse Data Explorer's data and generate a PNG image [closed]

I am looking for a solution that would allow me to generate some nice PNG charts using data obtained from Stack Exchange Data Explorer. It would be perfect if there were a Python solution but I am ...
2
votes
1answer
56 views

Query to determine number of posts with each kind of history

I was curious about the ratio on StackOverflow of posts reopened to posts closed (considering history only, ignoring their current state), and the ratio of posts undeleted to posts deleted. So I ...

1 2 3 4