Add events_unified_metadata.json
Browse files- events_unified_metadata.json +25 -0
events_unified_metadata.json
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset_name": "Unified Events Database",
|
| 3 |
+
"last_updated": "2025-12-19",
|
| 4 |
+
"source": "Consolidated from unified_data.json, events-database.js, events.json, and weekly_trends.json",
|
| 5 |
+
"record_count": 177,
|
| 6 |
+
"fields": {
|
| 7 |
+
"metadata.version": "Schema version (3.0)",
|
| 8 |
+
"metadata.last_updated": "Date of last data update",
|
| 9 |
+
"metadata.sources": "Array of source files used to compile this dataset",
|
| 10 |
+
"metadata.total_events": "Total number of events in the dataset",
|
| 11 |
+
"events[].id": "Unique event identifier",
|
| 12 |
+
"events[].date": "Date of the event",
|
| 13 |
+
"events[].name": "Short name or title of the event",
|
| 14 |
+
"events[].description": "Detailed description of the event",
|
| 15 |
+
"events[].regions": "Geographic regions affected by the event",
|
| 16 |
+
"events[].impact_score": "Numeric impact assessment score",
|
| 17 |
+
"events[].sentiment_direction": "Direction of sentiment change (positive/negative/neutral)",
|
| 18 |
+
"events[].affected_countries": "List of countries affected by the event",
|
| 19 |
+
"events[].polling_evidence": "Related polling data or evidence of public opinion impact",
|
| 20 |
+
"events[].google_trends": "Related Google Trends search data",
|
| 21 |
+
"events[].tags": "Categorical tags for the event",
|
| 22 |
+
"events[].week": "Week number within the year"
|
| 23 |
+
},
|
| 24 |
+
"notes": "Master unified event database combining multiple attention data sources into a single timeline of 177 significant events. Includes impact scoring, sentiment analysis, and cross-referenced Google Trends data. Version 3.0 schema. Used by the one-year US global sentiment visualization."
|
| 25 |
+
}
|