stolsky / election-results-map

A simple application that visualizes election results and their background information in various ways.
GNU General Public License v3.0
0 stars 0 forks source link

use kerg instead of kerg2 #24

Open stolsky opened 2 years ago

stolsky commented 2 years ago

election results stored in csv format. there are to versions "kerg" and "kerg2".

Encoding

There are two encoding versions of the "kerg" files:

Encoding must be taken into account!

table header

kerg2 is simpler to import because it is a flat table. "kerg" has a complex table header. For example:

Partei
ErststimmeZweitstimme
EndgültigeVorperiodeEndgültigeVorperiode

So it will be more complicated to import.

stolsky commented 2 years ago

also kerg files are much smaller than kerg2 files