Add wikipedia_trending_metadata.json
Browse files
wikipedia_trending_metadata.json
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset_name": "Wikipedia Trending Articles",
|
| 3 |
+
"last_updated": "2026-01-22",
|
| 4 |
+
"source": "Wikimedia REST API (Pageviews)",
|
| 5 |
+
"record_count": 500,
|
| 6 |
+
"fields": {
|
| 7 |
+
"title": "Wikipedia article title",
|
| 8 |
+
"total_views": "Total accumulated pageviews over the analysis period",
|
| 9 |
+
"days_in_top_100": "Number of days the article appeared in the daily top 100 most viewed",
|
| 10 |
+
"peak_views": "Maximum single-day pageview count",
|
| 11 |
+
"daily_views": "Array or object of daily pageview counts"
|
| 12 |
+
},
|
| 13 |
+
"notes": "Top 500 trending Wikipedia articles ranked by total pageviews. Includes persistence metrics (days_in_top_100) to distinguish sustained interest from single-day spikes. Companion dataset to wikipedia_event_articles.json."
|
| 14 |
+
}
|