home / colmem

gifts

Gifts of Hospitality in the Register of Interests.

date_str is the date as supplied in the Register, and date is an attempt to create a year-month-day date from that string.

Data source: See col-scraper on GitHub

15 rows where member_id = 397

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: name, date (date)

Link rowid ▼ name date_str date member_id
218 218 Dinner, University of Greenwich 14 July 2015 2015-07-14 Sir David Hugh Wootton 397
219 219 Dinner, Institute of Directors 16 September 2015 2015-09-16 Sir David Hugh Wootton 397
220 220 Dinner, Young Presidents’ Organisation 25 September 2015 2015-09-25 Sir David Hugh Wootton 397
221 221 Dinner, Association of Financial Markets in Europe 15 October 2015 2015-10-15 Sir David Hugh Wootton 397
222 222 Dinner, the Worshipful Company of Tin Plate Workers alias Wire Workers 5 July 2016 2016-07-05 Sir David Hugh Wootton 397
223 223 Dinner, Institute of Directors 14 July 2016 2016-07-14 Sir David Hugh Wootton 397
224 224 Dinner, Royal Military Academy, Sandhurst 2 August 2016 2016-08-02 Sir David Hugh Wootton 397
225 225 Dinner, Chartered Bankers Institute 1 September 2016 2016-09-01 Sir David Hugh Wootton 397
226 226 Dinner, Association of Financial Markets in Europe 3 November 2016 2016-11-03 Sir David Hugh Wootton 397
227 227 Reception and Dinner, Co-operation Ireland 8 November 2016 2016-11-08 Sir David Hugh Wootton 397
228 228 Dinner, The Worshipful Company of Wheelwrights 8 December 2016 2016-12-08 Sir David Hugh Wootton 397
229 229 Dinner, Classics for All 26 January 2017 2017-01-26 Sir David Hugh Wootton 397
230 230 Dinner, The Worshipful Company of Clothworkers 7 March 2017 2017-03-07 Sir David Hugh Wootton 397
231 231 Dinner, Remenham Club 21 April 2017 2017-04-21 Sir David Hugh Wootton 397
232 232 Gresham College Stakeholder Presentation & Dinner (Worshipful Company of Mercers) 22 February 2018 2018-02-22 Sir David Hugh Wootton 397

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE gifts (
        name TEXT,
        date_str VARCHAR(50),
        date TEXT,
        member_id INTEGER REFERENCES members(id)
    );
CREATE INDEX gifts_date ON gifts("date");
CREATE INDEX gifts_member_id ON gifts("member_id");
Powered by Datasette · Queries took 15.602ms · Data source: See col-scraper on GitHub