shamikbose89
commited on
Commit
•
4a48492
1
Parent(s):
c30d9bf
Upload README.md
Browse files
README.md
CHANGED
@@ -78,25 +78,28 @@ A dataset containing every speech in the House of Commons from May 1979-July 202
|
|
78 |
|
79 |
```
|
80 |
{
|
81 |
-
'id': 'uk.org.publicwhip/debate/1979-05-
|
82 |
-
'speech':
|
83 |
-
'display_as': '
|
84 |
-
'party':
|
85 |
-
'constituency':
|
86 |
-
'mnis_id':
|
87 |
-
'date': '1979-05-
|
88 |
-
'time':
|
89 |
-
'colnum': '
|
90 |
-
'speech_class': '
|
91 |
-
'major_heading': '
|
92 |
-
'minor_heading':
|
93 |
-
'oral_heading':
|
94 |
-
'year': 1979,
|
95 |
-
'hansard_membership_id':
|
96 |
-
'speakerid':
|
97 |
-
'person_id':
|
98 |
-
'speakername': '
|
99 |
-
'url':
|
|
|
|
|
|
|
100 |
}
|
101 |
```
|
102 |
|
@@ -123,9 +126,9 @@ A dataset containing every speech in the House of Commons from May 1979-July 202
|
|
123 |
|person_id |ID used by mysociety|
|
124 |
|speakername| MP name as appeared in Hansard record for speech|
|
125 |
|url| link to speech|
|
126 |
-
|government_posts| Government posts held by MP (list
|
127 |
-
|opposition_posts |Opposition posts held by MP (list
|
128 |
-
|parliamentary_posts| Parliamentary posts held by MP (list
|
129 |
|
130 |
### Data Splits
|
131 |
|
|
|
78 |
|
79 |
```
|
80 |
{
|
81 |
+
'id': 'uk.org.publicwhip/debate/1979-05-17a.390.0',
|
82 |
+
'speech': "Since the Minister for Consumer Affairs said earlier that the bread price rise would be allowed, in view of developing unemployment in the baking industry, and since the Mother's Pride bakery in my constituency is about to close, will the right hon. Gentleman give us a firm assurance that there will be an early debate on the future of the industry, so that the Government may announce that, thanks to the price rise, those workers will not now be put out of work?",
|
83 |
+
'display_as': 'Eric Heffer',
|
84 |
+
'party': 'Labour',
|
85 |
+
'constituency': 'Liverpool, Walton',
|
86 |
+
'mnis_id': '725',
|
87 |
+
'date': '1979-05-17',
|
88 |
+
'time': '',
|
89 |
+
'colnum': '390',
|
90 |
+
'speech_class': 'Speech',
|
91 |
+
'major_heading': 'BUSINESS OF THE HOUSE',
|
92 |
+
'minor_heading': '',
|
93 |
+
'oral_heading': '',
|
94 |
+
'year': '1979',
|
95 |
+
'hansard_membership_id': '5612',
|
96 |
+
'speakerid': 'uk.org.publicwhip/member/11615',
|
97 |
+
'person_id': '',
|
98 |
+
'speakername': 'Mr. Heffer',
|
99 |
+
'url': '',
|
100 |
+
'government_posts': [],
|
101 |
+
'opposition_posts': [],
|
102 |
+
'parliamentary_posts': ['Member, Labour Party National Executive Committee']
|
103 |
}
|
104 |
```
|
105 |
|
|
|
126 |
|person_id |ID used by mysociety|
|
127 |
|speakername| MP name as appeared in Hansard record for speech|
|
128 |
|url| link to speech|
|
129 |
+
|government_posts| Government posts held by MP (list)|
|
130 |
+
|opposition_posts |Opposition posts held by MP (list)|
|
131 |
+
|parliamentary_posts| Parliamentary posts held by MP (list)|
|
132 |
|
133 |
### Data Splits
|
134 |
|