home / csvconf

talks

Data source: https://csvconf.com/

1 row where datetime = "2019-05-09T14:00:00", day = "May 9 2019" and speaker = "Simon Willison" sorted by url

View and edit SQL

datetime

Link rowid title speaker time day room url ▼ datetime abstract image
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

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE [talks] (
   [title] TEXT,
   [speaker] TEXT,
   [time] TEXT,
   [day] TEXT,
   [room] TEXT,
   [url] TEXT,
   [datetime] TEXT,
   [abstract] TEXT,
   [image] TEXT
)
Powered by Datasette · Query took 4.234ms · Data source: https://csvconf.com/