lukeslp commited on
Commit
b799c1b
·
verified ·
1 Parent(s): a72fde5

Add trends_data_metadata.json

Browse files
Files changed (1) hide show
  1. trends_data_metadata.json +17 -0
trends_data_metadata.json ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_name": "Google Trends Search Interest Data",
3
+ "last_updated": "2025-12-18",
4
+ "source": "Google Trends via pytrends API",
5
+ "record_count": 138,
6
+ "fields": {
7
+ "generated_at": "ISO 8601 timestamp when the data was fetched",
8
+ "timeframe": "Date range of the data collection period",
9
+ "geo": "Geographic region code (e.g., 'US')",
10
+ "terms": "Dictionary of search terms, each containing:",
11
+ "terms.*.term": "The search query string",
12
+ "terms.*.data": "Time series of search interest values",
13
+ "terms.*.related_queries": "Related search queries for this term",
14
+ "terms.*.metadata": "Additional metadata about the term's trends"
15
+ },
16
+ "notes": "Contains 138 search terms tracked over the period 2025-01-06 to 2025-12-18 for the US region. Each term includes a timeline of relative search interest (0-100 scale) and related queries. Used by the trends-2025 visualization project."
17
+ }