-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdatadict.qmd
142 lines (135 loc) · 8.12 KB
/
datadict.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
---
title: "Variable Dictionary"
tbl-colwidths: [25,75]
---
The following tables provide a description of the variables included in the different datasets. The sources used in the collection of each variable are listed here in a separate column. For a more detailed and precise source documentation, see [Sources](sources.qmd).
## Politician
| Variable | Description |
| :--- | :--- |
| name | Name of politician |
| name_wikitag | Wikipedia tag for politician's name (URL) |
| birthplace | Birthplace of politician |
| birthplace_wikitag | Wikipedia tag for birthplace (URL) |
| birthplace_lat | Latitude of birthplace as determined by geocoding |
| birthplace_lon | Longitude of birthplace as determined by geocoding |
| birthplace_region | Region birthplace is located in |
| birthplace_subregion | Subregion birthplace is located in |
| birthplace_country | Country birthplace is located in |
| birthplace_country_id | ISO 3166-1 alpha-2 code for country birthplace is located in |
| birthplace_state | State birthplace is located in |
| birthplace_state_id | ISO 3166-2 code for state birthplace is located in |
| birthplace_city | City birthplace is located in |
| birthdate | Formatted birthdate of politician |
| gender | Gender of politician |
## Mandate
| Variable | Description |
| :--- | :--- |
| id | URL + State + Term |
| name_wikitag | Wikipedia tag for politician's name (URL) |
| constituency | Constituency the politician represents |
| mandate | Method of winning seat (direct mandate or via party list) |
| voteshare | Percentage of votes received by politician |
| landtag_state | State where politician was elected |
| landtag_state_abb | Abbreviation for state where politician was elected |
| electoralperiod | Electoral period during which politician served |
| term_start | Constituent meeting of the electoral period |
| term_end | Day before the constituent meeting of the next electoral period |
## Cabinet
| Variable Name | Description |
|:-----|:------------|
| id | URL + State + Term |
| name_wikitag | Wikipedia tag for politician's name (URL) |
| party | Party of the politician |
| gender | Politicians gender |
| cabinet | Name of the cabinet |
| ministry | Government ministry |
| ministry_clean | Cleaned and formatted goverment ministry |
| position | Position held by the politician |
| position_clean| Cleaned and formatted position held by the politician |
| economy | Binary variable indicating if the ministry handles economic affairs |
| environment | Binary variable indicating if the ministry handles environmental affairs |
| education | Binary variable indicating if the ministry handles education affairs |
| science | Binary variable indicating if the ministry handles science affairs |
| infrastructure | Binary variable indicating if the ministry handles infrastructure affairs |
| health | Binary variable indicating if the ministry handles health affairs |
| justice | Binary variable indicating if the ministry handles justice affairs |
| agriculture | Binary variable indicating if the ministry handles agriculture affairs |
| culture_leisure | Binary variable indicating if the ministry handles culture and leisure affairs |
| technology | Binary variable indicating if the ministry handles technology affairs |
| state_chancellery | Binary variable indicating if the ministry handles state chancellery affairs |
| regional | Binary variable indicating if the ministry handles regional affairs |
| family | Binary variable indicating if the ministry handles family affairs |
| migration | Binary variable indicating if the ministry handles migration affairs |
| genderequality | Binary variable indicating if the ministry handles gender equality affairs |
| social | Binary variable indicating if the ministry handles social affairs |
| international | Binary variable indicating if the ministry handles international affairs |
| interior | Binary variable indicating if the ministry handles interior affairs |
| start_date | Start date of government role |
| end_date | End date of government role |
| landtag_state_abb | Abbreviation of the state |
| electoralperiod | Electoral period |
## PPG
| Variable| Description |
|:--- |:--------- |
| id | URL + State + Term |
| name_wikitag | Wikipedia tag for politician's name (URL) |
| ppg | Political party/faction of the politician |
| ppg_id | Cleaned and formatted party/faction of the politician |self-created variable|
| start_date | Date the politician started being part of the faction |
| end_date | Date the politician ended being part of the faction |
| landtag_state_abb| Abbreviation of the state |
| electoralperiod | Electoral period |
## PPG-Leadership
| Variable | Description |
|:--- |:------------|
| id | URL + State + Term |
| name_wikitag | Wikipedia tag for politician's name (URL) |
| ppg | Political party/faction of the politician |
| ppg_id | Cleaned and formatted party/faction of the politician |self-created variable|
| position | Position held by the politician. |
| position_id | Identifier for each position in the data. |self-created variable|
| start_date | Start date of board role |
| end_date | End date of board role |
| landtag_state_abb| Abbreviation of the state |
| electoralperiod | Electoral period |
## Presidency
| Variable | Description |
| :-- | :--------- |
| id | URL + State + Term |
| name_wikitag | Wikipedia tag for politician's name (URL) |
| position | Position held by the person |
| position_id | Cleaned and formatted position held by the politician |
| start_date | Start date of the position |
| end_date | End date of the position |
| landtag_state_abb | Abbreviation of the state |
| electoralperiod | Electoral period |
## Committee
| Variable Name | Description |
|:---------------|:-----------------|
| id | URL + State + Term |
| name_wikitag | Wikipedia tag for politician's name (URL) |
| committee | The name of the committee. |
| agriculture | Binary variable indicating if the committee handles agriculture affairs |
| committee_of_inquiry | Binary variable indicating if the committee is a committee of inquiry |
| culture_sports_leisure | Binary variable indicating if the committee handles culture, sports, and leisure affairs |
| economy_finance | Binary variable indicating if the committee handles economy and finance affairs |
| education_science | Binary variable indicating if the committee handles education and science affairs |
| environment | Binary variable indicating if the committee handles environment affairs |
| family_youth_children | Binary variable indicating if the committee handles family, youth, and children affairs |
| genderequality | Binary variable indicating if the committee handles gender equality affairs |
| health | Binary variable indicating if the committee handles health affairs |
| infrastructure | Binary variable indicating if the committee handles infrastructure affairs |
| interior | Binary variable indicating if the committee handles interior affairs |
| international | Binary variable indicating if the committee handles international affairs |
| justice | Binary variable indicating if the committee handles justice affairs |
| migration | Binary variable indicating if the committee handles migration affairs |
| regional | Binary variable indicating if the committee handles regional affairs |
| social | Binary variable indicating if the committee handles social affairs |
| technology | Binary variable indicating if the committee handles technology affairs |
| main_committee | Binary variable indicating if the committee is the main committee |
| position | Position held by the politician. |
| position_id | Identifier for each position in the data. |
| start_date | Start date of the position.|
| end_date | End date of the position. |
| landtag_state_abb | Abbreviation of the state |
| electoralperiod | Electoral period |