Geotagged Public Tweets (Europe, April 6-8 2016)

Source Notebook

Sample of public Twitter statuses from Europe, April 6-8 2016

Geotagged sample of public tweets in Europe from April 6-8, 2016, including time, language, and basic user information.

(9 columns, 468709 rows)

Examples

Basic Examples

Retrieve the ResourceObject:

In[1]:=
ResourceObject["Geotagged Public Tweets (Europe, April 6-8 2016)"]
Out[1]=

View the data:

In[2]:=
ResourceData["Geotagged Public Tweets (Europe, April 6-8 2016)"]
Out[2]=

Visualization

Show the location of Spanish-language tweets over this three-day period:

In[3]:=
GeoGraphics[{Red, Opacity[0.3], Point@ResourceData[
      "Geotagged Public Tweets (Europe, April 6-8 2016)"][
     Select[#lang == Entity["Language", "Spanish"] &]][All, "geo"]}, GeoRange -> EntityClass["Country", "Eurozone"]]
Out[3]=

Analysis

Calculate which language’s Tweeters had the highest median friend count:

In[4]:=
Sort[Median /@ GroupBy[DeleteDuplicates[
     ResourceData["Geotagged Public Tweets (Europe, April 6-8 2016)"][
      All, {"lang", "screen_name", "friends_count"}]], "lang"][All, All, "friends_count"], Greater]
Out[4]=

Wolfram Research, "Geotagged Public Tweets (Europe, April 6-8 2016)" from the Wolfram Data Repository (2016)   https://doi.org/10.24097/wolfram.73020.data

Data Resource History

Source Metadata

Publisher Information