{ "$schema": "https://frictionlessdata.io/schemas/table-schema.json", "name": "psychological-drivers-of-economic-decision-making-", "title": "Psychological Drivers of Economic Decision-Making Dataset", "description": "This dataset compiles global evidence on psychological factors that drive economic decision-making, spanning behavioral economics, cognitive psychology, and neuroeconomics research published from 1990 to 2025. It covers four core psychological variables across four key economic contexts: financial d", "id": "10.5281/zenodo.19151031", "version": "1.0.3", "created": "2026-03-21", "author": "Cognitive Economics Research Network", "license": "https://creativecommons.org/licenses/by/4.0/", "encoding": "UTF-8", "note": "This schema provides a general structure. Actual column names are in file headers. See CODEBOOK.md for detailed variable descriptions.", "resources": [ { "name": "psychological_drivers_economic_decision_making", "path": "psychological_drivers_economic_decision_making.csv", "format": "csv", "mediatype": "text/csv", "encoding": "UTF-8", "schema": { "fields": [ { "name": "country", "title": "Country", "description": "Country name (ISO 3166-1 alpha-2 compatible)", "type": "string", "constraints": { "required": false } }, { "name": "year", "title": "Year", "description": "Reference year (YYYY format)", "type": "integer", "constraints": { "minimum": 1990, "maximum": 2030 } }, { "name": "value", "title": "Value", "description": "Primary measurement value", "type": "number", "constraints": { "required": false } }, { "name": "indicator", "title": "Indicator", "description": "Name of the measured indicator", "type": "string", "constraints": { "required": false } }, { "name": "source", "title": "Source", "description": "Data source (institution or database)", "type": "string", "constraints": { "required": false } }, { "name": "unit", "title": "Unit", "description": "Unit of measurement", "type": "string", "constraints": { "required": false } }, { "name": "notes", "title": "Notes", "description": "Additional notes or caveats", "type": "string", "constraints": { "required": false } } ], "missingValues": [ "", "NA", "N/A", "null", "NULL", "NaN" ], "primaryKey": [], "foreignKeys": [] } } ] }