Skip to main content

Questions tagged [data-explorer]

For questions about the functionalities, queries, databases and datamodel of The Stack Exchange Data Explorer (SEDE). SEDE allows you to create and run queries against copies of the databases of popular Stack Exchange sites.

5 votes
1 answer
187 views

Ranking users with most edits and close votes on a specific tag

A while back I asked this question about writing a query which would rank users based on their number of close votes on posts related to a specific tag: Table of users ranked based on their number of ...
M--'s user avatar
  • 2,027
1 vote
0 answers
40 views

View "people reached" data/trend through time for user

Is there a way to view a trend (graphically or tabulated) in the number of "people reached" per user per site? E.g., to see how many people a user's posts impacted monthly or annually, etc. ...
theforestecologist's user avatar
5 votes
2 answers
167 views

Table of users ranked based on their number of close votes in a specific tag

I am trying to get the list of users that have the most number of close votes (tallying each type of close votes; i.e. Duplicates, Too Broad, Need MRE, Not About Programming, etc.) in a specific tag. ...
M--'s user avatar
  • 2,027
5 votes
0 answers
40 views

Add a bit column for whether a badge is retired in SEDE or a RetiredDate column

It would be nice (for example) to be able to easily filter out badges that are retired when querying SEDE for analysis purposes. A bit for it would work, or alternatively, a nullable RetiredDate. Or ...
starball's user avatar
  • 26.8k
3 votes
1 answer
74 views

Why does this SEDE query think that the MathOverflow Meta is mathoverflow.meta.stackexchange.com?

I ran a query created by @peterh to find all my network posts. It works perfectly for the task, but it believes that all my posts made to MathOverflow Meta were actually made to https://mathoverflow....
LSpice's user avatar
  • 158
4 votes
0 answers
119 views

Some sites names shown in Data Explorer Stack Exchange doesn't match the current site name. Is this a bug or a feature?

Volume 1 : TL;DR Please fix the names of the sites in Data Explorer of Community Building, Music: Practice & Theory, Medical Sciences, Mythology and Folklore, Bricks, Cross Validated and "...
user avatar
13 votes
1 answer
299 views

Weekly SEDE refresh may be stuck restoring Literature.SE

I'm again looking at rene's SEDE query Status of the SEDE Refresh on Sunday 03:00 UTC to check the status, which is currently (in part): . category database_id Description create_date days ago 3 ...
Jeff Schaller's user avatar
-13 votes
1 answer
148 views

Why have you hidden the "Data Explorer" tool?

Why is Data Explorer tool accessed only by clicking the word "Data" at the bottom of the page? Correct it. Change the word "Data" to "Data Explorer". Bring the word &...
user avatar
9 votes
1 answer
215 views

When were comments first available on Stack Exchange?

I am curious about when comments first became available on Stack Exchange (or whatever the site was when the development occurred). I ask this because, in the Database schema documentation for the ...
William Ledbetter's user avatar
-19 votes
3 answers
264 views

Can GPT-4 be used to do SEDE queries?

I don't know how to do SEDE queries, but I would like to explore some of the Earth Science Stack Exchange data. Once I needed a query it was done by user rene, but I have many queries to do on Earth ...
user avatar
10 votes
0 answers
98 views

Add tooltip with exact timestamp to 'Data updated ... ago' label on SEDE homepage

Can we add a tooltip with the exact UTC timestamp to the 'Data updated ... ago' label on the SEDE homepage? It would help indicating whether the refresh was slow (as it was today) or even incomplete. ...
Glorfindel's user avatar
  • 253k
1 vote
0 answers
31 views

Where is the GitHub link in the Data Exchange Explorer located? [duplicate]

I went closely over the SEDE's fields, but couldn't find where the GitHub link is saved for a user: I ran this query on my own profile but couldn't find my GitHub account.
abbood's user avatar
  • 383
4 votes
1 answer
153 views

How do I get the highest posters for a certain tag in a specific country?

I would like to get the user IDs, user names, the number of posts, and the total score for a certain tag for each user in a specific country (sorted in descending order by score). For example, in the ...
abbood's user avatar
  • 383
2 votes
2 answers
93 views

How can I get the total number of posts for a user that have a certain tag in them?

User abbood (myself) has eight posts (in total) that have the tag cocoapods; six questions and two answers. I thought that this query should simply get all eight: SELECT Count(*) FROM posts p ...
abbood's user avatar
  • 383
0 votes
0 answers
60 views

Why isn't the summation of a user's score equal to their reputation? [duplicate]

I was going over the database schema documentation and was trying to understand how the Post scoring system works. I was expecting this query: select sum(p.score) from posts p where p.OwnerUserId = ...
abbood's user avatar
  • 383

15 30 50 per page