Add weekly_trends_metadata.json
Browse files- weekly_trends_metadata.json +26 -0
weekly_trends_metadata.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset_name": "Weekly Google Search Trends - Trump's Second Term",
|
| 3 |
+
"last_updated": "2026-01-15",
|
| 4 |
+
"source": "Google Trends, Wikipedia Events, News Research",
|
| 5 |
+
"record_count": 49,
|
| 6 |
+
"fields": {
|
| 7 |
+
"metadata.title": "Dataset title",
|
| 8 |
+
"metadata.period": "Coverage period (January 6, 2025 - November 17, 2025)",
|
| 9 |
+
"metadata.description": "Dataset description",
|
| 10 |
+
"metadata.source": "Data collection sources",
|
| 11 |
+
"metadata.total_weeks": "Planned total weeks (45, actual data contains 49)",
|
| 12 |
+
"metadata.data_collection_method": "Curation methodology",
|
| 13 |
+
"weeks[].week": "Week number in the series",
|
| 14 |
+
"weeks[].start_date": "Week start date",
|
| 15 |
+
"weeks[].end_date": "Week end date",
|
| 16 |
+
"weeks[].description": "Narrative description of the week's major search themes",
|
| 17 |
+
"weeks[].related_searches": "Array of related search queries for the week",
|
| 18 |
+
"weeks[].global_intensity": "Global search interest intensity score",
|
| 19 |
+
"weeks[].top_search_us": "Top trending search term in the US for this week",
|
| 20 |
+
"weeks[].us_intensity": "US-specific search interest intensity score",
|
| 21 |
+
"weeks[].us_category": "Category classification of the top US search",
|
| 22 |
+
"weeks[].top_search_global": "Top trending search term globally for this week",
|
| 23 |
+
"weeks[].global_category": "Category classification of the top global search"
|
| 24 |
+
},
|
| 25 |
+
"notes": "Curated weekly dataset of top Google search trends comparing US vs. global search topics during Trump's second presidency. Each week includes narrative context, intensity scores, and category classifications. Used by the weekly-searches and trends-2025 visualizations."
|
| 26 |
+
}
|