Data source: https://csvconf.com/
This data as JSON, CSV (advanced)
Link | rowid | title | speaker | time | day | room | url | datetime | abstract | image |
---|---|---|---|---|---|---|---|---|---|---|
45 | 45 | Datasette | Simon Willison | 2:00 PM | May 9 2019 | Daisy Bingham Room | https://csvconf.com/speakers/#simon-willison | 2019-05-09T14:00:00 | Datasette is a tool for instantly publishing structured data on the internet. It makes it easy to construct and execute arbitrary SQL queries (using SQLite) and export the results as CSV. It's accompanying tool csvs-to-sqlite makes it easy to convert CSV files into a SQLite database. More info at https://github.com/simonw/datasette | https://csvconf.com/img/speakers-2019/swillison.jpg |
JSON shape: default, array, newline-delimited
CREATE TABLE [talks] ( [title] TEXT, [speaker] TEXT, [time] TEXT, [day] TEXT, [room] TEXT, [url] TEXT, [datetime] TEXT, [abstract] TEXT, [image] TEXT )