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.

3 votes
1 answer
54 views

How can I search for tags with that include a specified string in their Usage Guidance?

I would like to search for all tags (on Stack Overflow) that include some specific string in the Usage Guidance portion of their Tag Wiki. How can I do that? Specifically I would like to search for ...
dbc's user avatar
  • 4,067
9 votes
1 answer
193 views

What is going on with SEDE (and SO)? Can it be used only after the weekly update ends?

It seems that at the moment: After clicking on compose query you get: "Server Error in '/' Application. - Runtime Error". But it works if you use a different site instead of SO. Running any ...
Martin's user avatar
  • 15.2k
-5 votes
0 answers
136 views

How can I run SEDE queries on my computer? [duplicate]

Some SEDE queries time out on SEDE. How can I run SEDE queries on my computer?
Franck Dernoncourt's user avatar
-1 votes
1 answer
173 views

Increase max SEDE query running time

I see an increasing amount of: Line 0: Execution Timeout Expired. The timeout period elapsed prior to completion of the operation or the server is not responding. errors (screenshot) on SEDE due to ...
Franck Dernoncourt's user avatar
17 votes
1 answer
268 views

Can we exchange one index for another one?

In the Stack Exchange Data Explorer only the most logical/beneficial yet minimal set of indexes is created for the tables found in the schema. One of those indexes is on the Users table: CREATE ...
rene's user avatar
  • 91.1k
7 votes
2 answers
125 views

How should I go about retrieving the date of when a question became/was no longer hot with SEDE?

I am currently making a SEDE query to determine which questions from a specific user have made it onto the Hot Network Questions list and when. While I can get the specific questions, I am unable to ...
CrSb0001's user avatar
  • 399
-1 votes
1 answer
120 views

Data explorer query takes a lot of time and needs to be optimized

This is a Stack Exchange Data Explorer query which gets the top users on specific skill scores (example: JavaScript) based on a specific country (example: Egypt), and it took a lot of time until it ...
Sage's user avatar
  • 23
7 votes
2 answers
249 views

Data Explorer Query crashes with collation conflict error

I have a website built off my Q & A posted in Stack Exchange sites such as; Ask Ubuntu, Stack Overflow, SE Security, etc. Data Explorer is used to scrape ALL Stack Exchange Q & A I've posted ...
WinEunuuchs2Unix's user avatar
5 votes
1 answer
101 views

Are SEDE results ever cached on client side, or solely on server side?

I know that SEDE query results are cached on the server side. I wonder if in some cases they are also cached on the client side.
Franck Dernoncourt's user avatar
5 votes
1 answer
163 views

How can one see when a query was cached in SEDE?

Query results in SEDE are cached: How can one see when a query result was last cached in SEDE?
Franck Dernoncourt's user avatar
25 votes
2 answers
702 views

Create a view that provides a list of databases

In an answer to Strange new database 'Data.StackExchangePOC' is messing up cross-site SEDE queries our DBA extraordinair Aaron Bertrand suggested to have a feature request for a view to list ...
rene's user avatar
  • 91.1k
14 votes
1 answer
271 views

Tags column of Posts table changed delimiter format. Many historical queries broken. Special tag rendering also broken

To the best of my memory, and in reading my past queries- some of which I re-run on a regular basis- the format of the Tags column of the Posts table in SEDE used to be like <starball><is>&...
starball's user avatar
  • 26.8k
14 votes
1 answer
555 views

What caused the drop in questions in April 2023?

Rerunning this query by starball for new questions and answers posted across the network generated the following graph: It plots posts by their creation date, and includes deleted posts. The decline ...
Adriaan's user avatar
  • 1,396
2 votes
0 answers
95 views

Logging out doesn't log out from data.stackexchange.com

Logging out says it logs out from stackexchange.com but that's incorrect as it doesn't log out from data.stackexchange.com. Tested on Chrome with Android on a Galaxy S23.
Franck Dernoncourt's user avatar
10 votes
2 answers
171 views

How can I write and run a SEDE query without the query itself being visible to other regular SEDE users?

How can I write and run a query in SEDE without the query itself being visible to other regular SEDE users, such as in the "everything" tab of the "queries" page?
starball's user avatar
  • 26.8k
7 votes
1 answer
117 views

What exactly is the "sql" parameter in SEDE and what purpose does it serve?

