Baselight

Tuberculosis Incidence And Mortality

@owid.tuberculosis

Loading...
Loading...

About this Dataset

Tuberculosis Incidence And Mortality

Tables

Tuberculosis Incidence And Mortality

@owid.tuberculosis.owid_cases_after_1975
  • 4.2 KB
  • 49 rows
  • 4 columns
Loading...

CREATE TABLE owid_cases_after_1975 (
  "country" VARCHAR,
  "year" INTEGER,
  "tb_cases_no" INTEGER,
  "tb_cases_rate" FLOAT
);

Tuberculosis Incidence And Mortality

@owid.tuberculosis.owid_cases_before_1975
  • 3.83 KB
  • 22 rows
  • 4 columns
Loading...

CREATE TABLE owid_cases_before_1975 (
  "country" VARCHAR,
  "year" INTEGER,
  "tb_cases_no" UINTEGER,
  "tb_cases_rate" FLOAT
);

Tuberculosis Incidence And Mortality

@owid.tuberculosis.owid_deaths_after_1979
  • 4.04 KB
  • 45 rows
  • 4 columns
Loading...

CREATE TABLE owid_deaths_after_1979 (
  "country" VARCHAR,
  "year" INTEGER,
  "tb_deaths_no" INTEGER,
  "tb_deaths_rate" FLOAT
);

Tuberculosis Incidence And Mortality

@owid.tuberculosis.owid_deaths_before_1979
  • 3.92 KB
  • 26 rows
  • 4 columns
Loading...

CREATE TABLE owid_deaths_before_1979 (
  "country" VARCHAR,
  "year" INTEGER,
  "tb_deaths_no" INTEGER,
  "tb_deaths_rate" FLOAT
);

Share link

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