votos_20210606
Data license: CC Attribution 4.0 License · Data source: tabo/elecciones_peru_2021 en GitHub · About: ✏️ ronderos.pe
605,416 rows sorted by congresal
This data as json, CSV (advanced)
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE votos_20210606 ( tipo_acta text, mesa text, AUTORIDAD text, CCODI_AUTO text, CON_EMITIDOS numeric, CON_VALIDOS numeric, NLISTA numeric, congresal numeric, PRIMARY KEY (mesa, tipo_acta, AUTORIDAD), FOREIGN KEY(mesa) REFERENCES mesas_20210606(mesa), FOREIGN KEY(mesa, tipo_acta) REFERENCES actas_20210606(mesa, tipo_acta) );