Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/mimikri1/belle-nuit.com/inc/relation.php on line 1424

Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/mimikri1/belle-nuit.com/inc/relation.php on line 1424

Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/mimikri1/belle-nuit.com/inc/relation.php on line 1424

Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/mimikri1/belle-nuit.com/inc/relation.php on line 1424

Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/mimikri1/belle-nuit.com/inc/relation.php on line 1424

Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/mimikri1/belle-nuit.com/inc/relation.php on line 1424

Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/mimikri1/belle-nuit.com/inc/relation.php on line 1424

Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/mimikri1/belle-nuit.com/inc/relation.php on line 1424

Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/mimikri1/belle-nuit.com/inc/relation.php on line 1424

Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/mimikri1/belle-nuit.com/inc/relation.php on line 1424

Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/mimikri1/belle-nuit.com/inc/relation.php on line 1424

Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/mimikri1/belle-nuit.com/inc/relation.php on line 1424

Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/mimikri1/belle-nuit.com/inc/relation.php on line 1424

Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/mimikri1/belle-nuit.com/inc/relation.php on line 1424

Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/mimikri1/belle-nuit.com/inc/relation.php on line 1424

Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/mimikri1/belle-nuit.com/inc/relation.php on line 1424
Belle Nuit Montage - Wahlen letzte Wahl

Wahlen letzte Wahl

Wahlen 2023

1 Error: Relation error: 23 Unknown rename partei_id

Code

echo "letztewahl.csv"
read path level_kantone/ "https://ogd-static.voteinfo-app.ch/v4/ogd/sd-t-17.02-NRW2023-parteien.json"
rename kanton_nummer k, partei_id p, letzte_wahl_anzahl_gewaehlte sitze_alt, letzte_wahl_partei_staerke w_alt
project k, p, sitze_alt, w_alt

// fusion CVP (2) BDP (32) zu Mitte (34)
dup
select p=2 or p=32 or p=34
project k, sitze_alt sum, w_alt sum
rename sitze_alt_sum sitze_alt, w_alt_sum w_alt
extend p = 2
swap
select p != 2 and p != 32 and p != 34
union
update w_alt = round(10*w_alt)/10
project k, p, sitze_alt, w_alt
order k 1, p 1
write "letztewahl.csv"
print

echo "letztewahl_ch.csv"
read path level_ch/ "https://ogd-static.voteinfo-app.ch/v4/ogd/sd-t-17.02-NRW2023-parteien.json"
rename partei_id p, letzte_wahl_anzahl_gewaehlte sitze_alt, letzte_wahl_partei_staerke w_alt
project p, sitze_alt, w_alt

// fusion CVP (2) BDP (32) zu Mitte (34)
dup
select p=2 or p=32 or p=34
project sitze_alt sum, w_alt sum
rename sitze_alt_sum sitze_alt, w_alt_sum w_alt
extend p = 2
swap
select p != 2 and p != 32 and p != 34
union
update w_alt = round(10*w_alt)/10
project p, sitze_alt, w_alt
order p 1
write "letztewahl_ch.csv"
print