公开数据集
数据结构 ? 3.96M
Data Structure ?
* 以上分析是由系统提取分析形成的结果,具体实际数据为准。
README.md
Cleaned version of the election poll results of Baden-Württemberg from 2017 by district. The data are in ISO-8859-1. The first column contains unique values and can be used as index. What was cleaned: The previously recurring header rows have been removed.
Here is some context: Baden-Württemberg has many rural areas. Cultural and economic center of tthis Bundesland is its capital, Stuttgart.
Source of the original, uncleaned data: "on Statistisches Landesamt Baden-Württemberg, https://www.statistik-bw.de/Wahlen/Bundestag/, file "Bezirke.csv" in the 2017 section
Columns in this file in the following format: [row index]: [German column header] / [column header translated to English]: [content in the first row of the data set]
0: Wahlbezirk / District: "08111001001-02 Inlingua Sprachcenter"
All who are entitled to vote
1: Wahlberechtigte / Entitled to vote: 948
2: ohne Wahlschein / thereof without election slip: 587
3: mit Wahlschein / thereof with election slip: 360
4: §25 Abs.2 BWO: 1
Those who actually voted
5: W?hler(innen) / Actual voters: 441
6: mit Wahlschein / thereof with election slip: 11
First vote
7: Ungültige Erststimmen / invalid first vote: 1
8: Gültige Erststimmen / valid first vote: 440
9: CDU: 440
10: SPD: 54
11: GRüNE: 150
12: FDP: 45
13: AfD: 15
14: DIE LINKE: 51
15: PIRATEN: 2
16: NPD: (leer)
17: Tierschutzpartei: 9
18: FREIE W?HLER: (leer)
19: ?DP: 0
20: MLPD: 0
21: Tierschutzallianz: (leer)
22: BGE: (leer)
23: DiB: (leer)
24: DKP: (leer)
25: DM: (leer)
26: DIE RECHTE: (leer)
27: MENSCHLICHE WELT: (leer)
28: Die PARTEI: 7
29: V-Partei3: (leer)
30: Bündnis C: (leer)
31: BüSo: 0
32: Einzelbewerber: 3
33: (Unknown content) 0
Second vote
34: Ungültige Zweitstimmen / invalid second vote: 1
35: Gültige Zweitstimmen valid second vote: 440
36: CDU: 96
37: SPD: 70
38: GRüNE: 86
39: FDP: 80
40: AfD: 21
41: DIE LINKE: 66
42: PIRATEN: 1
43: NPD: 0
44: Tierschutzpartei: 3
45: FREIE W?HLER: 0
46: ?DP: 1
47: MLPD: 1
48: Tierschutzallianz: 2
49: BGE: 1
50: DiB: 3
51: DKP: 0
52: DM: 0
53: DIE RECHTE: 0
54: MENSCHLICHE WELT: 0
55: Die PARTEI: 9
56: V-Partei3: 0
57: Bündnis C: (leer)
58: BüSo: (leer)
59: Einzelbewerber: (leer)
60: (leer)
Here is a way to describe the headers in Python:
general_statistics_headers = ['Registered', 'Registered without election slip', 'Registered with election slip', '§25 Abs.2 BWO', 'Actual voters', 'Actual voters with election slip', 'Invalid first vote', 'Valid first vote', 'Invalid second vote', 'Valid second vote']
parties_header = ['CDU', 'SPD', 'GRüNE', 'FDP', 'AfD', 'DIE LINKE', 'PIRATEN', 'NPD', 'Tierschutzpartei', 'FREIE W?HLER', '?DP', 'MLPD', 'Tierschutzallianz', 'BGE', 'DiB', 'DKP', 'DM', 'DIE RECHTE', 'MENSCHLICHE WELT', 'Die PARTEI', 'V-Partei3', 'Bündnis C', 'BüSo', 'Einzelbewerber']
header_row = list(['District']) + general_statistics_headers[0:8] for party in parties_header: header_row = header_row + list([party + ' (first vote)']) header_row = header_row + list(['interpretation_pending_1']) + general_statistics_headers[8:] for party in parties_header: header_row = header_row + list([party + ' (second vote)']) header_row = header_row + list(['interpretation_pending_2'])
×
帕依提提提温馨提示
该数据集正在整理中,为您准备了其他渠道,请您使用
注:部分数据正在处理中,未能直接提供下载,还请大家理解和支持。
暂无相关内容。
暂无相关内容。
- 分享你的想法
去分享你的想法~~
全部内容
欢迎交流分享
开始分享您的观点和意见,和大家一起交流分享.
数据使用声明:
- 1、该数据来自于互联网数据采集或服务商的提供,本平台为用户提供数据集的展示与浏览。
- 2、本平台仅作为数据集的基本信息展示、包括但不限于图像、文本、视频、音频等文件类型。
- 3、数据集基本信息来自数据原地址或数据提供方提供的信息,如数据集描述中有描述差异,请以数据原地址或服务商原地址为准。
- 1、本站中的所有数据集的版权都归属于原数据发布者或数据提供方所有。
- 1、如您需要转载本站数据,请保留原数据地址及相关版权声明。
- 1、如本站中的部分数据涉及侵权展示,请及时联系本站,我们会安排进行数据下线。