September 2, 2017
Exploratory data analysis of 24 years of New York Times Crossword answers. I use data visualization and computational linguistics concepts to discover trends in the Shortz-era puzzles (1994 - present).
Questions include:
- What are the most common answers?
- Are words getting longer? Shorter?
- How does puzzle letter density vary by day?
- What words have emerged in the crossword only in the past few years?
- How lexically diverse are the puzzles?
tidyverse
for everythingplyr
for data wranglinghere
for OS-agnostic file pathstidytext
for text analysis methodsstringr
for string-manipulation operationsviridis
for a simple, colorblind-friendly palette
The original dataset for this project was scraped from XWordInfo.com. Upon their request, however, I have taken down my scraper code and removed the dataset from this repository. Read the notebook for more details.