
Georeferenced Pedestrian Car Collisions (2015, Santiago de Chile)
Source:R/data-documentation.R
atropellados_pts.Rd
This dataset, atropellados_pts, is a data frame containing information on pedestrian car collisions that occurred in Santiago de Chile in 2015. Each record includes the geographical coordinates of the accident, location description, and the number of victims categorized by severity (fatal, serious, less serious, and minor).
Usage
data(atropellados_pts)
Format
A data frame with 1,841 observations and 8 variables:
- X
Longitude coordinate of the accident (numeric)
- Y
Latitude coordinate of the accident (numeric)
- Ubicacion
Location description of the accident (character)
- Fallecidos
Number of fatalities (integer)
- Graves
Number of serious injuries (integer)
- MenosGrave
Number of less serious injuries (integer)
- Leve
Number of minor injuries (integer)
- Accidentes
Total number of accidents at the location (integer)
Source
Data taken from Kaggle: https://www.kaggle.com/datasets/sandorabad/georeferenced-car-accidents-santiago-de-chile?select=AtropellosGS2015.csv
Details
The dataset name has been kept as 'atropellados_pts' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the lightsf package and assists users in identifying its specific characteristics. The original content has not been modified in any way.