For my research, I need to access dataset of stack overflow. I tried to access data from stack exchange data explorer but I am getting following error:Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding for the query https://data.stackexchange.com/stackoverflow/query/6627/top-50-most-prolific-editors.
1
There are 1 best solutions below
Related Questions in DATAEXPLORER
- Getting a list of questions from Code Golf where answers could be eligible for bounty from Jo King using SEDE
- How can I get user history Display Names from Stack Exchange Data Explorer (SEDE)?
- Shortest posts on a Stack Exchange site by body length with username of original poster (SEDE)
- Accessing Separate Upvote and Downvote Counts for Questions and Answers Using Stack Exchange Data Explorer (SEDE)
- Getting all questions that do not necessarily have two different tags using SEDE
- SEDE query is returning error when trying to get questions with a certain score and tags
- Stack Exchange data explorer - database connection to Aurora PostgreSQL
- Difference in Schema and Data on BigQuery and Stack Exchange Data Explorer
- SEDE query returns no rows
- Paginate pages to receive results from tSQL
- Combining two sql queries into one to get most popular questions & answers in single table from SEDE
- Why does T-SQL think a an item is a column name?
- How to receive detailed reputation from SEDE?
- Get all Posts with Self-Accepted Answers in SEDE (Stack Exchange Data Explorer)
- How to get the id of the question or answer linked to a specific badge award?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
My guess is that the query takes too long and takes too many resources to solve. The query was made in jul 2010, back then the dataset was only a fraction of what it is today, which might have made it possible to be performed. Nowadays the dataset is too large for it.
You could consider downloading the most recent dataset and perform the query on your own server.