home / csvconf

talks

Data source: https://csvconf.com/

0 rows where abstract = "Datasette is a tool for instantly publishing structured data on the internet. It makes it easy to construct and execute arbitrary SQL queries %28using SQLite%29 and export the results as CSV. It%27s accompanying tool csvs-to-sqlite makes it easy to convert CSV files into a SQLite database.%0AMore info at https%3A%2F%2Fgithub.com%2Fsimonw%2Fdatasette" and day = "May 9 2019" sorted by rowid

View and edit SQL

speaker

datetime

abstract

Link rowid ▼ title speaker time day room url datetime abstract image
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 6.288ms · Data source: https://csvconf.com/