The data-analysis tag has no wiki summary.
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 ...
8
votes
1answer
70 views
Classifier based answer ranking Chrome extension
I'm in my final year of a computer science degree. For my thesis I have implemented a classifier that predicts the usefulness of answers to questions with no accepted answer, based on a training set ...
2
votes
0answers
66 views
Getting data from Stack Overflow?
I intend to analyze data derived from the user behavior on Stack Overflow (i.e. the number of questions asked in the last five years, upvotes, number of users common to "Android" and "iOS" dev ...
5
votes
4answers
109 views
Average length of comments on Stack Overflow
What is the average comments length on Stack Overflow?
I'm working on my Thesis about Short Message Topic Detection (on Twitter, to be more specific) and I would like to know that for research ...
1
vote
0answers
41 views
Are there any recent user base analyses on Meta? [duplicate]
Possible Duplicate:
Age distribution of Stack Overflow users
The age distribution post was recently updated to reflect the user base in 2012. Are there any other similar analyses such as by ...
3
votes
1answer
62 views
Data Analysis and sites
Which site is suitable to include questions on data analysis?
I'd like to post a question about theorical techniques that are applied to analyze the data and feedback that can be given after this ...
0
votes
1answer
50 views
Any infovis ever been tried on stackoverflow data?
Today, opening stackoverflow i have read 3 or 4 times the tag QT. For sure is something totally random but this made me think about a friend that this morning talked about how .net is gettin in shadow ...
15
votes
5answers
262 views
Why are questions edited more thoroughly than answers?
I used the PostHistory table and ran a Python diff ratio using the first and last edits for both questions and answers. This is supposed to give 1 if the posts are identical and 0 if there are no ...
5
votes
1answer
71 views
Frequency of a term or keyword, over time
This might sound like a strange request, but here's what I'd like to do:
Know how often a certain keyword or tag is used, over time, on StackOverflow.
For example, for this keyword: "github"
How ...
2
votes
2answers
168 views
How do some new answers “break through”?
I'm working with the SE data dump and am interested in voting patterns and answer contributions over time. I know it is established that the majority of questions are answered well (or at least to the ...
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 ...
-10
votes
1answer
111 views
Detect high-quality information from Stackoverflow [closed]
I'm very intrested in which methods are be used to extract high-quality informations in stack overflow.
do we have an online tool to analyse information in stack overflow?
59
votes
0answers
537 views
Visualisation of Stack Overflow Tag relationships
Inspired by a previous meta question on tag trending, my 'sunday afternoon' project was to plot the relationship between the most popular tags on Stack Overflow. The result is quite pretty:
You can ...
5
votes
1answer
127 views
What is the average number of answers per question?
I'm trying to figure out two things:
What is the average number of answers per question on StackOverflow?
How many of my answers have been accepted (without having to click through several pages of ...
8
votes
0answers
63 views
Add number of moderator flags to mod analytics graphs
With the traffic increase on Ask Different, it feels as though we're getting more flags, but it's hard to know. Would it be possible to add an additional graph to the moderator analytics page for ...
1
vote
1answer
108 views
What should you learn to get good scores on your answers?
It is quite obvious that votes on Stack Overflow are not distributed equally. Depending on the topic a good (not great) answer might score between 0 and 20 votes.
So, out of curiosity - which are the ...
9
votes
1answer
66 views
Making good use of analytics data in mod-tools
I'm a pro-tem mod at the beta gardening.SE site and while I was going through the analytics data, especially the "Search keywords" (which I interpret to mean "what people typed in their search engine ...
9
votes
2answers
131 views
Is there a possibility of seeing a graph of a question's views over time?
I'm not sure if this is possible architecturally, but when judging whether to set a bounty and how much it should be, it would be nice to see the impact based on our previous questions. If you're not ...
1
vote
2answers
69 views
How to get chart of stackoverflow data?
I'd like to get a chart representing various SO data. Is this possible and if so, how?
0
votes
1answer
27 views
Query request: questions earning the popular question badge, but with no upvotes
I recently noticed something odd. I had asked a question on superuser. I got one vote on an answer I later provided, but no votes on the question. Today, I log in and realize I somehow got the popular ...
2
votes
0answers
41 views
Links to all my questions?
Is there a way to get hold of a parsable list of links (or if that's not possible, IDs)
to all my questions
to all my answers
preferably without using the data dump?
0
votes
0answers
56 views
Does increased activity for a tag on stack overflow indicate superiority?
For instance, if I'm looking for an IoC framework and I see that the Ninject tag on stack overflow has been getting a lot of activity for the past several months, does this indicate anything about ...
5
votes
1answer
183 views
Question and answer data trends over the last two years
I've attempted to get some worthwhile information by looking at the question and answer trends over the past two years. I am looking at how things such as average answers, accept rate and answered ...
2
votes
1answer
89 views
Is there an analysis of what % of total site pageviews comes from users with a certain amount of rep?
This question got me curious: What percentage of total page-views of the site are from users with editing privileges?
Whether that information is truly important or not is debatable, but it shows ...
15
votes
3answers
275 views
2010 analytics for all Stack Exchange sites
The 2010 analytics data posted on the Stack Overflow blog recently were very interesting. It would be nice however to see this sort of data for all of the Stack Exchange sites, or at least for all of ...
6
votes
3answers
301 views
Is there a way to find out how many of my votes went to Jon Skeet?
Can I find out how many of my 1000 votes went to Jon? Having been an active user for 1½ years, I am interested to learn whether after such a long time I actually favor him (or anyone else) by a ...
0
votes
1answer
25 views
sporadic, explicit shuffled page loads
On a question that has a lot of answers, it's possible that a very good but late-coming answer gets buried near the bottom: few people may scroll down that far, and so the answer never attains the ...
1
vote
1answer
41 views
Information on usage of tags
I've recently started using Stack Overflow. I think it is an excellent data-source of popularity of various languages/frameworks/APIs etc.
Is it possible to make public the data on daily number of ...
0
votes
1answer
85 views
Any plans to load the community data dumps to a data warehouse?
So you'd have point in time and all the other things you might get out of a data warehouse. I can see where this relates to using the dump(s) for an AdventureWorks replacement, with the additional ...
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 ...
8
votes
4answers
879 views
What is your ideal Data Dump Sandbox?
I have been thinking about building yet-another data dump sandbox like StackQL or StatOverflow -- both sadly defunct.
The new data dump sandbox will provide, at minimum, an OData endpoint for all ...
1
vote
1answer
50 views
Request for analysis of vote count on both global and minor scale
Can we get a total number of vote casted on stackoverflow for each day that the site existed?
I want to see some analysis done to attempt to answer questions like:
(Inflation/deflation) Is a vote ...
5
votes
1answer
144 views
Are there statistics about bounties?
I would like to see some statistics on bounty awards. More specifically, things like:
How often are different bounty-levels rewarded?
Has anyone got a bounty of more than 500?
5
votes
1answer
204 views
Is it possible to know the most searched keywords?
It would be interesting to know what people are the most searching that is strongly different from what is available on the site.
7
votes
2answers
153 views
Is there a script/tool to calculate the rep as if there were no cap?
Just out of curiosity, is there some sort of tool, script or stored procedure that can use the monthly dump to calculate SO members' reputation as if there were no reputation cap?
I guess this is ...
19
votes
0answers
284 views
Vote analysis for stackoverflow moderator election
I've analyzed the votes based on the .blt file
User : [1st, 2nd, 3rd]
------------------------------------
Robert C. Cartaino : [045, 061, 074]
...
11
votes
2answers
198 views
Vote datetime in datadump - No time?
In the votes table, the field CreationDate in the votes table only contains the date, with all the times set to 12:00:00 AM.
For some purporses, this information is needed to determine if there are ...
5
votes
1answer
131 views
What are some good data dump queries to demonstrate what encourages site contribution?
I have been working on an academic project that involves analyzing social websites or encouraging contribution and Stack Overflow is one the sites that I'm looking at. Given the number of times I used ...
0
votes
2answers
57 views
Google query to get all the answer from a given user?
I usually use: q=oscar-reyes+site%3Astackoverflow.com, but that yields bot questions and answers.
Does anyone have a way to identify only answers ? ( or only questions? )
1
vote
2answers
255 views
Data-dump analysis idea : Detecting the Jon Skeet effect
I think it would be interesting to see if there is a Jon Skeet effect on question closure.
I've recently seen two heavily downvoted questions (one here) which AREN'T closed, and I suspect that it's ...
2
votes
1answer
69 views
Most interesting tags?
Has anyone done the data mining to discover which tags the most users have marked 'interesting' (or 'interesting' minus 'ignored') for the stacker sites?
10
votes
8answers
582 views
Who gets the most reputation per keystroke on SO?
Who are the top 50 users who gain the most rep per keystroke on SO, including CC-Wiki and Closed questions? (excluding users with a reputation lower than 5000)
1
vote
2answers
85 views
Page views per month per tag (group)?
UPDATED: Asked on Stack Overflow
Starting with posts.xml, we can create a simple table (filtering by PostType=Question), with four columns:
Id
ViewCount
CreationDate
Tags
It's somewhat trivial to ...
8
votes
4answers
198 views
What does the relationship between a question's score and views say about select tags?
In discussions here on MSO, and through my own anecdotal observation, it is clear that different tags on questions
attract more or less interest in the question (based on views)
higher or lower ...
14
votes
4answers
464 views
Which SOpedians are spending too many cycles on MSO?
A while back on the SO podcast, Joel Spolsky basically called folks who spend lots of time on MSO losers. He has a point, to a certain extent, I think. A little bit of meta is OK, too much and one ...
5
votes
10answers
482 views
c# is clearly dominant on SO. Is there a desire, need or whatever to diversify the user base and questions?
(UPDATE: Anybody who thinks this is a rant on C# needs to chill out. I'm not suggesting punishing C# questions. Rather, I am envious of C#'s disproportionate popularity on SO and am asking what, if ...
4
votes
2answers
222 views
Percentage of users with gold badges
What percentage of users possess at least one gold badge? Just curious.
11
votes
2answers
472 views
What is the average rep on Stack Overflow?
Just the other day I happened to notice that Jon Skeet has more badges than I have rep. Ouch.
So how much rep does the average SO user have?
154
votes
23answers
1k views
Age distribution of Stack Overflow users
Update: I decided to rerun the script since we now have about twice as many users. The distribution trend is much more pronounced in this version. Though the following text is from the original ...


