Baselight

Traffic Accidents On Highways In Brazil [pt-BR]

Traffic Accidents on Federal Highways in Brazil (from 2007 to 2022) [pt-BR]

@kaggle.rafaelborgesgraunke_traffic_accidents_brazil_pt_br

Loading...
Loading...

About this Dataset

Traffic Accidents On Highways In Brazil [pt-BR]

All the data in this dataset is provided by Brazil's Federal Highway Police (PRF), and is available on their open data site.

The dataset contains information about accidents on federal highways in Brazil, from 2007 to 2022. Some of the information available are date and time, cause of accident, kind of accident, classification (with/without victims), climatic conditions on the day and more.

Note: This dataset is in Portuguese. I pretend to translate it and publish it as a new dataset in English. I'll link it here when available.

Tables

Datatran2007–2022

@kaggle.rafaelborgesgraunke_traffic_accidents_brazil_pt_br.datatran2007_2022
  • 29.24 MB
  • 1981317 rows
  • 30 columns
Loading...

CREATE TABLE datatran2007_2022 (
  "data_inversa" VARCHAR,
  "dia_semana" VARCHAR,
  "horario" VARCHAR,
  "uf" VARCHAR,
  "br" DOUBLE,
  "km" DOUBLE,
  "municipio" VARCHAR,
  "causa_acidente" VARCHAR,
  "tipo_acidente" VARCHAR,
  "classificacao_acidente" VARCHAR,
  "fase_dia" VARCHAR,
  "sentido_via" VARCHAR,
  "condicao_metereologica" VARCHAR,
  "tipo_pista" VARCHAR,
  "tracado_via" VARCHAR,
  "uso_solo" VARCHAR,
  "ano" DOUBLE,
  "pessoas" BIGINT,
  "mortos" BIGINT,
  "feridos_leves" BIGINT,
  "feridos_graves" BIGINT,
  "ilesos" BIGINT,
  "ignorados" BIGINT,
  "feridos" BIGINT,
  "veiculos" BIGINT,
  "latitude" DOUBLE,
  "longitude" DOUBLE,
  "regional" VARCHAR,
  "delegacia" VARCHAR,
  "uop" VARCHAR
);

Share link

Anyone who has the link will be able to view this.