{ "$schema": "https://frictionlessdata.io/schemas/table-schema.json", "name": "mental-health-disorders-in-latin-american-universi", "title": "Mental Health Disorders in Latin American University Population: Prevalence, Risk Factors and Protective Variables — Statistical Database", "description": "Statistical database on the prevalence of mental health disorders, risk factors, and protective variables in Latin American university populations. Compiled through systematic search using Perplexity AI, synthesizing indexed academic literature from the region. Includes data on depression, anxiety, ", "id": "10.5281/zenodo.19150990", "version": "1.0.3", "created": "2026-03-21", "author": "Perplexity AI Compilation — Synthesis of Latin American Academic Literature", "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": "mental_health_latin_american_universities_v2", "path": "mental_health_latin_american_universities_v2.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": [] } } ] }