gender-parity-eanrm2025
A data-driven project analyzing gender parity in Venezuela’s 2025 National Assembly, regional, and municipal elections. Includes code, datasets, and tools for transparency and research.
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.2%) to scientific vocabulary
Keywords
Repository
A data-driven project analyzing gender parity in Venezuela’s 2025 National Assembly, regional, and municipal elections. Includes code, datasets, and tools for transparency and research.
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
Gender Parity Analysis in Authoritarian Elections: The Case of Venezuela's 2025 Elections
This repository contains the code and data for my research project on *candidate placement on the Venezuelan parliamentary, regional and municipal elections*.
1. Introduction
- Research Question: Under an authoritarian regime that still engages in elections, how parties and their leaders place their candidates based on gender? Given that they have a quota mandate that is not strongly enforced by the CNE (the electoral management body).
- Objective: This descriptive study aims to capture the party leaders behavior when placing candidates in districts and proportional representation lists to capture any potential bias based on gender, both at the regional and local levels.
- Significance: After making a transition into a fully authoritarian regime, is important to address women participation in these type of regimes, especially when there are quota mandates which is an institution typically used in democratic regimes.
- Background: In democracies, PR lists are institutions made to advance female candidates, but ultimately political party leaders place women in lower positions which makes them unliely to be elected due to the seats allocation and vote share. Moreover, Venezuela offers an unique case to assess the effect of single member districts with substitutes candidates for this electoral rule. This makes another potential source of bias against women since there are no placemente mandates and women are more likely to be placed as subtitutes instead of principals.
2. Data
Data Sources:
- The candidate dataset comes from the Consejo Nacional Electoral (CNE), which is the Venezuelan electoral management (https://doe.postulaciones.org.ve/eanr2025) and (https://doe.postulaciones.org.ve/em2025).
- 2020 National Assembly, 2021 Regional and 2024 Presidential Elections results to assess whether party leaders place women in more difficult districts to win.
Data Description:
- This research aims to shed light on the party dynanmics when quotas are not enforced in an authoritarian setting, more specifically, for legislative elections of:
- National Parliament: the Venezuela National Assembly
- State Legislatures: State Legislative Councils
- State Executives: Governorships
- Local Legislatures: City Councils
- Local Executives: Mayorships
- There are 6667 candidates, which include 3066 females (45.98%) and 3601 males (54.02%) in the National Assembly, and Regional dataset (datasetcandidateseanr2025.csv)
- There are 15789 candidates, which include 7199 females (45.59%) and 8590 males (54.40%) in the Local dataset (datasetcandidatesem2025.csv)
- This research aims to shed light on the party dynanmics when quotas are not enforced in an authoritarian setting, more specifically, for legislative elections of:
3. Methodology
- Research Design:
- Following , I compare models based on the election rule (SMD and PR) and type (National Assembly and State Legislative Councils)
- Software and Packages:
- To conduct this research I mainly used R version 4.4.3 (2025-02-28 ucrt) to conduct the statistcal models
- Python v3.13 was employed to scrape the data from the CNE's website
4. Code
- Structure:
- The repository contains the following scripts for scraping and data cleaning:
scrape.pyandscrape_election_type_X.py: Scrapes the data from the CNEjson_to_csv.py: Convert .json files to .csv to prepare them for data analysis on Rgenerate_csv_by_election.py: Produce .csv by each of the seven election types for individual analysiscollapse_data.py: Collapse data by candidates to merge their supporting parties in one single fieldappend_csv.py: Combine all .csv files obtained from the scraping processcircumscriptions_by_state.py: Obtain the national and sub-national districts for the legilative elections depending on the geographic level by state
- The repository contains the following scripts for scraping and data cleaning:
5. Preliminary Results
- Key Findings:
- Depending on election type, there is a varied level of bias againts women. Governor elections are the ones that has less female candidates, which makes sense since there are no quotas. More than 81.49% of the candidates are males. For the legislative elections, only state legislatures are the ones that reach gender parity, the rest have less than 50% of females candidates.
- Visualizations and Plots:
- See the following plots for visualizations of preliminary findings, more results and robustsness checks can be seen on the plots and results directories:
- Candidates' Gender by State (Parliamentary and Regional)
- Candidates' Gender by Election Type (Parliamentary and Regional)
- Candidates' Gender by State (Local)
- Candidates' Gender by Election Type (Local)
- The rest of the plots from the preliminary analysis can be seen here
- See the following plots for visualizations of preliminary findings, more results and robustsness checks can be seen on the plots and results directories:
6. Conclusion
* Comming soon.
7. Acknowledgements & Contributing
- A million thanks to Jesús Ojeda Latrónico for helping me with the scraping!
- Contributions to this project are welcome. You can contribute by:
- Reporting bugs or issues
- Suggesting improvements to the code
- Contributing the research design or analyses
8. License
- This code is released under the MIT License
Owner
- Name: Pablo Hernandez Borges
- Login: pablohernandezb
- Kind: user
- Location: Orlando, FL
- Company: Universidad Simón Bolívar
- Website: http://pablohernandezb.dev
- Repositories: 18
- Profile: https://github.com/pablohernandezb
Data Analyst | Data Scientist | Web Development | Video Games
Citation (CITATION.cff)
cff-version: 1.0.0 message: "If you use this software, please cite it as below." authors: - family-names: "Hernández-Borges" given-names: "Pablo" orcid: "https://orcid.org/0000-0002-3147-1740" title: "Gender Parity in the 2025 National Assembly, Regional, and Municipal Elections in Venezuela" version: 2.0.0 date-released: 2024-07-18 url: "https://github.com/pablohernandezb/gender-parity-eanrm2025"
GitHub Events
Total
- Push event: 3
Last Year
- Push event: 3