Algerian Provinces By Population
Province Population data from Census 1987,1998 and 2008
@kaggle.abdelhadik_algerian_provinces_by_population
Province Population data from Census 1987,1998 and 2008
@kaggle.abdelhadik_algerian_provinces_by_population
In January 2016 Algeria's population was an estimated 40.4 million,About 90% of Algerians live in the northern, coastal area; the inhabitants of the Sahara desert are mainly concentrated in oases, although some 1.5 million remain nomadic or partly nomadic.
The Dataset contains the population of algeria per province in three Census : 1987 , 1998 and 2008.
Data as published from:
CREATE TABLE provincepopulation (
"n__province" VARCHAR -- \u0027Province\u0027,
"n__1987" BIGINT -- \u00271987\u0027,
"n__1998" BIGINT -- \u00271998\u0027,
"n__2008" BIGINT -- \u00272008\u0027
);Anyone who has the link will be able to view this.