Olympic Hosts

Source Notebook

Dataset containing information about all historical Olympic hosts

Details

Dataset columns include:
"Name"official name of the event
"StartDate"start date of the games
"EndDate"end date of the games
"Country"host country
Season""Winter" or "Summer"
"Year"year of the event

(6 columns, 53 rows)

Examples

Basic Examples (3) 

In[1]:=
ds = ResourceData[\!\(\*
TagBox["\"\<Olympic Hosts\>\"",
#& ,
BoxID -> "ResourceTag-Olympic Hosts-Input",
AutoDelete->True]\)]
Out[1]=

Make a geo-plot of all the hosting countries:

In[2]:=
GeoListPlot[ds[All, "Country"]]
Out[2]=

Some countries no longer exist:

In[3]:=
westGermany = Normal[ds[Select[StringContainsQ[#Name, "Munich"] &], "Country"]]
Out[3]=
In[4]:=
GeoListPlot[westGermany]
Out[4]=

Compute a table of countries that hosted the most Olympic Games:

In[5]:=
ReverseSort@CountsBy[ds, #Country &]
Out[5]=

Arnoud Buzing, "Olympic Hosts" from the Wolfram Data Repository (2024)  

Data Resource History

Publisher Information