Registered Deaths In Brazil
Registered deaths by the civil registry offices in Brazil
@kaggle.amandalk_registered_deaths_brazil
Registered deaths by the civil registry offices in Brazil
@kaggle.amandalk_registered_deaths_brazil
This dataset provides the total number of registered deaths by the civil registry offices in Brazil by state and month since 1970.
This data is originally available at Registro Civil
CREATE TABLE deaths_brazil (
"year" BIGINT,
"month" BIGINT,
"state" VARCHAR,
"deaths" BIGINT
);Anyone who has the link will be able to view this.