All Projects → ramadis → delitos-caba

ramadis / delitos-caba

Licence: other
🚓 Crime dataset for the City of Buenos Aires, Argentina

Programming Languages

javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to delitos-caba

Retriever
Quickly download, clean up, and install public datasets into a database management system
Stars: ✭ 241 (+447.73%)
Mutual labels:  datasets
isarn-sketches-spark
Routines and data structures for using isarn-sketches idiomatically in Apache Spark
Stars: ✭ 28 (-36.36%)
Mutual labels:  datasets
scrapeOP
A python package for scraping oddsportal.com
Stars: ✭ 99 (+125%)
Mutual labels:  datasets
Datasets
TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...
Stars: ✭ 3,094 (+6931.82%)
Mutual labels:  datasets
Scene-Text-Recognition-Recommendations
Papers, Datasets, Algorithms, SOTA for STR. Long-time Maintaining
Stars: ✭ 215 (+388.64%)
Mutual labels:  datasets
transfermarkt-datasets
⚽️ Extract, prepare and publish Transfermarkt datasets.
Stars: ✭ 60 (+36.36%)
Mutual labels:  datasets
Machine Learning Resources
A curated list of awesome machine learning frameworks, libraries, courses, books and many more.
Stars: ✭ 226 (+413.64%)
Mutual labels:  datasets
industrial-ml-datasets
A curated list of datasets, publically available for machine learning research in the area of manufacturing
Stars: ✭ 45 (+2.27%)
Mutual labels:  datasets
awesome-mobile-robotics
Useful links of different content related to AI, Computer Vision, and Robotics.
Stars: ✭ 243 (+452.27%)
Mutual labels:  datasets
morghulis
No description or website provided.
Stars: ✭ 18 (-59.09%)
Mutual labels:  datasets
COVID-Net
Launched in March 2020 in response to the coronavirus disease 2019 (COVID-19) pandemic, COVID-Net is a global open source, open access initiative dedicated to accelerating advancement in machine learning to aid front-line healthcare workers and clinical institutions around the world fighting the continuing pandemic. Towards this goal, our global…
Stars: ✭ 41 (-6.82%)
Mutual labels:  datasets
data.world-r
R library for data.world
Stars: ✭ 59 (+34.09%)
Mutual labels:  datasets
facturajs
Facturas digitales con AFIP Web Services y nodej
Stars: ✭ 68 (+54.55%)
Mutual labels:  argentina
Annotation tools
Visipedia Annotation Tools
Stars: ✭ 245 (+456.82%)
Mutual labels:  datasets
git-rdm
A research data management plugin for the Git version control system.
Stars: ✭ 34 (-22.73%)
Mutual labels:  datasets
Datasets
source{d} datasets ("big code") for source code analysis and machine learning on source code
Stars: ✭ 231 (+425%)
Mutual labels:  datasets
awesome-dynamic-graphs
A collection of resources on dynamic/streaming/temporal/evolving graph processing systems, databases, data structures, datasets, and related academic and industrial work
Stars: ✭ 89 (+102.27%)
Mutual labels:  datasets
clothing-detection-ecommerce-dataset
Clothing detection dataset
Stars: ✭ 43 (-2.27%)
Mutual labels:  datasets
firestore-to-bigquery-export
NPM package for copying and converting Cloud Firestore data to BigQuery.
Stars: ✭ 26 (-40.91%)
Mutual labels:  datasets
thermostat
Collection of NLP model explanations and accompanying analysis tools
Stars: ✭ 126 (+186.36%)
Mutual labels:  datasets

Dataset de Delitos en CABA

Read in English

Este repositorio genera automáticamente un archivo único, actualizado con más de 361.658 delitos denunciados cometidos en la Ciudad de Buenos Aires desde el año 2016.

Este repositorio está obsoleto, y fue reemplazado por el dataset oficial de delitos de la Ciudad de Buenos Aires.

Motivo

Si bien los datos son públicos (ver sección Aclaración), no está disponible para su descarga un archivo completo, con todos los campos, para simplificar el análisis de los mismos. Este repositorio soluciona ese problema.

Datos

El archivo en formato JSON lleva por nombre delitos y puede ser descargado desde releases en formato JSON o en formato CSV.

Campo Tipo Descripción
id Number Identificador único del delito
comuna String Nombre de la comuna
barrio String Nombre del barrio
latitud Number Latitud del lugar del delito
longitud Number Longitud del lugar del delito
fecha String Fecha del delito en formato YYYY-MM-DD
hora String Hora del delito en formato hh:mm:ss
uso_arma String Describe si el robo fue armado
uso_moto String Describe si el robo fue por "motochorro"
origen_dato String Describe el origen de la denuncia
tipo_delito String Describe el tipo de delito
cantidad_vehiculos Number Cantidad de vehículos involucrados
cantidad_victimas Number Cantidad de víctimas fatales

Ejemplo

{ "id": 120814,
  "comuna": "Comuna 11",
  "barrio": "VILLA DEVOTO",
  "latitud": -34.605,
  "longitud": -58.5105,
  "fecha": "2016-12-13",
  "hora": "23:05:00",
  "uso_arma": "SIN USO DE ARMA",
  "uso_moto": "SIN MOTO",
  "origen_dato": null,
  "tipo_delito": "Lesiones Seg Vial",
  "cantidad_vehiculos": 1,
  "cantidad_victimas": 0 }

Aclaración

Estos datos son públicos y están disponibles para su visualización en la página oficial http://mapa.seguridadciudad.gob.ar/.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].