
Real-time Election Results: Portugal 2019
Donated on 12/4/2019
Data set of the real-time election results of the 2019 Portuguese Parliamentary Election.
Dataset Characteristics
Multivariate, Time-Series, Text
Subject Area
Social Science
Associated Tasks
Regression
Feature Type
Integer, Real
# Instances
21643
# Features
29
Dataset Files
| File | Size |
|---|---|
| GoesGold/SourceData/votes_parishes.csv | 3.4 MB |
| GoesGold/ElectionData.csv | 3.1 MB |
| GoesGold/SourceData/votes.csv | 1.4 MB |
| GoesGold/SourceData/parishes.csv | 537.6 KB |
| GoesGold/R Code/freguesias-metadata.csv | 234.6 KB |
0 to 5 of 19
Download (1.1 MB)
Install the ucimlrepo package
pip install ucimlrepo
Import the dataset into your code
View the full documentationfrom ucimlrepo import fetch_ucirepo # fetch dataset real_time_election_results_portugal_2019 = fetch_ucirepo(id=513) # data (as pandas dataframes) X = real_time_election_results_portugal_2019.data.features y = real_time_election_results_portugal_2019.data.targets # metadata print(real_time_election_results_portugal_2019.metadata) # variable information print(real_time_election_results_portugal_2019.variables)
0 citations
5407 views
Citation
Real-time Election Results: Portugal 2019 [Dataset]. (2019). UCI Machine Learning Repository. https://doi.org/10.24432/C5NS5M.
Style:
DOI
License
This dataset is licensed under a Creative Commons Attribution 4.0 International (CC BY 4.0) license.
This allows for the sharing and adaptation of the datasets for any purpose, provided that the appropriate credit is given.