RandomFractals / chicago-crimes

Exploring Chicago crimes dataset with Jupyter notebooks, DuckDB, Malloy and new Panel/PyScript data and dashboard tools.
GNU Affero General Public License v3.0
38 stars 4 forks source link

Create DuckDB file from raw CSV data #4

Open RandomFractals opened 1 year ago

RandomFractals commented 1 year ago

see: https://duckdb.org/docs/data/csv

RandomFractals commented 1 year ago

Takes about 16s to load Chicago crimes data into blank in-memory DuckDB instance.

See new section in docs: https://github.com/RandomFractals/chicago-crimes#with-duckdb

chicago-crimes-with-duckdb