Baselight

Population 1950

The data of this indicator is based

@kaggle.willianoliveiragibin_population_1950

Population And Demography
@kaggle.willianoliveiragibin_population_1950.population_and_demography

  • 4.11 MB
  • 18288 rows
  • 40 columns
country_name

Country Name

year

Year

population

Population

population_of_children_under_the_age_of_1

Population Of Children Under The Age Of 1

population_of_children_under_the_age_of_5

Population Of Children Under The Age Of 5

population_of_children_under_the_age_of_15

Population Of Children Under The Age Of 15

population_under_the_age_of_25

Population Under The Age Of 25

population_aged_15_to_64_years

Population Aged 15 To 64 Years

population_older_than_15_years

Population Older Than 15 Years

population_older_than_18_years

Population Older Than 18 Years

population_at_age_1

Population At Age 1

population_aged_1_to_4_years

Population Aged 1 To 4 Years

population_aged_5_to_9_years

Population Aged 5 To 9 Years

population_aged_10_to_14_years

Population Aged 10 To 14 Years

population_aged_15_to_19_years

Population Aged 15 To 19 Years

population_aged_20_to_29_years

Population Aged 20 To 29 Years

population_aged_30_to_39_years

Population Aged 30 To 39 Years

population_aged_40_to_49_years

Population Aged 40 To 49 Years

population_aged_50_to_59_years

Population Aged 50 To 59 Years

population_aged_60_to_69_years

Population Aged 60 To 69 Years

population_aged_70_to_79_years

Population Aged 70 To 79 Years

population_aged_80_to_89_years

Population Aged 80 To 89 Years

population_aged_90_to_99_years

Population Aged 90 To 99 Years

population_older_than_100_years

Population Older Than 100 Years

population_all_20_24_records

Population, All, 20–24, Records

population_all_25_29_records

Population, All, 25–29, Records

population_all_30_34_records

Population, All, 30–34, Records

population_all_35_39_records

Population, All, 35–39, Records

population_all_40_44_records

Population, All, 40–44, Records

population_all_45_49_records

Population, All, 45–49, Records

population_all_50_54_records

Population, All, 50–54, Records

population_all_55_59_records

Population, All, 55–59, Records

population_all_60_64_records

Population, All, 60–64, Records

population_all_65_69_records

Population, All, 65–69, Records

population_all_70_74_records

Population, All, 70–74, Records

population_all_75_79_records

Population, All, 75–79, Records

population_all_80_84_records

Population, All, 80–84, Records

population_all_85_89_records

Population, All, 85–89, Records

population_all_90_94_records

Population, All, 90–94, Records

population_all_95_99_records

Population, All, 95–99, Records

Afghanistan19507480464301735124828230688554494349419858744116093946595258652.0294654796621085436375711312413489099536618074671702719059269194991236683815729674908534191003549543068532555632116071611961107096431028381815313461158
Afghanistan19517571542299368124685731054444552138425000244660983993640254304947489991791866796768616126090492276566701546888127328694358101551186780785828264980444247213583663086492569152119661618211114656521029148867214831099
Afghanistan1952766753430539312482203145070461360443034364522464404143925290694282710179938788577814111280288935638672491470898274852960261072113968712359316550531543032336254730994425895221194616271011214266123299039137158412910
Afghanistan19537764549311574125472531863824676232435624245781674088379258717.0294315110399508917077943081298803948321678064472969276577977051125416669554260326151256843575336712731093726123821173116377711280067058306479561169315511
Afghanistan1954786428931758412678173231060474137144084744633229413611626476595023310555929076518062161316768961484684153475117278210992981179319070409561267352018944129537180631234726330121181616473611347467953313459963183017911
Afghanistan19557971933323910129112932814704812348446283046904634187921270904967219106242092792181755013349899758016912794776642797891008391234221071332862166152845144735037665631462326516621249816554711424268813320261035519872019
Afghanistan19568087730330888132234233370264889244452000747507044243047277351991454106321295147282860013539589911666994314806652813761023851289023372361863034053734545382138171831771326684721381816618711518969661327241075121392249
Afghanistan19578210207337874135475233960484971030458019548141594299625284324101687810653579759398395881374043100744070853748401828291810393213428255735394638649546892460548386925321612268218215800166569116349704843344811148228024312
Afghanistan19588333827344796138727434553435054113464108648784844354701291151104247810716669964038514331393789102359571793848739328459210550813959277747337646452556277467318392031325907269375218018166938117654713113419711544241526413
Afghanistan195984682203522351421808351852851446154708834494969244138132982831069573108497210117488670481414034104044172823349144728655110713614495307759039654995565555474886397622330611271172220275167631118920721863495011943255229017

CREATE TABLE population_and_demography (
  "country_name" VARCHAR,
  "year" BIGINT,
  "population" BIGINT,
  "population_of_children_under_the_age_of_1" DOUBLE,
  "population_of_children_under_the_age_of_5" BIGINT,
  "population_of_children_under_the_age_of_15" BIGINT,
  "population_under_the_age_of_25" BIGINT,
  "population_aged_15_to_64_years" BIGINT,
  "population_older_than_15_years" BIGINT,
  "population_older_than_18_years" BIGINT,
  "population_at_age_1" DOUBLE,
  "population_aged_1_to_4_years" DOUBLE,
  "population_aged_5_to_9_years" BIGINT,
  "population_aged_10_to_14_years" BIGINT,
  "population_aged_15_to_19_years" BIGINT,
  "population_aged_20_to_29_years" BIGINT,
  "population_aged_30_to_39_years" BIGINT,
  "population_aged_40_to_49_years" BIGINT,
  "population_aged_50_to_59_years" BIGINT,
  "population_aged_60_to_69_years" BIGINT,
  "population_aged_70_to_79_years" BIGINT,
  "population_aged_80_to_89_years" BIGINT,
  "population_aged_90_to_99_years" BIGINT,
  "population_older_than_100_years" DOUBLE,
  "population_all_20_24_records" BIGINT,
  "population_all_25_29_records" BIGINT,
  "population_all_30_34_records" BIGINT,
  "population_all_35_39_records" BIGINT,
  "population_all_40_44_records" BIGINT,
  "population_all_45_49_records" BIGINT,
  "population_all_50_54_records" BIGINT,
  "population_all_55_59_records" BIGINT,
  "population_all_60_64_records" BIGINT,
  "population_all_65_69_records" BIGINT,
  "population_all_70_74_records" BIGINT,
  "population_all_75_79_records" BIGINT,
  "population_all_80_84_records" BIGINT,
  "population_all_85_89_records" BIGINT,
  "population_all_90_94_records" BIGINT,
  "population_all_95_99_records" BIGINT
);

Share link

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