shamikbose89 commited on
Commit
4a48492
1 Parent(s): c30d9bf

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -22
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-10a.23.4',
82
- 'speech': 'Malcolm Leslie Rifkind, esquire, Edinburgh, Pentlands.',
83
- 'display_as': 'Unknown',
84
- 'party': nan,
85
- 'constituency': nan,
86
- 'mnis_id': nan,
87
- 'date': '1979-05-10',
88
- 'time': nan,
89
- 'colnum': '23',
90
- 'speech_class': 'Procedural',
91
- 'major_heading': 'MEMBERS SWORN',
92
- 'minor_heading': nan,
93
- 'oral_heading': nan,
94
- 'year': 1979,
95
- 'hansard_membership_id': nan,
96
- 'speakerid': nan,
97
- 'person_id': nan,
98
- 'speakername': 'Unknown',
99
- 'url': nan
 
 
 
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-column)|
127
- |opposition_posts |Opposition posts held by MP (list-column)|
128
- |parliamentary_posts| Parliamentary posts held by MP (list-column)|
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