Quantcast
Channel: BigQueri.es - Latest topics
Viewing all articles
Browse latest Browse all 23

Every protest in Ukraine

$
0
0

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 MonthYear ORDER BY c DESC) norm FROM [gdelt-bq:full.events]
    GROUP BY ActionGeo_CountryCode, EventRootCode, MonthYear
    )
    WHERE ActionGeo_CountryCode='UP' and EventRootCode='14'
    ORDER BY ActionGeo_CountryCode, EventRootCode, MonthYear;

Every protest in Ukraine that GDELT found in the world’s news media, by month, from 1979 to present.

Converts the raw count of protests per month into a normalized “intensity” measure that accounts for the fact that there is a lot more news media today in 2014 than there was in 1979 and that machine
processing of news isn’t perfect.

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 23

Trending Articles