Quantcast
Channel: BigQueri.es - Latest topics
Browsing all 23 articles
Browse latest View live
↧

Moved to discuss.httparchive.org

Ilya Grigorik wrote: Looking for HTTP Archive content? We've moved to https://discuss.httparchive.org—see you there! Posts: 3 Participants: 1 Read full topic

View Article


Image may be NSFW.
Clik here to view.

Category definition for GitHub Archive

Ilya Grigorik wrote: Open-source developers all over the world are working on millions of projects: writing code & documentation, fixing & submitting bugs, and so forth. GitHub Archive is a...

View Article


What are the top 100 most active Ruby repositories on GitHub?

Ilya Grigorik wrote: SELECT repository_name, count(repository_name) as pushes, repository_description, repository_url FROM [githubarchive:github.timeline] WHERE type="PushEvent" AND...

View Article

Image may be NSFW.
Clik here to view.

Which programming languages induce the most anger?

Ilya Grigorik wrote: SELECT repository_language, COUNT(*) as cntlang FROM [githubarchive:github.timeline] WHERE repository_language != '' AND payload_commit_msg != '' AND PARSE_UTC_USEC(created_at)...

View Article

Image may be NSFW.
Clik here to view.

A few meta notes

Sam Saffron wrote: This is awesome! A few notes after browsing around. We have a magical image resizer that runs, if you past a larger image it will be given a lightbox. <img...

View Article


Category definition for Wikipedia Revisions

Felipe Hoffa wrote: Wikimedia provides an XML dump of the complete revision history for all Wikipedia articles. This dataset contains a version of that data from April, 2010. This dataset does not...

View Article

10 most revised articles on Wikipedia

Felipe Hoffa wrote: SELECT TOP(title, 10) as title, COUNT(*) as revision_count FROM [publicdata:samples.wikipedia] WHERE wp_namespace = 0 Posts: 1 Participants: 1 Read full topic

View Article

Category definition for US Natality

Felipe Hoffa wrote: United States birth data available in this file represent all births registered in the 50 States, the District of Columbia, and New York City from 1969 to 2008. The Centers for...

View Article


Heaviest 10 children

Felipe Hoffa wrote: SELECT weight_pounds, state, year, gestation_weeks FROM publicdata:samples.natality ORDER BY weight_pounds DESC LIMIT 10; Posts: 2 Participants: 2 Read full topic

View Article


Category definition for Shakespeare

Felipe Hoffa wrote: This dataset is a word index of the works of Shakespeare, giving the number of times each word appears in each corpus....

View Article

Rank Shakespearian usage of words by book

Felipe Hoffa wrote: SELECT word, word_count, DENSE_RANK() OVER (PARTITION BY corpus ORDER BY word_count DESC) dense_rank, FROM [publicdata:samples.shakespeare] WHERE corpus='othello' and length(word)...

View Article

Category definition for Weather

Felipe Hoffa wrote: The US National Climatic Data Center has been collecting weather data at stations around the globe since 1929. In particular, the Global Summary of the Day contains samples of...

View Article

For station 846310, find the maximum mean_temp for the month of June across...

Felipe Hoffa wrote: Who knows how? Your turn! Posts: 2 Participants: 2 Read full topic

View Article


What are the top 100 most active Java repositories on GitHub?

Markus Kohler wrote: Continuing the discussion from What are the top 100 most active Ruby repositories on GitHub?:Same for Java (just testing) SELECT repository_name, count(repository_name) as pushes,...

View Article

Category definition for Meta

system wrote: Discussion about this forum, its organization, how it works, and how we can improve it. Posts: 1 Participants: 1 Read full topic

View Article


About the GDELT category

Felipe Hoffa wrote: http://googlecloudplatform.blogspot.com/2014/05/worlds-largest-event-dataset-now-publicly-available-in-google-bigquery.html The entire quarter-billion-record GDELT Event Database...

View Article

Top relationships between countries for each year

Felipe Hoffa wrote: SELECT Year, Actor1Name, Actor2Name, Count FROM ( SELECT Actor1Name, Actor2Name, Year, COUNT(*) Count, RANK() OVER(PARTITION BY YEAR ORDER BY Count DESC) rank FROM (SELECT...

View Article


Every protest in Ukraine

Felipe Hoffa wrote: SELECT MonthYear MonthYear, INTEGER(norm*100000)/1000 Percent FROM ( SELECT ActionGeo_CountryCode, EventRootCode, MonthYear, COUNT(1) AS c, RATIO_TO_REPORT(c) OVER(PARTITION BY...

View Article

Image may be NSFW.
Clik here to view.

BigQuery Add-on for Google Sheets

Maxim Ostapenko wrote: Hi,we've published BigQuery Reports add-on for reporting on your BigQuery data within Google Sheets. You'll enjoy visualizing queries results and sharing reports with these cool...

View Article

Lifespan of fullVisitorId

Ian wrote: Could anyone tell me if fullVisitorId in BQ lives past the standard 90 day GA analytics lifespan? thanks Posts: 2 Participants: 2 Read full topic

View Article
Browsing all 23 articles
Browse latest View live