Scripps National Spelling Bee Champions

Spelling Bee winners, final words, and sponsoring organizations

Originator: Wikipedia

Examples

Basic Examples

Retrieve the resource:

In[1]:=
ResourceObject["Scripps National Spelling Bee Champions"]
Out[1]=

Retrieve the default content:

In[2]:=
ResourceData["Scripps National Spelling Bee Champions"]
Out[2]=

Visualization

Generate a WordCloud showing relative letter frequency:

In[3]:=
WordCloud[
 Flatten[Characters /@ ResourceData["Scripps National Spelling Bee Champions"][All, "CompetitionEndingWord"]]]
Out[3]=

Compare the relative letter frequencies of competition-ending Spelling Bee words to letter frequencies in ordinary English text:

In[4]:=
With[{beechars = ToLowerCase /@ Flatten[Characters /@ ResourceData["Scripps National Spelling Bee Champions"][All, "CompetitionEndingWord"] // Normal],
  dickenschars = ToLowerCase /@ Select[Characters[ResourceData["Oliver Twist"]], StringMatchQ[LetterCharacter]]}, beefrequency = Sort[N[#/Length[beechars]] & /@ Counts[beechars]];
 dickensfrequency = Sort[N[#/Length[dickenschars]] & /@ Counts[dickenschars]];
 PairedBarChart[beefrequency, dickensfrequency, ChartLabels -> {Placed[{"Spelling Bee", "Oliver Twist"} , Above], None, Placed[Automatic, "CenterAxis"]}] ]
Out[4]=

Map the locations of all Spelling Bee Champion sponsoring organizations:

In[5]:=
GeoListPlot[
 ResourceData["Scripps National Spelling Bee Champions"][All, "SponsorLocation"]]
Out[5]=

Wolfram Research, "Scripps National Spelling Bee Champions" from the Wolfram Data Repository (2019)  

Data Resource History

Source Metadata

Publisher Information