Nice data! I grabbed a copy and loaded it into Datasette here: <a href="https://delitos-caba.now.sh/" rel="nofollow">https://delitos-caba.now.sh/</a><p>Here's how I did that: <a href="https://gist.github.com/simonw/eb5ad8e55d75bbc3003dd9e5d6eb438b" rel="nofollow">https://gist.github.com/simonw/eb5ad8e55d75bbc3003dd9e5d6eb4...</a><p>Here's an example SQL query showing the top barios: <a href="https://delitos-caba.now.sh/delitos-6395324?sql=select+%22barrio%22%2C+count%28%2A%29+as+%22count%22+from+delitos++group+by+%22barrio%22+order+by+%22count%22+desc+limit+100" rel="nofollow">https://delitos-caba.now.sh/delitos-6395324?sql=select+%22ba...</a>