Babies Per Woman (total Fertility Rate)
@owid.total_fertility_rate
@owid.total_fertility_rate
CREATE TABLE owid_fertility_rate (
"country" VARCHAR,
"year" INTEGER,
"fertility_rate" FLOAT,
"source" VARCHAR,
"children_dying_before_five_per_woman" FLOAT,
"children_surviving_past_five_per_woman" FLOAT
);
Anyone who has the link will be able to view this.