powered by
Example data from the 2019 Finnish parliamentary elections. The data has been cleaned up and only contains information relevant for this package.
finland2019
List containing two data.frames:
votes_df containing the number of votes for each party and district. 229 rows, 3 columns (party_name, district_name, votes)
votes_df
party_name
district_name
votes
district_seats_df with the number of seats per district. 12 rows, 2 columns (district_name, seats)
district_seats_df
seats
finland2019$district_seats_df head(finland2019$votes_df)
Run the code above in your browser using DataLab