Live data from Hacker News

A dataset of crimes committed in Buenos Aires

github.com

1–5 of 5 posts

Re: A dataset of crimes committed in Buenos Aires

#2
Nice data! I grabbed a copy and loaded it into Datasette here: https://delitos-caba.now.sh/

Here's how I did that: https://gist.github.com/simonw/eb5ad8e55d75bbc3003dd9e5d6eb4...

Here's an example SQL query showing the top barios: https://delitos-caba.now.sh/delitos-6395324?sql=select+%22ba...

Re: A dataset of crimes committed in Buenos Aires

#3
post #2

Nice data! I grabbed a copy and loaded it into Datasette here: https://delitos-caba.now.sh/ Here's how I did that: https://gist.github.com/simonw/eb5ad8e55d75bbc3003dd9e5d6eb4... Here's an example SQL query showing the top barios: https://delitos-caba.now.sh/delitos-6395324?sql=select+%22ba...

nice work!