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

Add Julia REPL Chicago Crimes CSV data loading example with DuckDB #10

Closed RandomFractals closed 1 year ago

RandomFractals commented 1 year ago

Use Julia vscode extension: https://marketplace.visualstudio.com/items?itemName=julialang.language-julia

DuckDB Julia package on Julia hub: https://juliahub.com/ui/Packages/DuckDB/89qwz/0.5.1

Julia setup in vscode:

julia-vscode-setup

Reading files in Julia: https://www.geeksforgeeks.org/importing-data-from-files-in-julia/

RandomFractals commented 1 year ago

Final CSV load into DuckDB Julia REPL script and run pic for now:

chicago-crimes-duckdb-julia-repl

RandomFractals commented 1 year ago

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