Add unified_data_metadata.json
Browse files- unified_data_metadata.json +27 -0
unified_data_metadata.json
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset_name": "US Global Sentiment Impact Database",
|
| 3 |
+
"last_updated": "2025-12-15",
|
| 4 |
+
"source": "Consolidated from Pew Research Center, Gallup, Morning Consult, and other polling/sentiment sources",
|
| 5 |
+
"record_count": {
|
| 6 |
+
"countries": 17,
|
| 7 |
+
"events": 15,
|
| 8 |
+
"sentiment_metrics": 2,
|
| 9 |
+
"regional_aggregates": 4
|
| 10 |
+
},
|
| 11 |
+
"fields": {
|
| 12 |
+
"metadata.title": "Dataset title",
|
| 13 |
+
"metadata.description": "Full dataset description",
|
| 14 |
+
"metadata.version": "Schema version (2.0)",
|
| 15 |
+
"metadata.last_updated": "Date of last update",
|
| 16 |
+
"metadata.data_sources": "Array of polling and research data sources",
|
| 17 |
+
"countries[].name": "Country name",
|
| 18 |
+
"countries[].code": "ISO country code",
|
| 19 |
+
"countries[].region": "Geographic region classification",
|
| 20 |
+
"countries[].coordinates": "Geographic coordinates [lat, lon]",
|
| 21 |
+
"countries[].sentiment_timeline": "Time series of sentiment data for the country",
|
| 22 |
+
"events[]": "Array of 15 major events with sentiment impact data",
|
| 23 |
+
"sentiment_metrics": "Aggregated sentiment metrics and scoring methodology",
|
| 24 |
+
"regional_aggregates": "Sentiment data aggregated by 4 world regions"
|
| 25 |
+
},
|
| 26 |
+
"notes": "Comprehensive database tracking how US actions and events impact global sentiment across 17 countries and 4 regions. Includes geographic and temporal data designed for visualization. Version 2.0 schema. Primary data source for the one-year US global sentiment project."
|
| 27 |
+
}
|