SEDE supports query parameters. I found that if I try to define a query parameter of string type named "sql", whatever I pass as the argument for that parameter will be prepended by a string ...
starball's user avatar
  • 26.8k
4 votes
1 answer
99 views

How can I see the number of questions that a given user voted to close but got later reopened by someone else?

I wonder the following: for a given user, how can I see the number of questions that they voted to close, but the question was later reopened by someone else (possibly a group of users)?
Franck Dernoncourt's user avatar
7 votes
1 answer
144 views

What site should I post a question about an error given from a SEDE (Stack Exchange Data Explorer) query?

I am working on composing a SEDE (Stack Exchange Data Explorer) query to find questions from 3-4 months ago that do not have any accepted answers that I feel like I could answer (as in limiting it to ...
CrSb0001's user avatar
  • 399
26 votes
3 answers
555 views

Strange new database 'Data.StackExchangePOC' is messing up cross-site SEDE queries

I just read a comment by user @questionto42 that one of my cross-site queries isn't working. My educated guess is this is because a special database Data.StackExchangePOC was created two days ago: (...
Glorfindel's user avatar
  • 253k
12 votes
0 answers
138 views

The SE Data Explorer captcha is unnecessarily annoying

Whenever I try to run a query with the Data Explorer, my process is: Type the parameters for the query. Click "Run query". Click the "I'm not a robot" checkbox that suddenly ...
jamesdlin's user avatar
  • 726
16 votes
0 answers
289 views

What's going on with SEDE right now? It's being fickle

When I open a new tab, I get "we are currently offline", and then I refresh a couple of times and it's fine. Then when I try to run a query, it will give unknown job being polled! or ...
starball's user avatar
  • 26.8k
6 votes
1 answer
145 views

Periodically publish a data dump of all IDs in the image ID space (and make it available in SEDE)

I see that Imgur has an API to query for image IDs in its ID space, but api.stack.imgur.com is not an API endpoint (and SE is moving off Imgur anyway). Say I want to get all the IDs of images in Stack ...
starball's user avatar
  • 26.8k
20 votes
2 answers
416 views

The Data Explorer (SEDE) Refresh choked on a Raspberry

As we all know the community eagerly awaits the weekly SEDE refresh with all our posted content so we can analyze, share-alike or train our large language models (LLMs). The script that runs the ...
rene's user avatar
  • 91.1k
0 votes
0 answers
144 views

Get statistics about self-deleted accounts

It's interesting to know is there a possibility to get the number of deleted users on site per specified period? Additional information like reputation, number of posts etc on the moment of deletion ...
αλεχολυτ's user avatar
16 votes
1 answer
270 views

Magic columns and site:// do not work for alcohol.meta.stackexchange

The site Beer, Wine & Spirits has the URL https://alcohol.stackexchange.com but in SEDE it uses beer for the main site and beerme for meta. As far as I can tell, the shortcut site:// and the magic ...
Martin's user avatar
  • 15.2k
3 votes
1 answer
143 views

How can one see how many regular users cast at least one reopen vote during the current year?

I am looking at some question reopening statistics. How can one see how many regular users cast at least one reopen vote during the current year? Preferably with the count of how many reopen votes ...
Franck Dernoncourt's user avatar
1 vote
1 answer
143 views

SEDE query to pull votes on a post within 90 days of its creation date

I am trying to query SEDE so I can count the upvotes (and I would also like to count the downvotes in its own column) that happen within 90 days after the question or answer was created. I have tried ...
Dennisdd's user avatar
10 votes
0 answers
158 views

Some Users have an AccountId being Zero

We know account creation is finicky from answers to questions like Why is my profile messed up on a single site and how can I revert it? among others. In some of these cases you end-up with a user-...
rene's user avatar
  • 91.1k
1 vote
1 answer
77 views

How to query SEDE for user sign-up dates for a specific community

We are looking to query a list of users to receive the sign-up dates to the Stack Overflow sub-community. Does anyone have a suggestion how to do this via SEDE?
Dennisdd's user avatar
9 votes
0 answers
113 views

How can we check how often questions sent to the close queue age out?

My site is dealing with a rather long close vote review queue and we believe reviews are regularly ageing out. We want to address the problem in Meta and motivate it with stats over time about how ...
gotube's user avatar
  • 537

15 30 50 per page
1
2 3 4 5
53