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

6 rows where member_id = 1224

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: date (date)

Link rowid ▼ name date_str date member_id
176 176 Engraved Silver Trowel presented at the Avondale Square Topping Out Ceremony by Geoffrey Osborne Limited. (Donated to Clothworkers’ Company) 9th December 2015 2015-12-09 Dhruv Patel 1224
177 177 Christmas a 75cl bottle of Sainsbury's Blanc De Blancs Brut Champagne from Spice Innovations Limited 17th December 2015 2015-12-17 Dhruv Patel 1224
178 178 Corinthian Roof Terrace ticket to NatWest T20 Blast Surrey v Kent at the Oval from BridgeOne Telecom Ltd 29th July 2016 2016-07-29 Dhruv Patel 1224
179 179 Two tickets to the Asian Voice Charity Awards and Dinner at the London Hilton Park Lane from Pratik Dattani (Charity Clarity). 19th May 2017 2017-05-19 Dhruv Patel 1224
180 180 Christmas a 75cl bottle of Canti Prosecco from Spice Innovations Limited 19th December 2017 2017-12-19 Dhruv Patel 1224
181 181 One ticket to the Asian Voice Charity Awards and Dinner at the London Hilton Park Lane from Pratik Dattani (Charity Clarity) 17th May 2019 2019-05-17 Dhruv Patel 1224

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 10.258ms · Data source: See col-scraper on GitHub