Skip to content
Atlas desk

NATIONAL PARK VISITS: The Artometrics of National Park Visits

This report analyzes the TidyTuesday 2019-09-17 release on National Park Visits — 21,560 rows after cleaning and merge.

Artometrics Editorial5 min read
Share this article
NATIONAL PARK VISITS: The Artometrics of National Park Visits
This report analyzes the TidyTuesday 2019-09-17 release on National Park Visits — 21,560 rows after cleaning and merge.

This report analyzes the TidyTuesday 2019-09-17 release on National Park Visits21,560 rows after cleaning and merge. Which parks draw the crowds — and how did visitation trend?

Five charts track Visitors across time, category, and named entities — trend, leaders, distribution, tiers, and relationships. Where companion files exist in the repo, they are joined before analysis so reception, geography, or metadata columns are not left on the table.

FAST FACTS

21,560Records in the working dataset
155,219Median Visitors
871,922,828Highest observed Visitors
Golden GateTop Parkname by Visitors
1904–2016Year span covered in the file
IMMost common Region

DATASET CONTEXT

The source is the TidyTuesday release from 2019-09-17 (R for Data Science community). This working file contains 21,560 rows and 13 columns after merging all available CSV/XLSX tables in the week folder.

Charts are exported as Plotly JSON with PNG fallbacks. Medians are used for robustness where distributions skew. Index-style fields (row numbers, sequential IDs) are excluded from metric selection.

How to read this report: start with the chart caption, then ask what the metric actually means, what a non-expert should notice first, and what an expert would challenge in the source. The goal is not to memorize every number; it is to leave with a sharper question than the one you arrived with.

Reader path: if you are new to the topic, treat each chart as a guided tour of one question: who leads, how concentrated the field is, what changes over time, and where the outliers sit. If you already know the domain, use the same charts as a challenge: check whether the metric is the right proxy, whether the source omits an important population, and whether the headline survives the limitations section.

CHART 1 — TREND

Median Visitors Over Time

Median visitors is rising from 2,200 in the opening period to 198,478 at the close.

Annual medians filter one-off spikes so the structural slope — not viral outliers — drives the story.

CHART 2 — LEADERS

Golden Gate leads at 14,554,750 — 5,151,270 marks the median among the top dozen

Golden Gate leads at 14,554,7505,151,270 marks the median among the top dozen.

Head-of-field concentration is where quality, scale, or brand visibly separates from the pack.

CHART 3 — DISTRIBUTION

Visitors by Region

Category boxes reveal whether visitors consensus is shared or contested across tiers.

Wide whiskers flag segments where outliers — not averages — drive reputation.

CHART 4 — GAP ANALYSIS

Visitors vs median by Region

NT sits 12,634,481 above the median; AK trails by 142,104.

Diverging from the median exposes which tiers over- or under-perform — not just who ranks first.

SUPPLEMENT — CONCENTRATION

The top 5 parkname entries account for 52% of the aggregate visitors

The top 5 parkname entries account for 52% of the aggregate visitors.

Steep Pareto curves mean a small head drives most of the signal — the long tail is noise until it isn't.

LIMITATIONS

Community-cleaned TidyTuesday snapshots are not live APIs. Missing values, spelling variants, and week-of-export coverage limits apply. Merged tables may fan out or duplicate rows when join keys are imperfect.

Findings describe the file on hand — treat them as structural signals about National Park Visits, not exhaustive truth about the full domain.

CONCLUSION

Read as a teaching map, National Park Visits shows why one metric is rarely enough: leaders, tails, trends, and relationships each answer a different question about visitors.

The best reading is modest: use the chart to sharpen the question, then check the source and limits before turning it into a claim.

REFERENCES

Data Science Learning Community. (2019). TidyTuesday: National Park Visits. https://raw.githubusercontent.com/rfordatascience/tidytuesday/main/data/2019/2019-09-17/national_parks.csv

EDITOR'S NOTE

Artometrics data report from the TidyTuesday research pipeline. Charts and aggregates are reproducible from the embedded exhibits and public source files.

View TidyTuesday source on GitHub