Wahlen Prognose Wahlanteile Sprachregionen
Partei | DE | FR | IT |
---|---|---|---|
SVP | 30.9 | 20.4 | 15.1 |
SP | 17.8 | 21 | 12.5 |
Mitte | 13.7 | 14.6 | 17.7 |
FDP | 12.6 | 17.4 | 21.1 |
GPS | 8.9 | 12.7 | 9.1 |
GLP | 8.5 | 5.4 | 1.5 |
Andere | 2.8 | 1.8 | 9.5 |
EVP | 2.5 | ||
EDU | 1.5 | ||
Lega | 13.5 | ||
MCR | 2.3 | ||
PdA/Sol. | 3 | ||
Code
read "kantonsresultate.csv"
read "kantone.csv"
join natural
read "letztewahl.csv"
project k, p, w_alt
join left
update proj_sum = proj_sum / sitze
project reg, p, proj_sum sum
project inline reg, proj_sum_sum sum
extend proj = round(1000*proj_sum_sum/proj_sum_sum_sum)/10
read "parteien.csv"
join natural
project partei, reg, proj
select proj > 0.9
deserialize
order DE 9
delegate "barchart -colors #040,#6a6,#aea -rough"
label partei "Partei"
print