mirror of
https://github.com/13hannes11/UU_NCML_Project.git
synced 2024-09-03 20:50:59 +02:00
cleaned up uk code for data loading
This commit is contained in:
@@ -9,7 +9,6 @@ def get_compass_parties(year=2017, country='de'):
|
||||
data = [[-3.5, -4], [7, 6.5], [-7, -6.5], [1, 2]]
|
||||
index = ['BÜ90/GR', 'CDU/CSU', 'DIE LINKE.', 'SPD']
|
||||
elif year == 2005:
|
||||
# TODO: add data for 2011
|
||||
data = [[-1.5, -1.5], [9.5, 8], [-6, -2], [3, 3.5]]
|
||||
index = [ 'BÜ90/GR', 'CDU/CSU', 'DIE LINKE.', 'SPD']
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user