├── .Rhistory
├── .Rproj.user
├── B9EFBDF5
│ ├── pcs
│ │ ├── files-pane.pper
│ │ ├── source-pane.pper
│ │ ├── windowlayoutstate.pper
│ │ └── workbench-pane.pper
│ ├── persistent-state
│ ├── rmd-outputs
│ ├── saved_source_markers
│ ├── sdb
│ │ └── prop
│ │ │ ├── 3A5A6A2C
│ │ │ ├── 534491F5
│ │ │ ├── ED126A82
│ │ │ └── INDEX
│ ├── session-persistent-state
│ └── session-persistent-state (stanton's conflicted copy 2017-07-15)
└── shared
│ └── notebooks
│ ├── 840AE006-Kmean and loess
│ └── 1
│ │ ├── B9EFBDF5
│ │ └── chunks.json
│ │ └── s
│ │ ├── c2o0hmq2b8l4j
│ │ ├── 000004.csv
│ │ └── 000005.error
│ │ ├── cf9oj2jk2h6m2
│ │ ├── 00005c.metadata
│ │ ├── 00005c.png
│ │ ├── 00005c.snapshot
│ │ ├── 00005d.metadata
│ │ ├── 00005d.png
│ │ ├── 00005d.snapshot
│ │ └── temp
│ │ │ ├── 00005c.png
│ │ │ └── 00005d.png
│ │ └── chunks.json
│ ├── 8CBE2735-Second Parsing
│ └── 1
│ │ ├── B9EFBDF5
│ │ └── chunks.json
│ │ └── s
│ │ ├── ccwov11yj7cmk_t
│ │ └── _rs_chunk_plot_001.png
│ │ └── chunks.json
│ ├── B2914B74-First parsing
│ └── 1
│ │ └── s
│ │ ├── chunks.json
│ │ └── cqsriva8u0ank
│ │ ├── 00010c.csv
│ │ ├── 00010d.metadata
│ │ ├── 00010d.rdf
│ │ └── 00010e.csv
│ └── paths
├── .gitignore
├── .ipynb_checkpoints
├── Merge data together-checkpoint.ipynb
├── Parse Wikipedia Dumps for Gutentext-checkpoint.ipynb
├── Parse Wikipedia Dumps-checkpoint.ipynb
├── U2-checkpoint.ipynb
├── Untitled-checkpoint (stanton's conflicted copy 2017-07-15).ipynb
├── Untitled-checkpoint.ipynb
├── Untitled1-checkpoint.ipynb
└── Untitled2-checkpoint.ipynb
├── 1790-2010_MASTER.xlsx
├── 2016_Gaz_cousubs_national.txt
├── City Sources.png
├── First parsing.Rmd
├── First parsing.nb.html
├── Gaz_counties_national.txt
├── Kmean and loess.Rmd
├── Kmean and loess.nb.html
├── Maxpop.png
├── Merge data together 2018.ipynb
├── Merge data together.ipynb
├── Parse Wikipedia Dumps for Gutentext.ipynb
├── Parse Wikipedia Dumps.ipynb
├── README.md
├── Second Parsing.Rmd
├── Second Parsing.nb.html
├── U2.ipynb
├── cache.pickle
├── cache2.pickle
├── city_pops.csv
├── extended_description.md
├── merged.csv
├── merging_functions.py
├── nohup.out
├── places.shelf
├── provinces.py
├── wiki_census
├── #bob.txt#
├── #bobwhite.txt#
├── AKPlaces.csv
├── ALPlaces.csv
├── ALPop.csv
├── ARPlaces.csv
├── ARPlaces_a.csv
├── AZPlaces.csv
├── CALeftover.ods
├── CAPlaces.csv
├── CAPlaces_a.csv
├── COPlaces.csv
├── COPlaces_a.csv
├── CTInc.csv
├── CTPlaces.csv
├── Counties2014.csv
├── DEPlaces.csv
├── FLPlaces.csv
├── FLPlaces_a.csv
├── GAPlaces.csv
├── GAPlaces_a.csv
├── IAPlaces.csv
├── IDPlaces.csv
├── IDPlaces_a.csv
├── ILPlaces.csv
├── ILPlaces_a.csv
├── INPlaces.csv
├── KSPlaces.csv
├── KYPlaces.csv
├── KYPlaces_a.csv
├── LAPlaces.csv
├── LAPlaces_a.csv
├── MAInc.csv
├── MAPlaces.csv
├── MDPlaces.csv
├── MDPlaces_a.csv
├── MEPlaces.csv
├── MIPlaces.csv
├── MNPlaces.csv
├── MOPlaces.csv
├── MSPlaces.csv
├── MSPlaces_a.csv
├── MTPlaces.csv
├── NCPlaces.csv
├── NCPlaces_a.csv
├── NDInc.csv
├── NEPlaces.csv
├── NHAll.csv
├── NHInc.csv
├── NJAll.csv
├── NJPlaces.csv
├── NMPlaces.csv
├── NVPlaces.csv
├── NYAll.csv
├── NYPlaces.csv
├── OHPlaces.csv
├── OKPlaces.csv
├── ORPlaces.csv
├── ORPlaces_a.csv
├── PAAll.csv
├── PAPlaces.csv
├── RIAll.csv
├── RIPlaces.csv
├── SCPlaces.csv
├── SDPlaces.csv
├── TNPlaces.csv
├── TXPlaces.csv
├── UTPlaces.csv
├── VAPlaces.csv
├── VTIncPlaces.csv
├── VTPlaces.csv
├── VTPlaces1.csv
├── WAInc.csv
├── WIPlaces.csv
├── WVPlaces.csv
├── WYPlaces.csv
├── bob.awk
├── bob.awk~
├── bob.sh~
├── bob.txt
├── census.sh
├── census.sh~
├── fred.sh
├── uscensuspop.awk
└── uscensuspop.awk~
├── wikiparser.py
├── wikipedia_population.Rproj
└── wikipedia_state_data
├── 2017_data
├── AK.csv
├── AL.csv
├── AR.csv
├── AS.csv
├── AZ.csv
├── CA.csv
├── CO.csv
├── CT.csv
├── DC.csv
├── DE.csv
├── FL.csv
├── GA.csv
├── GU.csv
├── HI.csv
├── IA.csv
├── ID.csv
├── IL.csv
├── IN.csv
├── KS.csv
├── KY.csv
├── LA.csv
├── MA.csv
├── MD.csv
├── ME.csv
├── MI.csv
├── MN.csv
├── MO.csv
├── MP.csv
├── MS.csv
├── MT.csv
├── NC.csv
├── ND.csv
├── NE.csv
├── NH.csv
├── NJ.csv
├── NM.csv
├── NV.csv
├── NY.csv
├── OH.csv
├── OK.csv
├── OR.csv
├── PA.csv
├── PR.csv
├── RI.csv
├── SC.csv
├── SD.csv
├── TN.csv
├── TX.csv
├── UM.csv
├── UT.csv
├── VA.csv
├── VI.csv
├── VT.csv
├── WA.csv
├── WI.csv
├── WV.csv
└── WY.csv
├── AK.csv
├── AL.csv
├── AR.csv
├── AS.csv
├── AZ.csv
├── CA.csv
├── CO.csv
├── CT.csv
├── DC.csv
├── DE.csv
├── FL.csv
├── GA.csv
├── GU.csv
├── HI.csv
├── IA.csv
├── ID.csv
├── IL.csv
├── IN.csv
├── KS.csv
├── KY.csv
├── LA.csv
├── MA.csv
├── MD.csv
├── ME.csv
├── MI.csv
├── MN.csv
├── MO.csv
├── MP.csv
├── MS.csv
├── MT.csv
├── NC.csv
├── ND.csv
├── NE.csv
├── NH.csv
├── NJ.csv
├── NM.csv
├── NV.csv
├── NY.csv
├── OH.csv
├── OK.csv
├── OR.csv
├── PA.csv
├── PR.csv
├── RI.csv
├── SC.csv
├── SD.csv
├── TN.csv
├── TX.csv
├── UM.csv
├── UT.csv
├── VA.csv
├── VI.csv
├── VT.csv
├── WA.csv
├── WI.csv
├── WV.csv
└── WY.csv
/.Rhistory:
--------------------------------------------------------------------------------
1 | data = read_csv("/tmp/Maine.csv")
2 | library(tidyverse)
3 | data = read_csv("/tmp/Maine.csv")
4 | data %>% filter(year > 1850) %>% ggplot() + geom_point(aes(x=lon,y=lat,size=pop)) + scale_size_sqrt() + facet_wrap(~year)
5 | data %>% filter(year > 1850) %>% ggplot() + geom_point(aes(x=lon,y=lat,size=pop)) + scale_size_continuous(trans="sqrt") + facet_wrap(~year)
6 | data %>% filter(year == 1850) %>% ggplot() + geom_point(aes(x=lon,y=lat,size=pop)) + scale_size_continuous(trans="sqrt") + facet_wrap(~year)
7 | data %>% filter(!grepl("County",name)) %>% filter(year == 1850) %>% ggplot() + geom_point(aes(x=lon,y=lat,size=pop)) + scale_size_continuous(trans="sqrt") + facet_wrap(~year)
8 | data %>% filter(!grepl("County",city)) %>% filter(year == 1850) %>% ggplot() + geom_point(aes(x=lon,y=lat,size=pop)) + scale_size_continuous(trans="sqrt") + facet_wrap(~year)
9 | data %>% filter(!grepl("County",city)) %>% filter(year == 1850) %>% ggplot() + geom_point(aes(x=lon,y=lat,size=pop)) + scale_size_continuous(trans="sqrt") + facet_wrap(~year) + coord_map()
10 | install.packages("mapproj")
11 | data %>% filter(!grepl("County",city)) %>% filter(year == 1850) %>% ggplot() + geom_point(aes(x=lon,y=lat,size=pop)) + scale_size_continuous(trans="sqrt") + facet_wrap(~year) + coord_map()
12 | data %>% filter(!grepl("County",city)) %>% filter(year == 1850) %>% ggplot() + geom_point(aes(x=lon,y=lat,size=pop),alpha=.33) + scale_size_continuous(trans="sqrt") + facet_wrap(~year) + coord_map()
13 | data %>% filter(!grepl("County",city)) %>% filter(year == 1860) %>% ggplot() + geom_point(aes(x=lon,y=lat,size=pop),alpha=.33) + scale_size_continuous(trans="sqrt") + facet_wrap(~year) + coord_map()
14 | data %>% filter(!grepl("County",city)) %>% filter(year == 1910) %>% ggplot() + geom_point(aes(x=lon,y=lat,size=pop),alpha=.33) + scale_size_continuous(trans="sqrt") + facet_wrap(~year) + coord_map()
15 | data %>% filter(!grepl("County",city)) %>% filter(year == 1920) %>% ggplot() + geom_point(aes(x=lon,y=lat,size=pop),alpha=.33) + scale_size_continuous(trans="sqrt") + facet_wrap(~year) + coord_map()
16 | data %>% filter(!grepl("County",city)) %>% filter(year == 1940) %>% ggplot() + geom_point(aes(x=lon,y=lat,size=pop),alpha=.33) + scale_size_continuous(trans="sqrt") + facet_wrap(~year) + coord_map()
17 | data %>% filter(!grepl("County",city)) %>% filter(year == 2010) %>% ggplot() + geom_point(aes(x=lon,y=lat,size=pop),alpha=.33) + scale_size_continuous(trans="sqrt") + facet_wrap(~year) + coord_map()
18 | data %>% filter(grepl("Portland",city))
19 | data %>% filter(!grepl("County",city)) %>% filter(year == 2010) %>% ggplot() + geom_point(aes(x=lon,y=lat,size=pop),alpha=.33) + scale_size_continuous(trans="sqrt") + facet_wrap(~year) + coord_map()
20 | cube_root = function(x) {return x^1/3}
21 | cube_root = function(x) x^1/3
22 | data %>% filter(!grepl("County",city)) %>% filter(year == 2010) %>% ggplot() + geom_point(aes(x=lon,y=lat,size=pop),alpha=.33) + scale_size_continuous(trans="cube_root") + facet_wrap(~year) + coord_map()
23 | cube_root_trans = function(x) x^1/3
24 | data %>% filter(!grepl("County",city)) %>% filter(year == 2010) %>% ggplot() + geom_point(aes(x=lon,y=lat,size=pop),alpha=.33) + scale_size_continuous(trans="cube_root") + facet_wrap(~year) + coord_map()
25 | data %>% filter(!grepl("County",city)) %>% filter(year == 2010) %>% ggplot() + geom_point(aes(x=lon,y=lat,size=pop),alpha=.33) + scale_size_continuous() + facet_wrap(~year) + coord_map()
26 | data %>% filter(!grepl("County",city)) %>% filter(year == 2010) %>% ggplot() + geom_point(aes(x=lon,y=lat,size=pop^(1/3)),alpha=.33) + scale_size_continuous() + facet_wrap(~year) + coord_map()
27 | data %>% filter(!grepl("County",city)) %>% filter(year == 2010) %>% ggplot() + geom_point(aes(x=lon,y=lat,size=pop^(1/3)),alpha=.33) + scale_size_continuous(range=c(.1,5)) + facet_wrap(~year) + coord_map()
28 | data %>% filter(!grepl("County",city)) %>% filter(year == 2010) %>% ggplot() + geom_point(aes(x=lon,y=lat,size=pop^(1/3)),alpha=.33) + scale_size_continuous(range=c(.1,2)) + facet_wrap(~year) + coord_map()
29 | data %>% filter(!grepl("County",city)) %>% filter(year == 2010) %>% ggplot() + geom_point(aes(x=lon,y=lat,size=pop^(1/3)),alpha=.33) + scale_size_continuous(range=c(.1,5)) + facet_wrap(~year) + coord_map()
30 | data %>% filter(!grepl("County",city)) %>% filter(year %in% c(1810,1860,1910,1960,2010) %>% ggplot() + geom_point(aes(x=lon,y=lat,size=pop^(1/3)),alpha=.33) + scale_size_continuous(range=c(.1,5)) + facet_wrap(~year) + coord_map(
31 | data %>% filter(!grepl("County",city)) %>% filter(year %in% c(1810,1860,1910,1960,2010) %>% ggplot() + geom_point(aes(x=lon,y=lat,size=pop^(1/3)),alpha=.33) + scale_size_continuous(range=c(.1,5)) + facet_wrap(~year) + coord_map()
32 | data %>% filter(!grepl("County",city)) %>% filter(year %in% c(1810,1860,1910,1960,2010) %>% ggplot() + geom_point(aes(x=lon,y=lat,size=pop^(1/3)),alpha=.33) + scale_size_continuous(range=c(.1,5)) + facet_wrap(~year) + coord_map()
33 | data %>% filter(!grepl("County",city)) %>% filter(year %in% c(1810,1860,1910,1960,2010) %>% ggplot() + geom_point(aes(x=lon,y=lat,size=pop^(1/3)),alpha=.33) + scale_size_continuous(range=c(.1,5)) + facet_wrap(~year) + coord_map()
34 | data %>% filter(!grepl("County",city)) %>% filter(year %in% c(1810,1860,1910,1960,2010) %>% ggplot() + geom_point(aes(x=lon,y=lat,size=pop^(1/3)),alpha=.33) + scale_size_continuous(range=c(.1,5)) + facet_wrap(~year) + coord_map()
35 | data %>% filter(!grepl("County",city)) %>% filter(year %in% c(1810,1860,1910,1960,2010)) %>% ggplot() + geom_point(aes(x=lon,y=lat,size=pop^(1/3)),alpha=.33) + scale_size_continuous(range=c(.1,5)) + facet_wrap(~year) + coord_map()
36 |
--------------------------------------------------------------------------------
/.Rproj.user/B9EFBDF5/pcs/files-pane.pper:
--------------------------------------------------------------------------------
1 | {
2 | "path" : "~/Dropbox/Gannett/wikipedia_population",
3 | "sortOrder" : [
4 | {
5 | "ascending" : true,
6 | "columnIndex" : 2
7 | }
8 | ]
9 | }
--------------------------------------------------------------------------------
/.Rproj.user/B9EFBDF5/pcs/source-pane.pper:
--------------------------------------------------------------------------------
1 | {
2 | "activeTab" : 1
3 | }
--------------------------------------------------------------------------------
/.Rproj.user/B9EFBDF5/pcs/windowlayoutstate.pper:
--------------------------------------------------------------------------------
1 | {
2 | "left" : {
3 | "panelheight" : 817,
4 | "splitterpos" : 20,
5 | "topwindowstate" : "MAXIMIZE",
6 | "windowheight" : 855
7 | },
8 | "right" : {
9 | "panelheight" : 817,
10 | "splitterpos" : 505,
11 | "topwindowstate" : "NORMAL",
12 | "windowheight" : 855
13 | }
14 | }
--------------------------------------------------------------------------------
/.Rproj.user/B9EFBDF5/pcs/workbench-pane.pper:
--------------------------------------------------------------------------------
1 | {
2 | "TabSet1" : 0,
3 | "TabSet2" : 0,
4 | "TabZoom" : {
5 | }
6 | }
--------------------------------------------------------------------------------
/.Rproj.user/B9EFBDF5/persistent-state:
--------------------------------------------------------------------------------
1 | build-last-errors="[]"
2 | build-last-errors-base-dir=""
3 | build-last-outputs="[]"
4 | compile_pdf_state="{\"errors\":[],\"output\":\"\",\"running\":false,\"tab_visible\":false,\"target_file\":\"\"}"
5 | console_procs="[]"
6 | files.monitored-path=""
7 | find-in-files-state="{\"handle\":\"\",\"input\":\"\",\"path\":\"\",\"regex\":false,\"results\":{\"file\":[],\"line\":[],\"lineValue\":[],\"matchOff\":[],\"matchOn\":[]},\"running\":false}"
8 | imageDirtyState="1"
9 | saveActionState="-1"
10 |
--------------------------------------------------------------------------------
/.Rproj.user/B9EFBDF5/rmd-outputs:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
--------------------------------------------------------------------------------
/.Rproj.user/B9EFBDF5/saved_source_markers:
--------------------------------------------------------------------------------
1 | {"active_set":"","sets":[]}
--------------------------------------------------------------------------------
/.Rproj.user/B9EFBDF5/sdb/prop/3A5A6A2C:
--------------------------------------------------------------------------------
1 | {
2 | "chunk_output_type" : "inline",
3 | "tempName" : "Untitled1"
4 | }
--------------------------------------------------------------------------------
/.Rproj.user/B9EFBDF5/sdb/prop/534491F5:
--------------------------------------------------------------------------------
1 | {
2 | "chunk_output_type" : "inline",
3 | "tempName" : "Untitled1"
4 | }
--------------------------------------------------------------------------------
/.Rproj.user/B9EFBDF5/sdb/prop/ED126A82:
--------------------------------------------------------------------------------
1 | {
2 | "chunk_output_type" : "inline",
3 | "tempName" : "Untitled1"
4 | }
--------------------------------------------------------------------------------
/.Rproj.user/B9EFBDF5/sdb/prop/INDEX:
--------------------------------------------------------------------------------
1 | ~%2FDropbox%2FGannett%2Fwikipedia_population%2FFirst%20parsing.Rmd="3A5A6A2C"
2 | ~%2FDropbox%2FGannett%2Fwikipedia_population%2FKmean%20and%20loess.Rmd="534491F5"
3 | ~%2FDropbox%2FGannett%2Fwikipedia_population%2FSecond%20Parsing.Rmd="ED126A82"
4 |
--------------------------------------------------------------------------------
/.Rproj.user/B9EFBDF5/session-persistent-state:
--------------------------------------------------------------------------------
1 | virtual-session-id="C57D938D"
2 |
--------------------------------------------------------------------------------
/.Rproj.user/B9EFBDF5/session-persistent-state (stanton's conflicted copy 2017-07-15):
--------------------------------------------------------------------------------
1 | virtual-session-id="D3EE118A"
2 |
--------------------------------------------------------------------------------
/.Rproj.user/shared/notebooks/840AE006-Kmean and loess/1/B9EFBDF5/chunks.json:
--------------------------------------------------------------------------------
1 | {"chunk_definitions":[{"chunk_id":"c7eo6536dxbv2","chunk_label":"unnamed-chunk-1","document_id":"1166F4D4","expansion_state":0,"options":{"engine":"r","label":"unnamed-chunk-5"},"row":17,"row_count":1,"visible":true},{"chunk_id":"cgyf84yfrynpp","chunk_label":"unnamed-chunk-2","document_id":"1166F4D4","expansion_state":0,"options":{"engine":"r","label":"unnamed-chunk-3"},"row":26,"row_count":1,"visible":true},{"chunk_id":"c2o0hmq2b8l4j","chunk_label":"unnamed-chunk-3","document_id":"1166F4D4","expansion_state":0,"options":{"engine":"r","label":"unnamed-chunk-72"},"row":34,"row_count":1,"visible":true},{"chunk_id":"cf9oj2jk2h6m2","chunk_label":"unnamed-chunk-5","document_id":"1166F4D4","expansion_state":0,"options":{"engine":"r","label":"unnamed-chunk-1"},"row":78,"row_count":1,"visible":true},{"chunk_id":"ckz19lghp1j4g","chunk_label":"unnamed-chunk-7","document_id":"1166F4D4","expansion_state":0,"options":{"engine":"r","label":"unnamed-chunk-3"},"row":125,"row_count":1,"visible":true}],"chunk_rendered_width":700,"doc_write_time":1519316278}
--------------------------------------------------------------------------------
/.Rproj.user/shared/notebooks/840AE006-Kmean and loess/1/s/c2o0hmq2b8l4j/000004.csv:
--------------------------------------------------------------------------------
1 | "0","overage$preds = predict(model)
2 | "
3 | "2","Error in `$<-.data.frame`(`*tmp*`, preds, value = c(9.42129454778308, :
4 | replacement has 27811 rows, data has 27814
5 | "
6 |
--------------------------------------------------------------------------------
/.Rproj.user/shared/notebooks/840AE006-Kmean and loess/1/s/c2o0hmq2b8l4j/000005.error:
--------------------------------------------------------------------------------
1 | {"frames":[{"character_number":0,"end_character_number":0,"end_line_number":0,"file":"","func":"`$<-`(`*tmp*`, preds, value = c(9.42129454778308, 9.19203118552726, \n9.30412424594812, 9.92620298046374, 9.75285403717785, 9.34799368845652, \n8.87609867593221, 8.87609867593221, 8.87609867593221, 9.14787482618053, \n9.10327184737745, 10.1383852816886, 9.2336930860087, 9.63358670389331, ...","line_number":0},{"character_number":0,"end_character_number":0,"end_line_number":0,"file":"","func":"`$<-.data.frame`(`*tmp*`, preds, value = c(9.42129454778308, \n9.19203118552726, 9.30412424594812, 9.92620298046374, 9.75285403717785, \n9.34799368845652, 8.87609867593221, 8.87609867593221, 8.87609867593221, \n9.14787482618053, 9.10327184737745, 10.1383852816886, 9.2336930860087, ...","line_number":0},{"character_number":0,"end_character_number":0,"end_line_number":0,"file":"","func":"stop(sprintf(ngettext(N, \"replacement has %d row, data has %d\", \n \"replacement has %d rows, data has %d\"), N, nrows), domain = NA)","line_number":0}],"message":"Error in `$<-.data.frame`(`*tmp*`, preds, value = c(9.42129454778308, : \n replacement has 27811 rows, data has 27814\n"}
--------------------------------------------------------------------------------
/.Rproj.user/shared/notebooks/840AE006-Kmean and loess/1/s/cf9oj2jk2h6m2/00005c.metadata:
--------------------------------------------------------------------------------
1 | {"conditions":[],"height":432.6328800988875,"size_behavior":0,"width":700.0000000000000}
--------------------------------------------------------------------------------
/.Rproj.user/shared/notebooks/840AE006-Kmean and loess/1/s/cf9oj2jk2h6m2/00005c.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CreatingData/Historical-Populations/c7ef4925108aebdd01d76d9fd2742d643f1f3a8c/.Rproj.user/shared/notebooks/840AE006-Kmean and loess/1/s/cf9oj2jk2h6m2/00005c.png
--------------------------------------------------------------------------------
/.Rproj.user/shared/notebooks/840AE006-Kmean and loess/1/s/cf9oj2jk2h6m2/00005c.snapshot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CreatingData/Historical-Populations/c7ef4925108aebdd01d76d9fd2742d643f1f3a8c/.Rproj.user/shared/notebooks/840AE006-Kmean and loess/1/s/cf9oj2jk2h6m2/00005c.snapshot
--------------------------------------------------------------------------------
/.Rproj.user/shared/notebooks/840AE006-Kmean and loess/1/s/cf9oj2jk2h6m2/00005d.metadata:
--------------------------------------------------------------------------------
1 | {"conditions":[],"height":432.6328800988875,"size_behavior":0,"width":700.0000000000000}
--------------------------------------------------------------------------------
/.Rproj.user/shared/notebooks/840AE006-Kmean and loess/1/s/cf9oj2jk2h6m2/00005d.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CreatingData/Historical-Populations/c7ef4925108aebdd01d76d9fd2742d643f1f3a8c/.Rproj.user/shared/notebooks/840AE006-Kmean and loess/1/s/cf9oj2jk2h6m2/00005d.png
--------------------------------------------------------------------------------
/.Rproj.user/shared/notebooks/840AE006-Kmean and loess/1/s/cf9oj2jk2h6m2/00005d.snapshot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CreatingData/Historical-Populations/c7ef4925108aebdd01d76d9fd2742d643f1f3a8c/.Rproj.user/shared/notebooks/840AE006-Kmean and loess/1/s/cf9oj2jk2h6m2/00005d.snapshot
--------------------------------------------------------------------------------
/.Rproj.user/shared/notebooks/840AE006-Kmean and loess/1/s/cf9oj2jk2h6m2/temp/00005c.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CreatingData/Historical-Populations/c7ef4925108aebdd01d76d9fd2742d643f1f3a8c/.Rproj.user/shared/notebooks/840AE006-Kmean and loess/1/s/cf9oj2jk2h6m2/temp/00005c.png
--------------------------------------------------------------------------------
/.Rproj.user/shared/notebooks/840AE006-Kmean and loess/1/s/cf9oj2jk2h6m2/temp/00005d.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CreatingData/Historical-Populations/c7ef4925108aebdd01d76d9fd2742d643f1f3a8c/.Rproj.user/shared/notebooks/840AE006-Kmean and loess/1/s/cf9oj2jk2h6m2/temp/00005d.png
--------------------------------------------------------------------------------
/.Rproj.user/shared/notebooks/840AE006-Kmean and loess/1/s/chunks.json:
--------------------------------------------------------------------------------
1 | {"chunk_definitions":[{"chunk_id":"c7eo6536dxbv2","chunk_label":"unnamed-chunk-1","document_id":"1166F4D4","expansion_state":0,"options":{"engine":"r","label":"unnamed-chunk-5"},"row":17,"row_count":1,"visible":true},{"chunk_id":"cgyf84yfrynpp","chunk_label":"unnamed-chunk-2","document_id":"1166F4D4","expansion_state":0,"options":{"engine":"r","label":"unnamed-chunk-3"},"row":26,"row_count":1,"visible":true},{"chunk_id":"c2o0hmq2b8l4j","chunk_label":"unnamed-chunk-3","document_id":"1166F4D4","expansion_state":0,"options":{"engine":"r","label":"unnamed-chunk-72"},"row":34,"row_count":1,"visible":true},{"chunk_id":"cf9oj2jk2h6m2","chunk_label":"unnamed-chunk-5","document_id":"1166F4D4","expansion_state":0,"options":{"engine":"r","label":"unnamed-chunk-1"},"row":78,"row_count":1,"visible":true},{"chunk_id":"ckz19lghp1j4g","chunk_label":"unnamed-chunk-7","document_id":"1166F4D4","expansion_state":0,"options":{"engine":"r","label":"unnamed-chunk-3"},"row":125,"row_count":1,"visible":true}],"chunk_rendered_width":700,"doc_write_time":1519316278}
--------------------------------------------------------------------------------
/.Rproj.user/shared/notebooks/8CBE2735-Second Parsing/1/B9EFBDF5/chunks.json:
--------------------------------------------------------------------------------
1 | {"chunk_definitions":[{"chunk_id":"cjrrymucj1r7w","chunk_label":"unnamed-chunk-1","document_id":"661F31EE","expansion_state":0,"options":{"engine":"r","fig.width":12,"label":"unnamed-chunk-2"},"row":53,"row_count":1,"visible":true}],"chunk_rendered_width":400,"doc_write_time":1520621197}
--------------------------------------------------------------------------------
/.Rproj.user/shared/notebooks/8CBE2735-Second Parsing/1/s/ccwov11yj7cmk_t/_rs_chunk_plot_001.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CreatingData/Historical-Populations/c7ef4925108aebdd01d76d9fd2742d643f1f3a8c/.Rproj.user/shared/notebooks/8CBE2735-Second Parsing/1/s/ccwov11yj7cmk_t/_rs_chunk_plot_001.png
--------------------------------------------------------------------------------
/.Rproj.user/shared/notebooks/8CBE2735-Second Parsing/1/s/chunks.json:
--------------------------------------------------------------------------------
1 | {"chunk_definitions":[{"chunk_id":"cjrrymucj1r7w","chunk_label":"unnamed-chunk-1","document_id":"661F31EE","expansion_state":0,"options":{"engine":"r","fig.width":12,"label":"unnamed-chunk-3"},"row":53,"row_count":1,"visible":true}],"chunk_rendered_width":400,"doc_write_time":1520621044}
--------------------------------------------------------------------------------
/.Rproj.user/shared/notebooks/B2914B74-First parsing/1/s/chunks.json:
--------------------------------------------------------------------------------
1 | {"chunk_definitions":[{"chunk_id":"cqsriva8u0ank","chunk_label":"unnamed-chunk-1","document_id":"388C26BD","expansion_state":0,"options":{"engine":"r","label":"unnamed-chunk-109"},"row":37,"row_count":1,"visible":true}],"doc_write_time":1500051567}
--------------------------------------------------------------------------------
/.Rproj.user/shared/notebooks/B2914B74-First parsing/1/s/cqsriva8u0ank/00010c.csv:
--------------------------------------------------------------------------------
1 | "0","c
2 | "
3 | "1","[[1]]
4 | "
5 |
--------------------------------------------------------------------------------
/.Rproj.user/shared/notebooks/B2914B74-First parsing/1/s/cqsriva8u0ank/00010d.metadata:
--------------------------------------------------------------------------------
1 | {"classes":["tbl_df","tbl","data.frame"],"ncol":16,"nrow":150}
--------------------------------------------------------------------------------
/.Rproj.user/shared/notebooks/B2914B74-First parsing/1/s/cqsriva8u0ank/00010d.rdf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CreatingData/Historical-Populations/c7ef4925108aebdd01d76d9fd2742d643f1f3a8c/.Rproj.user/shared/notebooks/B2914B74-First parsing/1/s/cqsriva8u0ank/00010d.rdf
--------------------------------------------------------------------------------
/.Rproj.user/shared/notebooks/B2914B74-First parsing/1/s/cqsriva8u0ank/00010e.csv:
--------------------------------------------------------------------------------
1 | "1","
2 | "
3 |
--------------------------------------------------------------------------------
/.Rproj.user/shared/notebooks/paths:
--------------------------------------------------------------------------------
1 | /home/bschmidt/Dropbox/Gannett/wikipedia_population/First parsing.Rmd="B2914B74"
2 | /home/bschmidt/Dropbox/Gannett/wikipedia_population/Kmean and loess.Rmd="840AE006"
3 | /home/bschmidt/Dropbox/Gannett/wikipedia_population/Second Parsing.Rmd="8CBE2735"
4 |
--------------------------------------------------------------------------------
/.gitignore:
--------------------------------------------------------------------------------
1 | cache_raw.pickle
2 | *.pyc
3 | OLD PLACE NAME FILE IS ON MAC PRO
4 |
5 | .Rproj.user
6 |
--------------------------------------------------------------------------------
/.ipynb_checkpoints/Untitled-checkpoint.ipynb:
--------------------------------------------------------------------------------
1 | {
2 | "cells": [],
3 | "metadata": {},
4 | "nbformat": 4,
5 | "nbformat_minor": 0
6 | }
7 |
--------------------------------------------------------------------------------
/.ipynb_checkpoints/Untitled1-checkpoint.ipynb:
--------------------------------------------------------------------------------
1 | {
2 | "cells": [],
3 | "metadata": {},
4 | "nbformat": 4,
5 | "nbformat_minor": 2
6 | }
7 |
--------------------------------------------------------------------------------
/1790-2010_MASTER.xlsx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CreatingData/Historical-Populations/c7ef4925108aebdd01d76d9fd2742d643f1f3a8c/1790-2010_MASTER.xlsx
--------------------------------------------------------------------------------
/2016_Gaz_cousubs_national.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CreatingData/Historical-Populations/c7ef4925108aebdd01d76d9fd2742d643f1f3a8c/2016_Gaz_cousubs_national.txt
--------------------------------------------------------------------------------
/City Sources.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CreatingData/Historical-Populations/c7ef4925108aebdd01d76d9fd2742d643f1f3a8c/City Sources.png
--------------------------------------------------------------------------------
/First parsing.Rmd:
--------------------------------------------------------------------------------
1 | ---
2 | title: "R Notebook"
3 | output: html_notebook
4 | ---
5 |
6 | This is an [R Markdown](http://rmarkdown.rstudio.com) Notebook. When you execute code within the notebook, the results appear beneath the code.
7 |
8 | Try executing this chunk by clicking the *Run* button within the chunk or by placing your cursor inside it and pressing *Cmd+Shift+Enter*.
9 |
10 | ```{r}
11 | library(tidyverse)
12 | library(stringr)
13 | counties = read_tsv("Gaz_counties_national.txt") %>% mutate(county = GEOID)
14 | subcounties = read_tsv("2016_Gaz_cousubs_national.txt") %>% mutate(county=str_sub(GEOID,0,5))
15 |
16 | subcounties %>% select(county)
17 | county_names = counties %>% select(county,county_name = NAME)
18 |
19 | subcounties %>% inner_join(county_names)
20 |
21 | files = list.files("wiki_census",pattern = ".csv",full.names = T)
22 | files = files[!grepl("Counties2014",files)]
23 | csvs = lapply(files,function(f) read_csv(f))
24 |
25 | c = csvs[1]
26 | c %>% gather(year,count,-Geography)
27 | c
28 | c %>% mutate()
29 |
30 | state = read_csv("wiki_census/ALPlaces.csv")
31 |
32 |
33 | subcounties %>%
34 | filter(USPS=="NJ") %>%
35 | ggplot() + geom_point(aes(y=INTPTLAT,x=INTPTLONG,color=county)) + coord_map()
36 |
37 |
38 | ```
39 |
40 | Add a new chunk by clicking the *Insert Chunk* button on the toolbar or by pressing *Cmd+Option+I*.
41 |
42 | When you save the notebook, an HTML file containing the code and output will be saved alongside it (click the *Preview* button or press *Cmd+Shift+K* to preview the HTML file).
43 |
--------------------------------------------------------------------------------
/Gaz_counties_national.txt:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CreatingData/Historical-Populations/c7ef4925108aebdd01d76d9fd2742d643f1f3a8c/Gaz_counties_national.txt
--------------------------------------------------------------------------------
/Kmean and loess.Rmd:
--------------------------------------------------------------------------------
1 | ---
2 | title: "R Notebook"
3 | output: html_notebook
4 | ---
5 |
6 | This is an [R Markdown](http://rmarkdown.rstudio.com) Notebook. When you execute code within the notebook, the results appear beneath the code.
7 |
8 | Try executing this chunk by clicking the *Run* button within the chunk or by placing your cursor inside it and pressing *Ctrl+Shift+Enter*.
9 |
10 | ```{r}
11 | library(tidyverse)
12 |
13 | overage = read_csv("~/9943478/wiki3.csv")
14 | overage %>% filter(y2010>=0) %>% nrow
15 | ```
16 |
17 | ```{r}
18 | overage %>% ungroup %>% filter(`y2010` > 1) %>% sample_n(10000) %>% ggplot() + geom_point() + aes(y=article_length,x=y2010) + scale_y_log10() + scale_x_log10() + geom_smooth(method="loess",span = .75)
19 | ```
20 |
21 | ```{r}
22 | overage = overage %>% filter(y2010 > 0)
23 | model = loess(log(article_length) ~ log(y2010+1),overage,span=.8)
24 | overage$preds = predict(model)
25 |
26 |
27 | ```
28 |
29 | ```{r}
30 | overage %>% mutate(error = log(article_length) - preds, scaled_error = scale(error) %>% as.numeric) %>% arrange(-abs(scaled_error)) %>% write_csv("~/9943478/errors.csv")
31 | ```
32 |
33 |
34 | ```{r}
35 | mat = overage %>% select(starts_with("y")) %>% as.matrix
36 | mat[mat==0] = NA
37 | change = (mat[,-1])/(mat[,-ncol(mat)])
38 | lchange = log(change)
39 |
40 | smoother = sapply(1:ncol(lchange),function(i){
41 | row = sapply(1:ncol(lchange),function(j) {
42 | p = pnorm(i-j,0,2)
43 | min(p,1-p)
44 | })
45 | row/sum(row)
46 | })
47 |
48 | lchange[is.na(lchange)] = 0
49 | lchange[is.infinite(lchange)] = 0
50 |
51 | lchange2 = lchange %*% smoother
52 | k = 9
53 | a = flexclust::kcca(lchange2,k,flexclust::kccaFamily("kmeans"),simple=T)
54 | #a = kmeans(lchange,k,iter.max = 25,nstart = 5)
55 |
56 |
57 | overage$cluster = a@cluster
58 |
59 | plottable = lapply(1:k,function(n) {
60 | p = lchange2[a@cluster==n,]
61 | #exp(cumsum(apply(p,2,mean))) %>%
62 | apply(p,2,mean) %>%
63 | as.data.frame %>% mutate(year = seq(1800,2010,by=10),k = n)
64 | }) %>% bind_rows
65 | names(plottable)[1] = "population"
66 | ggplot(plottable) + geom_line(aes(x=year,y=population)) + facet_wrap(~k,scales="free_y")
67 |
68 | ggplot(overage %>% filter(lon < -25, lat < 50,lat > 23) %>% filter(state %in% c("MA","NY","NJ","PA","ME","VT","NH","RI","CT"))) + geom_point(aes(x=lon,y=lat,color=factor(cluster)),alpha=.05) + facet_wrap(~cluster)
69 |
70 | pops
71 | ```
72 | ```{r}
73 | overage %>% group_by(cluster) %>% arrange(-y2010) %>% filter(!is.na(lat),settlement_type=="City") %>% slice(1) %>% select(lat,lon,state,title)
74 | overage %>% filter(title=="Detroit")
75 | ```
76 |
77 |
78 | ```{r}
79 |
80 | loc_data = overage %>% filter(state=="ME") %>% filter(!grepl("County",title))
81 | mat = loc_data %>% select(starts_with("y")) %>% as.matrix
82 | mat[mat==0] = NA
83 | change = (mat[,-1])/(mat[,-ncol(mat)])
84 | lchange = log(change)
85 |
86 | smoother = sapply(1:ncol(lchange),function(i){
87 | row = sapply(1:ncol(lchange),function(j) {
88 | p = pnorm(i-j,0,2)
89 | min(p,1-p)
90 | })
91 | row/sum(row)
92 | })
93 |
94 | lchange[is.na(lchange)] = 0
95 | lchange[is.infinite(lchange)] = 0
96 |
97 | lchange2 = lchange %*% smoother
98 | k = 6
99 | a = flexclust::kcca(lchange2,k,flexclust::kccaFamily("kmeans"),simple=T)
100 | #a = kmeans(lchange,k,iter.max = 25,nstart = 5)
101 |
102 |
103 | loc_data$cluster = a@cluster
104 |
105 | plottable = lapply(1:k,function(n) {
106 | p = lchange2[a@cluster==n,]
107 | #apply(p,2,mean))) %>%
108 | apply(p,2,mean) %>%
109 | cumsum %>% exp %>%
110 | as.data.frame %>% mutate(year = seq(1800,2010,by=10),k = n)
111 | }) %>% bind_rows
112 | names(plottable)[1] = "population"
113 | ggplot(plottable) + geom_line(aes(x=year,y=population)) + facet_wrap(~k,scales="free_y")
114 |
115 | ggplot(loc_data %>% filter(lon < -25, lat < 50,lat > 23) %>% filter(state %in% c("MA","NY","NJ","PA","ME","VT","NH","RI","CT"))) + aes(x=lon,label=title,y=lat,color=factor(cluster)) + geom_point(alpha=.55,aes(size=y2010)) + facet_wrap(~cluster) + coord_map() + geom_text(data=loc_data %>% group_by(cluster) %>% arrange(-y2010) %>% slice(1:10))
116 |
117 | pops
118 | ```
--------------------------------------------------------------------------------
/Maxpop.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CreatingData/Historical-Populations/c7ef4925108aebdd01d76d9fd2742d643f1f3a8c/Maxpop.png
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | 
2 |
3 | This is a dataset and code that merges three major sources of historical US population data.
4 |
5 | It is part of the in-progress [*Creating Data* digital monograph](http://creatingdata.us/). If citing, please
6 | cite that project in addition to this repo. Eg: "Schmidt, Benjamin. *Creating Data: The Invention of Information in the nineteenth century American State.* http://creatingdata.us".
7 |
8 | ### License
9 |
10 | This data is in the public domain and there are no legal restrictions on its use. If you're an academic, I'd recommend also citing the [CESTA population set](https://github.com/cestastanford/historical-us-city-populations) that this draws on, as well as Wikipedia if you can swing that.
11 |
12 | ### Content
13 |
14 | A fuller description of data and method is contained in the file `extended_description.md` and on the project page.
15 |
16 | The sources are:
17 |
18 | 1. Every Wikipedia page with a population box.
19 | 2. A manually entered set of CSVs by Wikipedia editor Jacob Alperin-Sheriff (which is mostly, but not entirely, on wikipedia).
20 | 3. A set of historical populations compiled by Stanford's CESTA: U.S. Census Bureau and Erik Steiner, Spatial History Project, Center for Spatial and Textual Analysis, Stanford University.
21 |
22 | There are many process files here. The most useful files are likely:
23 |
24 | * [merged.csv](merged.csv) (The union dataset.)
25 | * The files in `wikipedia_state_data/`, which include the parsed contents of all Wikipedia population boxes in the United States.
26 | * The files in [wiki_census](wiki_census), which are the sources Alperin-Sheriff used to build the wikipedia page.
27 |
28 | There are all sorts of errors here. Since this is built up programatically, I'm not interested in corrections to individual data points, although I encourage you
29 | to correct the Wikipedia pages.
30 |
31 | I have made many efforts to merge duplicate cities in the `merged.csv` file, but there are many cases of double-counting of various sorts, especially when the wikipedia and CESTA populations diverge for a single city or when multiple levels of government each have an entry (for example, both Manhattan and New York City have entries).
32 |
33 | The wikipedia set is about 4x bigger than the CESTA one. The following maps show roughly the original contributions of each dataset:
34 |
35 | 
36 |
37 | Also included is the code that performs extraction from a wikipedia dump, and which performs the merge
38 | (including a few examples of errors and differences between sets.)
39 | These are mostly in ipython notebooks, with a little bit in R notebooks.
40 | Most of the operational python code is broken out into the `.py` files which are imported.
41 |
42 |
43 |
--------------------------------------------------------------------------------
/Second Parsing.Rmd:
--------------------------------------------------------------------------------
1 | ---
2 | title: "Second Parsing"
3 | output: html_notebook
4 | ---
5 |
6 | I hate pandas, so some additional data cleaning in dply.
7 |
8 | ```{r fig.width=12}
9 | library(tidyverse)
10 |
11 | everything = read_csv("merged.csv")
12 |
13 | head(everything)
14 |
15 | labelled = everything %>%
16 | mutate(latitude = case_when(
17 | is.na(lat) & is.na(LAT) ~ LAT_BING,
18 | is.na(lat) ~ LAT,
19 | TRUE ~ lat),
20 | longitude = case_when(
21 | is.na(lon) & is.na(LON) ~ LON_BING,
22 | is.na(lon) ~ LON,
23 | TRUE ~ lon),
24 | name = case_when(
25 | is.na(title) & is.na(CityST) ~ Alperin_Place,
26 | is.na(title) ~ CityST,
27 | TRUE ~ title
28 | ),
29 | state = case_when(
30 | is.na(state) ~ ST,
31 | TRUE ~ state
32 | )
33 | ) %>%
34 | mutate(longitude = ifelse(is.na(lon),LON,lon)) %>%
35 | mutate(source = case_when(
36 | is.na(cesta_pops) & !is.na(alperin_pops) ~ "Alperin-Sheriff Wikipedia set",
37 | is.na(cesta_pops) & is.na(alperin_pops) ~ "Wikipedia edits not in A-S or CESTA",
38 | !is.na(cesta_pops) & is.na(wiki_pops) ~ "CESTA only",
39 | !is.na(cesta_pops) & !is.na(wiki_pops) ~ "In both Wikipedia and CESTA",
40 | TRUE ~ "Other"
41 | ))
42 |
43 | #ggplot(labelled) + geom_point(aes(x=umap_x,y=umap_y),alpha=.05)
44 |
45 | # I like this orientation better
46 | labelled$umap_y = labelled$umap_y
47 |
48 | labelled %>%
49 | # Drop wiki places with only 2016 counts.
50 | filter(!(is.na(cesta_pops) & is.na(alperin_pops) & !grepl("[1-9]", wiki_pops))) %>%
51 | select(name, starts_with('1'), starts_with('2'), ends_with('_pops'), STPLFIPS_2010, article_length, latitude, longitude, starts_with('umap_') ,state) %>%
52 | write_csv("~/Dropbox/project/mapviz/build/data/city_pops.csv")
53 |
54 | ```
55 |
56 |
57 | ```{r}
58 | biggest = labelled %>% filter(!is.na(latitude),is.na(`settlement_type`) | `settlement_type` != "US State") %>% group_by(source) %>% filter(!is.na(maxpop)) %>% arrange(-maxpop) %>% sample_n(10,weight=maxpop)
59 |
60 |
61 | library(ggrepel)
62 | ggplot(labelled %>% filter(latitude < 50,longitude < -20) %>% sample_frac()) + aes(x=longitude,y=latitude,label=paste(name,maxpop)) + geom_point(position="jitter",size=.5,alpha=.1) + facet_wrap(~source) + coord_map(proj="albers",y0=30,y1=45) + labs(title="Dataset sources") + geom_text_repel(data=biggest,size=3,color=scales::muted("blue"))
63 |
64 | #head(labelled)
65 |
66 | biggest
67 | ```
68 |
69 | ```{r}
70 | labelled %>% filter(grepl("Heber Springs|Upper Darby|Washington Court House",name)) %>% arrange(name)
71 | ```
72 |
73 | Add a new chunk by clicking the *Insert Chunk* button on the toolbar or by pressing *Cmd+Option+I*.
74 |
75 | When you save the notebook, an HTML file containing the code and output will be saved alongside it (click the *Preview* button or press *Cmd+Shift+K* to preview the HTML file).
76 | Show in New WindowClear OutputExpand/Collapse Output
77 | Error in install.packages : Updating loaded packages
--------------------------------------------------------------------------------
/cache.pickle:
--------------------------------------------------------------------------------
1 | (lp1
2 | ccopy_reg
3 | _reconstructor
4 | p2
5 | (
--------------------------------------------------------------------------------
/cache2.pickle:
--------------------------------------------------------------------------------
1 | (lp1
2 | ccopy_reg
3 | _reconstructor
4 | p2
5 | (
--------------------------------------------------------------------------------
/extended_description.md:
--------------------------------------------------------------------------------
1 | # Historical population statistics of United States cities and towns
2 |
3 | Historical population statistics are at the heart of the Census's
4 | data-gathering authority, and *in theory* the amount of data available
5 | is extraordinary. For every census save 1890, the vast majority of the
6 | original census schedules are preserved, and in most cases even
7 | digitized through sources like ancestry.com and IPUMS at the
8 | University of Minnesota Population Center.
9 |
10 | In practice, tabulating the granular census up into cities, towns, and
11 | counties remains mostly impossible. The place names used by the census
12 | are not retained in many of the IPUMS files, and in any case
13 | full-count data is only available after a 72 year windowing period.
14 |
15 | County level population data exists in an excellent form, compiled
16 | across a variety of characteristics.[@haines_historical_2010] These
17 | surveys make it fairly easy to get fine grained estimates in the parts
18 | of the country where counties form reasonably well-distributed units
19 | of government.
20 |
21 | Census-derived city- or place-based data is considerably harder to get
22 | in aggregate form. There are two major sources I use in this project.
23 |
24 | ### CESTA City Population data.
25 |
26 | The census bureau has periodically
27 | published lists of all cities with populations over 2,500 persons;
28 | at some point this set was digitized internally. A team at
29 | Stanford's CESTA center cleaned this data and has begun to
30 | supplement it with a number of state-led efforts to digitize
31 | historical populations, including in Arkansas, California, Colorado,
32 | Iowa, and Oregon. This data uses a broad definition of "place"
33 | before 1940, and something approximating the current
34 | census-designated-place afterwards. The CESTA data contains
35 | approximately 7,500 places from the Census Bureau lists, and a few
36 | thousand more from miscellaneous other sources. Populations for
37 | cities are only sometimes present before the period when they exceed
38 | 2,500 population. These miscellaneous other sources include some of
39 | the best extant information on a number of states. Together, this
40 | dataset contains about 62,000 non-zero entry (a little fewer than
41 | ten years per city).
42 |
43 | ### Wikipedia Population data
44 |
45 | The most extensive digital dataset of
46 | populations is scattered across Wikipedia, the online
47 | encyclopedia. The published decennial census volumes contain
48 | information on a variety of towns with populations below 2,500. To
49 | my knowledge, the largest-scale efforts to digitize these volumes
50 | has been undertaken by Jacob Alperin-Sheriff, who undertake the work
51 | while a graduate student at Georgia Tech. (He is now works in
52 | cryptographer for the government). Posting the populations to
53 | Wikipedia under the username "DemocraticLuntz," he entered
54 | approximate 25,000 cities and counties from the census, accounting
55 | for about 237,707 non-zero entries. This includes, by his account,
56 | every incorporated place in the country and every non-incorporated
57 | place in several states, mostly in the Northeast. In addition to
58 | Alperin-Sheriff's work, a number of other wikipedia editors have
59 | adopted states or smaller regions; for instance, another editor
60 | entered the populations of all Massachusetts cities and towns from
61 | the 1850 census onward.
62 |
63 | Wikipedia uses so-called "templates" to enter in semi-structured
64 | data, including populations. Most US historical population data uses
65 | one of three templates (`US Census Population`, `USCensusPop`, or
66 | `Historical Populations` with type of "United States"). I have
67 | downloaded a dump of the entire Wikipedia dataset and examined the
68 | text of all articles to see if these templates are present; a set of
69 | filters then winnows this large set down to only places in the
70 | United States. (This method also yields remarkably detailed data for
71 | France and Austria, as well as less comprehensive detail for a
72 | variety of places around the world; I do not know the extent to
73 | which this represents manual data entry for other historical places,
74 | as opposed to simple reformatting of existing digital datasets.
75 |
76 | Alperin-Sherriff has sent me the files he used to update Wikipedia
77 | pages.
78 |
79 | A variety of other editors have made their own edits to different
80 | sections, sometimes at great scale. User `rossdegenstein`, for
81 | example, seems to have filled out hundreds of population places
82 | around North Dakota.
83 |
84 | Each of these datasets contains slight differences from the others.
85 | Alperin-Sheriff's edits, for example, are only about 99% consistent
86 | with the actual numbers on Wikipedia. (In many cases, it appears he
87 | entered numbers but did not upload them because articles already
88 | contained information; in others, falsely keyed information was
89 | corrected.) The CESTA set diverges even further, agreeing with
90 | Alperin-Sheriff 97% of the time. In many of these cases, the CESTA
91 | set has entered rounded numbers; in others there are obvious digit
92 | transpositions, and in still more there are differences that don't
93 | appear to be simple miskeying, in which it is possible the longer
94 | census municipality lists differ from the frontmatter of major
95 | cities. In a few cases, it appears that one source or the other has
96 | an entire city's row shifted off by 10 years.
97 |
98 | ## Reconciliation Strategy
99 |
100 | In compiling a more complete list of place name populations, I have
101 | adopted the following strategy.
102 |
103 | First, create several "upstream" datasets consisting of various subsets of
104 | the data listed above. As a general rule, I estimate the quality to be be
105 | in the following order:
106 |
107 | 1. Census-originating data from the CESTA-Stanford set.
108 | 2. State-level data from the CESTA-Stanford set.
109 | 3. Other wikipedia edits.
110 | 4. The Alperin-Sheriff set in cases where it was not posted to
111 | wikipedia.
112 | 5. Lahnmeyer data from the CESTA-Stanford set (which is usually rounded to the nearest hundredth.)
113 |
114 | Second, merge rows together by state. The first merging pass looks for
115 | entries with at least three identical non-zero entries. (This
116 | threshold is sufficient to avoid any collisions in the entire CESTA
117 | dataset), or a complete overlap when one set has entries only for one
118 | or two years. (This is common in cities, for instance, that first
119 | enter the census in 2000.) In some cases--for instance, when the CESTA
120 | set has only rounded numbers from Lahnmeyer-- this results in
121 | duplicate versions of a city.
122 |
123 | In the 1-3% of cases where estimates differ between sets, I choose the
124 | population number(s) that most closely match a constant rate of growth
125 | between the nearest agreed-upon points. This filters out egregious
126 | errors (which seem to exist in both wikipedia and CESTA sets), but
127 | probably does not do much do actually get correct population numbers
128 | when it's a simple digit transposition at the end of the number.
129 |
130 | For coordinates, I prefer Wikipedia coordinates to CESTA ones, because
131 | the CESTA coordinates are generally centroids that may lay outside a
132 | city's historical boundaries. For example: CESTA provides two points
133 | for New York City, one in Brooklyn and one in Queens. Neither of these
134 | were in the city before the late-19th century. The Wikipedia location,
135 | from the USGS, is on the location of city hall downtown, which has
136 | been part of the city considerably longer.
137 |
--------------------------------------------------------------------------------
/merged.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CreatingData/Historical-Populations/c7ef4925108aebdd01d76d9fd2742d643f1f3a8c/merged.csv
--------------------------------------------------------------------------------
/merging_functions.py:
--------------------------------------------------------------------------------
1 | import pandas as pd
2 | import numpy as np
3 | import os
4 | import editdistance
5 | years = range(1790, 2020, 10)
6 |
7 |
8 | def state_wikipedia_data(stateabbr):
9 | st = pd.read_csv("wikipedia_state_data/{}.csv".format(stateabbr))
10 | st = st[st.settlement_type != "County"]
11 | st = st[st.settlement_type != "US County"]
12 | mat = np.array(st[['y' + str(y) for y in years]])
13 | for y in years:
14 | del st['y' + str(y)]
15 | mat[np.isnan(mat)] = 0
16 | st['wiki_pops'] = [",".join(np.char.mod('%i', mat[i][::-1])) for i in range(len(mat))]
17 | mat[mat==0] = np.nan
18 | return (st, mat)
19 |
20 |
21 | # Alperin stuff
22 |
23 | fs = [f for f in os.listdir("wiki_census/") if f.endswith(".csv")]
24 | fs.sort()
25 | master_list = []
26 | last = "XXf"
27 | for f in fs:
28 | if f[:2]!=last[:2]:
29 | master_list.append(f)
30 | else:
31 | # which is bigger?
32 | if os.path.getsize("wiki_census/" + master_list[-1]) > os.path.getsize("wiki_census/" +f):
33 | continue
34 | else:
35 | master_list[-1] = f
36 | last = f
37 |
38 |
39 |
40 |
41 | complete_alperin_set = pd.DataFrame([])
42 | for f in master_list:
43 | new_data = pd.read_csv("wiki_census/" + f,na_values = ["-","(X)"," "])
44 | new_data["state"] = f[:2]
45 | if 'CENSUS2010POP' in new_data.columns:
46 | new_data['2010'] = new_data['CENSUS2010POP']
47 | del new_data["CENSUS2010POP"]
48 | for t in ["COUNTY","County"]:
49 | if t in new_data.columns:
50 | new_data["Alperin_County"] = new_data[t]
51 | del new_data[t]
52 | for t in ["Geography","NAME","Name","Place"]:
53 | if t in new_data.columns:
54 | new_data["Alperin_Place"] = new_data[t]
55 | del new_data[t]
56 | for t in ["Geography","NAME","Name","Place"]:
57 | if t in new_data.columns:
58 | new_data["Alperin_Place"] = new_data[t]
59 | del new_data[t]
60 | for t in ["STATE","STNAME","State",'2014','2015']:
61 | if t in new_data.columns:
62 | del new_data[t]
63 | complete_alperin_set = complete_alperin_set.append(new_data)
64 |
65 |
66 |
67 | alperin_mat = np.array(complete_alperin_set[[str(y) for y in years]])
68 | alperin_mat[np.isnan(alperin_mat)] = 0
69 | for y in years:
70 | del complete_alperin_set[str(y)]
71 | complete_alperin_set['alperin_pops'] = [",".join(np.char.mod('%i', alperin_mat[i][::-1])) for i in range(len(alperin_mat))]
72 |
73 | for cname in complete_alperin_set.columns:
74 | if "ESTIMATE" in cname:
75 | del(complete_alperin_set[cname])
76 |
77 | alperin_mat[alperin_mat==0] = np.nan
78 |
79 |
80 | CESTA = pd.read_excel("1790-2010_MASTER.xlsx")
81 |
82 | # Some CESTA data doesn't work so great.
83 |
84 | CESTA["2010"] = pd.to_numeric(CESTA["2010"],np.float64)
85 | CESTA["1910"] = pd.to_numeric(CESTA["1910"],np.float64)
86 | CESTA["1980"] = pd.to_numeric(CESTA["1980"],np.float64)
87 | cesta_mat = np.array(CESTA[[str(y) for y in years]])
88 |
89 | for y in years:
90 | del CESTA[str(y)]
91 |
92 | cesta_mat[np.isnan(cesta_mat)] = 0
93 | CESTA['cesta_pops'] = [",".join(np.char.mod('%i', cesta_mat[i][::-1])) for i in range(len(cesta_mat))]
94 |
95 | cesta_mat[cesta_mat==0] = np.nan
96 | def CESTA_Version(st="ME"):
97 | return (CESTA[CESTA.ST==st],cesta_mat[CESTA.ST == st])
98 |
99 |
100 | def state_counts(st = "ME"):
101 | # Generate similarly-formatted data for all three formats
102 | alperin_model = (complete_alperin_set[complete_alperin_set["state"]==st], alperin_mat[complete_alperin_set["state"] == st])
103 | wiki_model = state_wikipedia_data(st)
104 | cesta = CESTA_Version(st)
105 | return (alperin_model, wiki_model, cesta)
106 |
107 |
108 | # (202) 224-3121
109 |
110 | class Citymatch(dict):
111 | dict = {}
112 |
113 | def keep_score(self):
114 | # Ranking, in order, use:
115 | # 1. overlap percent
116 | # 2. Total overlaps
117 | # 3. String distance
118 | return (
119 | float(self['n_matches'])/self['possible_overlaps'],
120 | self['n_matches'],
121 | # Negative since lower editdist is better.
122 | -editdistance.eval(*self.names())
123 | )
124 |
125 | def __cmp__(self,other):
126 | return cmp(self.keep_score(), other.keep_score())
127 |
128 | def __repr__(self):
129 | a_name,b_name = self.names()
130 | return "{}=={} (a{}==b{}) ({}/{} matches)".format(a_name,b_name,self["a"],self["b"],self["n_matches"],self["possible_overlaps"])
131 |
132 | def names(self):
133 | names = []
134 | for pos in ['a','b']:
135 | for k in ["title","CityST","Alperin_Place"]:
136 | try:
137 | i = self[pos]
138 | names.append(
139 | self["sources"][pos].iloc[i][k]
140 | )
141 | break
142 | except KeyError:
143 | pass
144 | except AttributeError:
145 | print pos
146 | print self['sources']
147 | raise
148 | return names
149 |
150 |
151 | def match_row(a,b,i,min=3,sources = (None,None)):
152 | matches = np.sum(a == b[i],axis=1)
153 | # First find even single matches.
154 | l = list(np.where(matches>0)[0])
155 | oput = []
156 | for j in l:
157 | # The sum of the true-false product is just the number
158 | # of overlapping non-zero values.
159 | possible_overlaps = np.sum((a[j] > 0) * (b[i] > 0))
160 | # Use single matches if they're the only data.
161 | if matches[j] > min or matches[j]==possible_overlaps:
162 | m = Citymatch(
163 | {"a":i,
164 | "b":j,
165 | "n_matches":matches[j],
166 | "possible_overlaps": possible_overlaps,
167 | "sources":{
168 | "a":sources[0],
169 | "b":sources[1]
170 | }
171 | }
172 | )
173 | oput.append(m)
174 | return oput
175 |
176 | from collections import defaultdict
177 | import editdistance
178 |
179 | def match_matrices(b,a,min=3,sources=(None,None)):
180 | a_lengths = np.sum(a > 0,axis=1)
181 | b_lengths = np.sum(b > 0,axis=1)
182 | matches = []
183 | for i in range(len(b)):
184 | row_matches = match_row(a,b,i,min=min,sources=sources)
185 | matches += row_matches
186 |
187 | print "{} matches between the sets".format(len(matches))
188 | # Make sure nothing matches twice.
189 | # This might happen when--e.g.--Manhattan
190 | # and New York City have the same population
191 | # for 100 years, but then diverge.
192 |
193 | a_s = defaultdict(list)
194 | b_s = defaultdict(list)
195 |
196 | for i,m in enumerate(matches):
197 | a_s[m['a']].append(m)
198 | b_s[m['b']].append(m)
199 |
200 | kill_list = set([])
201 |
202 | for vs in b_s.values() + a_s.values():
203 | vs.sort()
204 | vs.reverse()
205 | for v in vs[1:]:
206 | kill_list.add((v['a'],v['b']))
207 |
208 | return [m for m in matches if not (m['a'],m['b']) in kill_list]
209 |
210 |
211 |
212 |
213 | ## Filling of NA values
214 |
215 | def fill_na_point(array,i):
216 | array = np.log(array)
217 | #i: the point to be filled.
218 | non_zeros = np.where(np.isfinite(array))[0]
219 | try:
220 | w = np.max(non_zeros[non_zeros < i])
221 | except ValueError:
222 | y = np.min(non_zeros[non_zeros > i])
223 | return np.exp(array[y])
224 | try:
225 | y = np.min(non_zeros[non_zeros > i])
226 | except ValueError:
227 | return np.exp(array[w])
228 | if array[w]==array[y]:
229 | # kludge b/c numpy can't fill out a sequence with step of zero.
230 | fill = [array[w]]*100
231 | else:
232 | fill = np.arange(array[w], array[y], step = (array[y] - array[w])/(y-w))
233 | if len(fill)==0:
234 | print fill,array
235 | raise
236 | return np.exp(fill[i-w])
237 |
238 |
239 | def fill_nas(joint):
240 | # Interpolate missing points as a geometric mean of the nearest non-na points.
241 | # Edges are just identical
242 | clone = np.copy(joint)
243 | missing = np.where(np.isnan(joint))[0]
244 | for i in missing:
245 | clone[i] = fill_na_point(joint,i)
246 | return clone
247 |
248 |
249 | def merge_a_match(match,a_mat,b_mat):
250 | # match: an array match item.
251 | a = a_mat[1][match['a']]
252 | b = b_mat[1][match['b']]
253 |
254 | joint = []
255 |
256 | for (a_,b_) in zip(a,b):
257 | if a_==b_:
258 | joint.append(a_)
259 | elif np.isnan(a_):
260 | # OK if this too is nan.
261 | joint.append(b_)
262 | elif np.isnan(b_):
263 | # OK if this too is nan.
264 | joint.append(a_)
265 | else:
266 | joint.append(np.nan)
267 |
268 | joint = np.array(joint)
269 | # fill estimates by interpolating linear growth rates.
270 | try:
271 | estimates = fill_nas(joint)
272 | except:
273 | print joint
274 | raise
275 | # Put the originals side by side.
276 | besides = np.array([a,b])
277 | # fill nas to infinity to avoid raising errors.
278 | besides[np.isnan(besides)] = 2e10
279 | # the better guess minimizes distance from the estimates
280 | which_to_pick = np.nanargmin(np.abs(besides - estimates),0)
281 |
282 | best_guess = np.array([besides[j,i] for i,j in enumerate(which_to_pick)])
283 | best_guess[np.isnan(best_guess)] = 0
284 | best_guess[best_guess > 1e10] = 0
285 | return best_guess
286 |
287 |
288 | def merge_two_sets(a,b):
289 | # a and b are both tuples of a dataframe and a matrix of populations.
290 | # This returns a new dataframe.
291 | matches = match_matrices(a[1],b[1],min=2,sources=(a[0],b[0]))
292 | as_a = set([m['a'] for m in matches])
293 | as_b = set([m['b'] for m in matches])
294 |
295 | only_b = set(range(len(b[1]))).difference(as_b)
296 | only_a = set(range(len(a[1]))).difference(as_a)
297 |
298 | # if (len(only_a)==0):
299 | # # In case one is empty, like Hawaii for Alperin.
300 | # return merge_two_sets(b,a)
301 |
302 |
303 | new_frame = []
304 |
305 | new_pops = np.zeros((len(matches) + len(only_a) + len(only_b), 23))
306 |
307 | i = 0
308 | for match in matches:
309 | new_pops[i] = merge_a_match(match,a,b)
310 | d1 = a[0].iloc[match['a']].to_dict()
311 | d2 = b[0].iloc[match['b']].to_dict()
312 | d1.update(d2)
313 | new_frame.append(d1)
314 | i += 1
315 |
316 | if only_a:
317 | for j, akey in enumerate(only_a):
318 | new_pops[i + j] = a[1][akey]
319 | new_frame.append(a[0].iloc[akey].to_dict())
320 | j += 1
321 | else:
322 | j = 0
323 | for k, bkey in enumerate(only_b):
324 | new_pops[i + j + k] = b[1][bkey]
325 | new_frame.append(b[0].iloc[bkey].to_dict())
326 |
327 | new_joint = pd.DataFrame(new_frame)
328 |
329 | return new_joint,new_pops
330 |
--------------------------------------------------------------------------------
/places.shelf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CreatingData/Historical-Populations/c7ef4925108aebdd01d76d9fd2742d643f1f3a8c/places.shelf
--------------------------------------------------------------------------------
/wiki_census/#bob.txt#:
--------------------------------------------------------------------------------
1 | estref= [{{cite web|url=http://www.census.gov/popest/data/cities/totals/2014/SUB-EST2014.html|title=Annual Estimates of the Resident Population for Incorporated Places: April 1, 2010 to July 1, 2014|accessdate=June 4, 2015}}]\n
2 |
3 | footnote=
U.S. Decennial Census[{{cite web|url=http://www.census.gov/prod/www/decennial.html|title=Census of Population and Housing|publisher=Census.gov|accessdate=June 4, 2015}}]\n"
4 | printf "}}\n"
5 |
6 |
7 |
8 | }
9 |
10 |
--------------------------------------------------------------------------------
/wiki_census/#bobwhite.txt#:
--------------------------------------------------------------------------------
1 | MO 2913390 02748236 Charmwood town 43 A 363658 0 0.140 0.000 38.281033
2 |
3 | -91.096767
--------------------------------------------------------------------------------
/wiki_census/AKPlaces.csv:
--------------------------------------------------------------------------------
1 | "Geography",2014,2010,2000,1990,1980,1970,1960,1950,1940,1930,1920,1910,1900,1890,1880
2 | "Adak city",333,326,316,"-","-","-","-","-","-","-","-","-","-","-","-"
3 | "Akhiok city",73,71,80,77,105,"-",84,72,"-","-","-",106,"-","-","-"
4 | "Akiak city",363,346,309,285,198,"-",187,168,209,228,150,"-","-","-","-"
5 | "Akutan city",1041,1027,713,589,169,"-",107,86,80,71,66,"-","-","-","-"
6 | "Alakanuk city",726,677,652,544,522,414,278,140,61,"-","-","-","-","-","-"
7 | "Aleknagik city",226,219,221,185,154,"-","-","-","-","-","-","-","-","-","-"
8 | "Allakaket city",104,105,97,170,163,"-",115,79,105,"-","-","-","-","-","-"
9 | "Ambler city",265,258,309,311,192,"-",70,"-","-","-","-","-","-","-","-"
10 | "Anaktuvuk Pass city",337,324,282,259,203,99,35,66,"-","-","-","-","-","-","-"
11 | "Anchorage municipality",301010,291826,260283,226338,1744431,48081,44237,11254,3495,2277,1856,"-","-","-","-"
12 | "Anderson city",271,246,367,628,517,362,"-","-","-","-","-","-","-","-","-"
13 | "Angoon city",446,459,572,638,465,400,395,429,342,319,114,"-","-","-","-"
14 | "Aniak city",526,501,572,540,341,"-",308,142,122,"-","-","-","-","-","-"
15 | "Anvik city",85,85,104,82,114,83,120,99,110,79,140,151,166,191,"-"
16 | "Atka city",65,61,92,73,"-","-",119,85,89,103,56,"-","-","-","-"
17 | "Atqasuk city",241,233,228,216,"-","-","-","-","-","-","-","-","-","-","-"
18 | "Barrow city",4393,4212,4581,3469,2267,2104,1314,951,363,330,322,446,"-","-","-"
19 | "Bethel city",6415,6080,5471,4674,3576,2416,1258,651,376,278,221,110,"-","-","-"
20 | "Bettles city",12,12,43,36,"-","-",77,47,10,23,"-","-","-","-","-"
21 | "Brevig Mission city",399,388,276,198,138,123,"-","-","-","-","-","-","-","-","-"
22 | "Buckland city",428,416,406,318,177,104,87,108,115,104,52,"-","-","-","-"
23 | "Chefornak city",439,418,394,320,230,"-",133,106,"-","-","-","-","-","-","-"
24 | "Chevak city",1006,938,765,598,466,387,315,230,43,"-","-","-","-","-","-"
25 | "Chignik city",91,91,79,188,"-","-",99,253,224,"-","-","-","-","-","-"
26 | "Chuathbaluk city",124,118,119,97,105,"-","-","-","-","-","-","-","-","-","-"
27 | "Clark's Point city",64,62,75,60,79,"-",138,128,22,25,"-","-","-","-","-"
28 | "Coffman Cove city",182,178,199,186,"-","-","-","-","-","-","-","-","-","-","-"
29 | "Cold Bay city",125,108,88,148,"-","-",86,"-","-","-","-","-","-","-","-"
30 | "Cordova city",2226,2239,2454,2110,1879,1164,1128,1165,938,980,955,1152,"-","-","-"
31 | "Craig city",1254,1201,1397,1260,527,272,273,374,505,231,212,"-","-","-","-"
32 | "Deering city",125,122,136,157,150,"-",95,174,230,183,73,100,"-","-","-"
33 | "Delta Junction city",943,958,840,652,945,703,"-","-","-","-","-","-","-","-","-"
34 | "Dillingham city",2396,2329,2466,2017,1563,914,424,577,278,85,182,165,"-","-","-"
35 | "Diomede city",118,115,146,178,139,"-",88,103,"-","-","-","-","-","-","-"
36 | "Eagle city",85,86,129,168,110,36,92,55,73,54,98,178,383,"-","-"
37 | "Eek city",311,296,280,254,228,"-",200,141,170,"-","-","-","-","-","-"
38 | "Egegik city",109,109,116,122,75,148,150,119,125,86,83,"-","-","-","-"
39 | "Ekwok city",119,115,130,77,77,"-","-","-","-","-","-","-","-","-","-"
40 | "Elim city",339,330,313,264,211,"-","-","-","-",97,162,"-","-","-","-"
41 | "Emmonak city",826,762,767,642,567,439,"-","-","-","-","-","-","-","-","-"
42 | "Fairbanks city",32469,31535,30224,30843,22645,14771,13311,5771,3455,2101,1155,3541,"-","-","-"
43 | "False Pass city",40,35,64,68,70,62,41,42,"-","-","-","-","-","-","-"
44 | "Fort Yukon city",573,583,595,580,619,448,701,446,274,304,319,321,156,"-","-"
45 | "Galena city",468,470,675,833,765,"-",261,176,44,67,"-","-","-","-","-"
46 | "Gambell city",700,681,649,525,445,372,358,309,296,250,48,221,"-","-","-"
47 | "Golovin city",160,156,144,127,87,"-","-","-","-",135,"-","-","-","-","-"
48 | "Goodnews Bay city",255,243,230,241,168,"-","-","-","-","-","-","-","-","-","-"
49 | "Grayling city",193,194,194,208,209,139,"-","-","-","-","-","-","-","-","-"
50 | "Gustavus city",426,442,429,258,98,64,107,82,"-","-","-","-","-","-","-"
51 | "Haines city",,,1811,1238,993,463,392,338,357,344,314,446,85,"-","-"
52 | "Holy Cross city",177,178,227,277,241,199,256,157,226,337,"-","-","-","-","-"
53 | "Homer city",5415,5020,3946,3660,2209,1083,1247,307,325,"-","-","-","-","-","-"
54 | "Hoonah city",734,759,860,795,680,748,686,563,716,514,402,462,447,"-","-"
55 | "Hooper Bay city",1173,1093,1014,845,627,490,460,307,299,209,"-","-","-","-","-"
56 | "Houston city",2133,1910,1202,697,370,69,"-","-","-","-","-","-","-","-","-"
57 | "Hughes city",77,77,78,54,73,"-",69,49,32,"-","-","-","-","-","-"
58 | "Huslia city",274,275,293,207,188,159,168,65,"-","-","-","-","-","-","-"
59 | "Hydaburg city",393,375,382,384,298,214,251,353,348,319,346,"-","-","-","-"
60 | "Juneau city and borough",32406,31275,30711,26751,19528,6050,6797,5956,5729,4043,3058,1644,1864,1253,"-"
61 | "Kachemak city",486,476,431,365,403,76,"-","-","-","-","-","-","-","-","-"
62 | "Kake city",576,557,710,700,555,448,455,376,419,386,387,232,"-","-","-"
63 | "Kaktovik city",246,239,293,224,165,"-","-","-","-","-","-","-","-","-","-"
64 | "Kaltag city",189,190,230,240,247,206,165,121,140,137,89,141,"-","-","-"
65 | "Kasaan city",51,49,39,54,25,"-",36,47,85,112,126,129,"-","-","-"
66 | "Kenai city",7568,7112,6942,6327,4324,3533,778,321,303,286,332,250,290,264,"-"
67 | "Ketchikan city",8245,8050,7922,8263,7198,6994,6483,5305,4695,3796,2458,1613,459,40,"-"
68 | "Kiana city",371,361,388,385,345,278,253,181,167,115,98,"-","-","-","-"
69 | "King Cove city",1015,938,792,451,460,283,290,162,135,"-","-","-","-","-","-"
70 | "Kivalina city",384,374,377,317,241,188,142,117,98,99,87,"-","-","-","-"
71 | "Klawock city",774,755,854,722,318,213,251,404,455,437,19,241,"-","-","-"
72 | "Kobuk city",155,151,109,69,62,"-",54,38,31,"-","-","-","-","-","-"
73 | "Kodiak city",6304,6130,6334,6365,4756,3798,2628,1710,864,442,374,438,341,496,"-"
74 | "Kotlik city",619,577,591,461,293,"-",57,44,35,14,83,"-","-","-","-"
75 | "Kotzebue city",3284,3201,3082,2751,2090,1696,1290,623,372,291,230,103,"-","-","-"
76 | "Koyuk city",341,332,297,231,188,"-",129,134,100,110,"-","-","-","-","-"
77 | "Koyukuk city",95,96,101,126,98,"-",128,79,106,143,124,121,"-","-","-"
78 | "Kupreanof city",27,27,23,23,47,"-","-","-","-","-","-","-","-","-","-"
79 | "Kwethluk city",757,721,713,558,454,"-",325,242,186,"-","-","-","-","-","-"
80 | "Larsen Bay city",89,87,115,147,168,"-",72,53,38,"-","-","-","-","-","-"
81 | "Lower Kalskag city",296,282,267,291,246,183,122,88,"-","-","-","-","-","-","-"
82 | "Manokotak city",455,442,399,385,294,214,149,120,"-","-","-","-","-","-","-"
83 | "Marshall city",444,414,349,273,262,175,166,95,91,"-","-","-","-","-","-"
84 | "McGrath city",344,346,401,528,355,279,241,175,138,112,90,"-","-","-","-"
85 | "Mekoryuk city",201,191,210,177,160,249,242,156,"-","-","-","-","-","-","-"
86 | "Mountain Village city",872,813,755,674,583,419,300,221,128,76,136,"-","-","-","-"
87 | "Napakiak city",372,354,353,318,262,"-",190,139,113,"-","-","-","-","-","-"
88 | "Napaskiak city",425,405,390,328,244,259,154,121,67,"-","-","-","-","-","-"
89 | "Nenana city",376,378,402,393,470,382,286,242,231,291,634,190,"-","-","-"
90 | "New Stuyahok city",525,510,471,391,331,216,145,88,"-","-","-","-","-","-","-"
91 | "Newhalen city",190,190,160,160,87,88,63,48,55,"-","-","-","-","-","-"
92 | "Nightmute city",294,280,208,153,119,127,237,27,78,"-","-","-","-","-","-"
93 | "Nikolai city",94,94,100,109,91,112,85,88,"-","-","-","-","-","-","-"
94 | "Nome city",3788,3598,3505,3500,2301,2357,2316,1876,1559,1213,852,2600,12488,"-","-"
95 | "Nondalton city",164,164,221,178,173,184,205,103,82,24,69,"-","-","-","-"
96 | "Noorvik city",686,668,634,531,492,462,384,248,211,198,281,"-","-","-","-"
97 | "North Pole city",2178,2117,1570,1456,724,265,615,"-","-","-","-","-","-","-","-"
98 | "Nuiqsut city",416,402,433,354,208,"-","-","-","-","-","-","-","-","-","-"
99 | "Nulato city",263,264,336,359,350,308,283,176,113,204,258,230,281,118,"-"
100 | "Nunam Iqua city (Sheldon Point)",201,187,164,109,103,125,125,43,"-","-","-","-","-","-","-"
101 | "Nunapitchuk city",521,496,466,378,"-","-",327,125,121,"-","-","-","-","-","-"
102 | "Old Harbor city",223,218,237,284,340,290,193,121,109,84,54,"-","-","-","-"
103 | "Ouzinkie city",165,161,225,209,173,160,"-","-","-",168,96,"-","-","-","-"
104 | "Palmer city",6515,5937,4533,2866,2141,1140,1181,890,150,"-","-","-","-","-","-"
105 | "Pelican city",86,88,163,222,180,133,135,180,48,"-","-","-","-","-","-"
106 | "Petersburg city",,,3224,3207,2821,2042,1502,1619,1323,1252,879,585,"-","-","-"
107 | "Pilot Point city",68,68,100,53,66,68,61,67,114,"-","-","-","-","-","-"
108 | "Pilot Station city",609,568,550,463,325,290,219,52,39,87,145,"-","-","-","-"
109 | "Platinum city",64,61,41,64,55,55,43,72,45,"-","-","-","-","-","-"
110 | "Point Hope city",702,674,757,639,464,386,324,264,257,"-","-",243,623,301,"-"
111 | "Port Alexander city",55,52,81,119,86,36,18,22,87,107,"-","-","-","-","-"
112 | "Port Heiden city",102,102,119,119,92,66,74,"-","-",51,30,"-","-","-","-"
113 | "Port Lions city",198,194,256,222,215,227,"-","-","-","-","-","-","-","-","-"
114 | "Quinhagak city",702,669,555,501,412,"-","-","-","-",230,193,111,201,109,"-"
115 | "Ruby city",165,166,188,170,197,145,179,132,138,132,128,"-","-","-","-"
116 | "Russian Mission city",335,312,296,246,169,146,102,55,34,54,90,"-","-","-","-"
117 | "Sand Point city",1073,976,952,878,625,360,254,107,99,69,60,"-","-","-","-"
118 | "Savoonga city",690,671,643,519,491,364,299,249,209,139,"-","-","-","-","-"
119 | "Saxman city",418,411,431,369,273,135,153,167,111,112,103,154,142,"-","-"
120 | "Scammon Bay city",508,474,465,343,250,166,115,103,88,"-","-","-","-","-","-"
121 | "Selawik city",852,829,772,596,535,429,348,273,239,227,274,"-","-","-","-"
122 | "Seldovia city",272,254,286,316,479,437,460,437,410,379,258,173,149,99,"-"
123 | "Seward city",2528,2693,2830,2699,1843,1587,1891,2114,949,835,652,534,"-","-","-"
124 | "Shageluk city",83,83,129,139,131,167,155,100,92,88,130,"-","-","-","-"
125 | "Shaktoolik city",258,251,230,178,164,151,187,127,128,104,73,"-","-","-","-"
126 | "Shishmaref city",579,563,562,456,394,267,217,194,257,223,131,"-","-","-","-"
127 | "Shungnak city",269,262,256,223,202,165,135,141,193,145,95,210,"-","-","-"
128 | "Sitka city and borough",8900,8881,8835,8588,7803,3370,3237,1985,1987,1056,1175,1039,1396,1190,916
129 | "Skagway city",,,862,692,768,675,659,758,634,492,494,872,3117,"-","-"
130 | "Soldotna city",4445,4163,3759,3482,2320,1202,332,"-","-","-","-","-","-","-","-"
131 | "St. George city",108,102,152,138,158,163,"-","-","-","-","-",90,"-","-","-"
132 | "St. Mary's city",544,507,500,441,382,384,225,"-","-","-","-","-","-","-","-"
133 | "St. Michael city",412,401,368,295,239,207,205,157,142,147,371,415,857,101,"-"
134 | "St. Paul city",511,479,532,763,551,450,378,359,"-","-","-",291,"-","-","-"
135 | "Stebbins city",572,556,547,400,331,231,158,115,98,"-","-","-","-","-","-"
136 | "Tanana city",245,246,308,345,388,406,349,228,170,185,213,398,186,203,"-"
137 | "Teller city",235,229,268,151,212,220,217,160,118,76,80,125,"-","-","-"
138 | "Tenakee Springs city",130,131,104,94,138,86,109,140,188,210,174,126,"-","-","-"
139 | "Thorne Bay city",488,471,557,569,320,443,"-","-","-","-","-","-","-","-","-"
140 | "Togiak city",842,817,809,613,470,383,220,108,10,71,91,"-","-","-","-"
141 | "Toksook Bay city",619,590,532,420,333,257,"-","-","-","-","-","-","-","-","-"
142 | "Unalakleet city",707,688,747,714,623,434,574,469,329,261,285,247,241,175,"-"
143 | "Unalaska city",4516,4376,4283,3089,1322,342,218,173,298,226,299,281,428,317,"-"
144 | "Upper Kalskag city",221,210,230,172,129,"-","-","-","-","-","-","-","-","-","-"
145 | "Valdez city",3921,3977,4036,4068,3079,1005,555,554,529,442,466,810,315,"-","-"
146 | "Wainwright city",580,556,546,492,405,315,253,227,341,197,99,"-","-","-","-"
147 | "Wales city",149,145,152,161,133,131,128,141,193,170,136,337,396,"-","-"
148 | "Wasilla city",8849,7831,5469,4028,1559,300,112,97,96,51,"-","-","-","-","-"
149 | "White Mountain city",195,190,203,180,125,87,151,129,199,205,198,"-","-","-","-"
150 | "Whittier city",217,220,182,243,198,130,809,627,"-","-","-","-","-","-","-"
151 | "Wrangell city and borough",2364,2365,2308,2479,2184,2029,1315,1263,1162,948,821,743,868,316,106
152 |
--------------------------------------------------------------------------------
/wiki_census/AZPlaces.csv:
--------------------------------------------------------------------------------
1 | "Place","County","State",2014,2010
2 | "Apache Junction","Maricopa/Pinal County","Arizona",38131,35840
3 | "Avondale","Maricopa County","Arizona",79646,76238
4 | "Benson","Cochise County","Arizona",4927,5105
5 | "Bisbee","Cochise County","Arizona",5308,5575
6 | "Buckeye","Maricopa County","Arizona",59470,50876
7 | "Bullhead City","Mohave County","Arizona",39364,39540
8 | "Camp Verde","Yavapai County","Arizona",11097,10873
9 | "Carefree","Maricopa County","Arizona",3526,3363
10 | "Casa Grande","Pinal County","Arizona",51478,48571
11 | "Cave Creek","Maricopa County","Arizona",5253,5015
12 | "Chandler","Maricopa County","Arizona",254276,236123
13 | "Chino Valley","Yavapai County","Arizona",11019,10817
14 | "Clarkdale","Yavapai County","Arizona",4165,4097
15 | "Clifton","Greenlee County","Arizona",3626,3311
16 | "Colorado City","Mohave County","Arizona",4792,4821
17 | "Coolidge","Pinal County","Arizona",12209,11825
18 | "Cottonwood","Yavapai County","Arizona",11595,11265
19 | "Dewey-Humboldt","Yavapai County","Arizona",3971,3894
20 | "Douglas","Cochise County","Arizona",16744,17378
21 | "Duncan","Greenlee County","Arizona",783,696
22 | "Eagar","Apache County","Arizona",4913,4885
23 | "El Mirage","Maricopa County","Arizona",33532,31797
24 | "Eloy","Pinal County","Arizona",16738,16631
25 | "Flagstaff","Coconino County","Arizona",68785,65870
26 | "Florence","Pinal County","Arizona",26912,25536
27 | "Fountain Hills","Maricopa County","Arizona",23573,22489
28 | "Fredonia","Coconino County","Arizona",1317,1314
29 | "Gila Bend","Maricopa County","Arizona",2001,1922
30 | "Gilbert","Maricopa County","Arizona",239277,208453
31 | "Glendale","Maricopa County","Arizona",237517,226721
32 | "Globe","Gila County","Arizona",7375,7532
33 | "Goodyear","Maricopa County","Arizona",75664,65275
34 | "Guadalupe","Maricopa County","Arizona",6106,5523
35 | "Hayden","Gila/Pinal County","Arizona",648,662
36 | "Holbrook","Navajo County","Arizona",5016,5053
37 | "Huachuca City","Cochise County","Arizona",1775,1853
38 | "Jerome","Yavapai County","Arizona",451,444
39 | "Kearny","Pinal County","Arizona",2017,1950
40 | "Kingman","Mohave County","Arizona",28549,28068
41 | "Lake Havasu City","Mohave County","Arizona",53103,52527
42 | "Litchfield Park","Maricopa County","Arizona",5392,5476
43 | "Mammoth","Pinal County","Arizona",1472,1426
44 | "Marana","Pima County","Arizona",39888,34961
45 | "Maricopa","Pinal County","Arizona",47442,43482
46 | "Mesa","Maricopa County","Arizona",464704,439041
47 | "Miami","Gila County","Arizona",1781,1837
48 | "Nogales","Santa Cruz County","Arizona",20407,20837
49 | "Oro Valley","Pima County","Arizona",42018,41011
50 | "Page","Coconino County","Arizona",7440,7247
51 | "Paradise Valley","Maricopa County","Arizona",13663,12820
52 | "Parker","La Paz County","Arizona",3057,3083
53 | "Patagonia","Santa Cruz County","Arizona",898,913
54 | "Payson","Gila County","Arizona",15245,15301
55 | "Peoria","Maricopa County","Arizona",166934,154065
56 | "Phoenix","Maricopa County","Arizona",1537058,1445632
57 | "Pima","Graham County","Arizona",2477,2387
58 | "Pinetop-Lakeside","Navajo County","Arizona",4318,4282
59 | "Prescott","Yavapai County","Arizona",40958,39843
60 | "Prescott Valley","Yavapai County","Arizona",41075,38822
61 | "Quartzsite","La Paz County","Arizona",3613,3677
62 | "Queen Creek","Maricopa/Pinal County","Arizona",32236,26361
63 | "Safford","Graham County","Arizona",9744,9566
64 | "Sahuarita","Pima County","Arizona",27547,25259
65 | "St. Johns","Apache County","Arizona",3497,3480
66 | "San Luis","Yuma County","Arizona",31091,25505
67 | "Scottsdale","Maricopa County","Arizona",230512,217385
68 | "Sedona","Coconino/Yavapai County","Arizona",10281,10031
69 | "Show Low","Navajo County","Arizona",10841,10660
70 | "Sierra Vista","Cochise County","Arizona",43806,43888
71 | "Snowflake","Navajo County","Arizona",5644,5590
72 | "Somerton","Yuma County","Arizona",14912,14287
73 | "South Tucson","Pima County","Arizona",5730,5652
74 | "Springerville","Apache County","Arizona",1964,1961
75 | "Star Valley","Gila County","Arizona",2276,2310
76 | "Superior","Pinal County","Arizona",2916,2837
77 | "Surprise","Maricopa County","Arizona",126275,117517
78 | "Taylor","Navajo County","Arizona",4144,4112
79 | "Tempe","Maricopa County","Arizona",172816,161719
80 | "Thatcher","Graham County","Arizona",5023,4865
81 | "Tolleson","Maricopa County","Arizona",6929,6545
82 | "Tombstone","Cochise County","Arizona",1322,1380
83 | "Tucson","Pima County","Arizona",527972,520116
84 | "Tusayan","Coconino County","Arizona",576,558
85 | "Wellton","Yuma County","Arizona",2956,2882
86 | "Wickenburg","Maricopa/Yavapai County","Arizona",6685,6363
87 | "Willcox","Cochise County","Arizona",3607,3757
88 | "Williams","Coconino County","Arizona",3094,3023
89 | "Winkelman","Gila/Pinal County","Arizona",346,353
90 | "Winslow","Navajo County","Arizona",9604,9655
91 | "Youngtown","Maricopa County","Arizona",6542,6156
92 | "Yuma","Yuma County","Arizona",93400,93064
93 |
--------------------------------------------------------------------------------
/wiki_census/CALeftover.ods:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CreatingData/Historical-Populations/c7ef4925108aebdd01d76d9fd2742d643f1f3a8c/wiki_census/CALeftover.ods
--------------------------------------------------------------------------------
/wiki_census/CTInc.csv:
--------------------------------------------------------------------------------
1 | "Place","County","State",2014,2010,2000,1990,1980,1970,1960,1950,1940,1930,1920,1910,1900,1890,1880,1870,1860,1850,1840,1830,1820,1810,1800,1790
2 | "Ansonia","New Haven County","Connecticut",18959,19249,18554,18403,19039,21160,19819,18706,19210,19898,17643,15152,12681,10342,3855,2749,0,0,0,0,0,0,0,0
3 | "Bantam","Litchfield County","Connecticut",740,759,802,757,860,881,833,940,564,545,608,0,0,0,0,0,0,0,0,0,0,0,0,0
4 | "Bridgeport","Fairfield County","Connecticut",147612,144229,139529,141686,142546,156542,156748,158709,147121,146716,143555,102054,70996,48866,27643,18969,13299,7560,3294,0,0,1089,0,0
5 | "Bristol","Hartford County","Connecticut",60570,60477,60062,60640,57370,55487,45499,35961,30167,28451,20620,9527,6268,0,0,0,0,0,0,0,0,0,0,0
6 | "Danbury","Fairfield County","Connecticut",83784,80893,74848,65585,60470,50781,22928,22067,22339,22261,18943,20234,16537,16552,0,6542,0,0,0,0,0,0,0,0
7 | "Danielson","Windham County","Connecticut",3999,4051,4265,4441,4553,4580,4642,4554,4507,4210,3130,2934,2823,0,0,0,0,0,0,0,0,0,0,0
8 | "Derby","New Haven County","Connecticut",12768,12902,12391,12199,12346,12599,12132,10259,10287,10788,11238,8991,7930,4413,3026,2103,0,0,0,0,0,0,0,0
9 | "Fenwick","Middlesex County","Connecticut",44,43,52,89,41,45,36,16,0,6,13,34,23,0,0,0,0,0,0,0,0,0,0,0
10 | "Groton","New London County","Connecticut",40167,40115,39907,45144,41062,38244,29937,21896,10910,10722,9227,6495,5962,5539,5128,5124,4450,3833,2953,0,4664,0,0,0
11 | "Groton Long Point","New London County","Connecticut",517,518,667,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
12 | "Hartford","Hartford County","Connecticut",124705,124775,121578,139739,136392,158017,162178,177397,166267,164072,138036,98915,79850,53230,42015,37180,29152,17966,9468,7074,4726,3955,0,0
13 | "Jewett City","New London County","Connecticut",3468,3487,3053,3349,3294,3372,3608,3702,3682,4436,3196,3023,2224,1934,0,0,0,0,0,0,0,0,0,0
14 | "Litchfield","Litchfield County","Connecticut",1225,1258,1328,1378,1489,1559,1363,1174,1234,1075,707,903,1120,1058,452,0,0,0,0,0,0,0,0,0
15 | "Meriden","New Haven County","Connecticut",60293,60868,58244,59479,57118,55959,51850,44088,39494,38481,29867,27265,24296,21652,15540,8893,0,0,0,0,1309,0,0,0
16 | "Middletown","Middlesex County","Connecticut",47043,47648,43167,42762,39040,36924,33250,29711,26495,24554,13638,11851,9589,9013,6826,6923,5182,4211,3511,0,2618,2014,0,0
17 | "Milford","New Haven County","Connecticut",51857,51271,50594,48168,49101,50858,41662,26870,16439,12660,10193,4366,3783,3811,3347,3405,2828,2465,2435,2256,2785,2674,2417,2098
18 | "Naugatuck","New Haven County","Connecticut",31659,31862,30989,30625,26456,23034,19511,17455,15388,14315,15051,12722,10541,0,0,0,0,0,0,0,0,0,0,0
19 | "New Britain","Hartford County","Connecticut",72878,73206,71538,75491,73840,83441,82201,73726,68685,68128,59316,43916,25998,16519,11800,0,0,0,0,0,0,0,0,0
20 | "New Haven","New Haven County","Connecticut",130282,129779,123626,130474,126089,137707,152048,164443,160605,162655,162537,133605,108027,81298,62882,50840,39267,20345,12960,10180,7147,5772,4049,4487
21 | "New London","New London County","Connecticut",27374,27620,25671,28540,28842,31630,34182,30551,30456,29640,25688,19659,17548,13757,10537,9576,10115,8991,5519,4335,3330,3238,5150,0
22 | "Newtown","Fairfield County","Connecticut",1969,1941,1843,1800,2022,1963,1261,782,603,482,426,434,254,0,263,0,0,0,0,0,0,0,0,0
23 | "Norwalk","Fairfield County","Connecticut",88145,85603,82951,78331,77767,79288,67775,49460,39849,36019,27743,6954,6125,0,0,0,0,0,0,0,0,0,0,0
24 | "Norwich","New London County","Connecticut",40178,40493,36117,37391,38074,41739,38506,23429,23652,23021,22304,20367,17251,16156,15112,16653,14048,6139,4200,3135,2983,2976,0,0
25 | "Shelton","Fairfield County","Connecticut",41295,39559,38101,35418,31314,27165,18190,12694,10971,10113,9475,4807,2837,1952,1362,0,0,0,0,0,0,0,0,0
26 | "Stamford","Fairfield County","Connecticut",128278,122643,117083,108056,102466,108798,92713,74293,47938,46346,35096,25138,15997,0,2540,0,0,0,0,0,0,0,0,0
27 | "Stonington","New London County","Connecticut",917,929,1032,1100,1228,1413,1622,1739,1826,2006,2100,2083,2278,0,0,0,0,0,0,0,0,0,0,0
28 | "Torrington","Litchfield County","Connecticut",35190,36383,35202,33687,30987,31952,30045,27820,26988,26040,20623,15483,8360,4283,0,0,0,0,0,0,0,0,0,0
29 | "Waterbury","New Haven County","Connecticut",109307,110366,107271,108961,103266,108033,107130,104477,99314,99902,91715,73141,45859,28646,17806,10826,10004,0,0,0,0,0,0,0
30 | "West Haven","New Haven County","Connecticut",54905,55564,52360,54021,53184,52851,43002,32010,30021,25808,0,0,0,0,0,0,0,0,0,0,0,0,0,0
31 | "Woodmont","New Haven County","Connecticut",1501,1488,1711,1770,1797,2114,0,0,748,531,220,194,0,0,0,0,0,0,0,0,0,0,0,0
32 |
--------------------------------------------------------------------------------
/wiki_census/Counties2014.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CreatingData/Historical-Populations/c7ef4925108aebdd01d76d9fd2742d643f1f3a8c/wiki_census/Counties2014.csv
--------------------------------------------------------------------------------
/wiki_census/DEPlaces.csv:
--------------------------------------------------------------------------------
1 | "Geography","County","State",2014,2010,2000,1990,1980,1970,1960,1950,1940,1930,1920,1910,1900,1890,1880,1870,1860,1850,1840,1830,1820
2 | "Arden","New Castle County","Delaware",448,439,474,477,516,555,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
3 | "Ardencroft","New Castle County","Delaware",234,231,267,282,267,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
4 | "Ardentown","New Castle County","Delaware",271,264,300,325,307,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
5 | "Bellefonte","New Castle County","Delaware",1191,1193,1249,1243,1279,1442,1536,1472,2593,761,291,0,0,0,0,0,0,0,0,0,0
6 | "Bethany Beach","Sussex County","Delaware",1142,1060,903,326,330,189,170,190,152,118,56,56,0,0,0,0,0,0,0,0,0
7 | "Bethel","Sussex County","Delaware",183,171,184,178,197,219,236,271,245,219,222,370,0,378,298,0,0,0,0,0,0
8 | "Blades","Sussex County","Delaware",1323,1241,956,834,664,632,729,789,601,466,388,0,0,0,0,0,0,0,0,0,0
9 | "Bowers","Kent County","Delaware",354,335,305,179,198,268,324,284,328,246,174,212,0,0,0,0,0,0,0,0,0
10 | "Bridgeville","Sussex County","Delaware",2205,2048,1436,1210,1238,1317,1469,1468,1180,987,945,939,613,576,398,300,250,0,0,0,0
11 | "Camden","Kent County","Delaware",3517,3464,2100,1899,1757,1241,1125,606,682,464,531,553,586,553,702,657,0,0,0,0,0
12 | "Cheswold","Kent County","Delaware",1420,1380,313,321,269,286,281,292,232,211,287,223,201,129,0,0,0,0,0,0,0
13 | "Clayton","Kent County","Delaware",3073,2918,1273,1163,1216,1015,1028,825,890,824,872,764,819,540,148,0,0,0,0,0,0
14 | "Dagsboro","Sussex County","Delaware",839,805,519,398,344,375,477,474,222,198,223,176,190,0,58,0,0,0,0,0,0
15 | "Delaware City","New Castle County","Delaware",1731,1695,1453,1682,1858,2024,1658,1363,1163,1005,1064,1132,1132,969,1085,1059,1355,911,0,0,0
16 | "Delmar","Sussex County","Delaware",1693,1597,1407,962,948,943,934,1015,881,838,780,530,444,360,130,0,0,0,0,0,0
17 | "Dewey Beach","Sussex County","Delaware",363,341,301,204,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
18 | "Dover","Kent County","Delaware",37355,36047,32135,27630,23507,17488,7250,6223,5517,4800,4042,3720,3329,3061,2811,1906,0,0,0,0,0
19 | "Ellendale","Sussex County","Delaware",404,381,327,313,361,399,370,521,287,268,250,216,0,0,0,0,0,0,0,0,0
20 | "Elsmere","New Castle County","Delaware",6152,6131,5800,5935,6493,8415,7319,5314,1630,1323,620,374,0,0,0,0,0,0,0,0,0
21 | "Farmington","Kent County","Delaware",115,110,75,122,141,109,142,113,120,117,124,255,0,468,0,0,0,0,0,0,0
22 | "Felton","Kent County","Delaware",1386,1298,784,683,547,495,423,453,442,463,771,451,400,403,383,437,0,0,0,0,0
23 | "Fenwick Island","Sussex County","Delaware",406,379,342,186,114,56,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0
24 | "Frankford","Sussex County","Delaware",911,847,714,591,828,635,558,615,563,450,443,395,424,519,380,0,0,0,0,0,0
25 | "Frederica","Kent County","Delaware",816,774,648,761,864,878,863,675,645,589,611,659,706,621,693,588,0,0,0,0,0
26 | "Georgetown","Sussex County","Delaware",6891,6422,4643,3732,1710,1844,1765,1923,1820,1763,1710,1609,1658,1353,895,710,553,777,0,0,0
27 | "Greenwood","Sussex County","Delaware",1045,973,837,578,578,654,768,746,573,527,500,362,0,254,109,0,0,0,0,0,0
28 | "Harrington","Kent County","Delaware",3704,3562,3174,2311,2405,2407,2495,2241,2113,1812,1617,1500,1242,0,745,0,0,0,0,0,0
29 | "Hartly","Kent County","Delaware",71,74,78,107,106,180,164,139,125,101,905,0,0,0,0,0,0,0,0,0,0
30 | "Henlopen Acres","Sussex County","Delaware",132,122,139,107,176,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
31 | "Houston","Kent County","Delaware",388,374,430,487,357,317,421,332,296,254,0,0,0,0,0,0,0,0,0,0,0
32 | "Kenton","Kent County","Delaware",263,261,237,232,243,205,249,211,233,175,212,209,192,241,107,0,0,0,0,0,0
33 | "Laurel","Sussex County","Delaware",3983,3708,3668,3226,3052,2408,2709,2700,2884,2277,2253,2166,1825,2388,1022,1080,970,0,0,0,0
34 | "Leipsic","Kent County","Delaware",195,183,203,236,228,247,281,253,210,254,244,271,305,355,407,0,0,0,0,0,0
35 | "Lewes","Sussex County","Delaware",2943,2747,2932,2295,2197,2563,3025,2904,2246,1923,2074,2158,2259,0,0,1090,0,0,0,0,0
36 | "Little Creek","Kent County","Delaware",232,224,195,167,230,215,306,266,242,223,156,285,259,285,0,0,0,0,0,0,0
37 | "Magnolia","Kent County","Delaware",233,225,226,211,283,319,310,207,218,173,177,210,208,216,193,0,0,0,0,0,0
38 | "Middletown","New Castle County","Delaware",19910,18871,6161,3834,2946,2644,2191,1755,1529,1247,1260,1399,1567,1454,1280,915,523,368,0,0,0
39 | "Milford","Kent/Sussex County","Delaware",10179,9559,6732,6040,5366,5314,5795,5179,4214,3719,2703,2603,2500,2555,1240,1150,1178,0,0,0,0
40 | "Millsboro","Sussex County","Delaware",4120,3877,2360,1643,1233,1073,536,470,432,479,432,451,391,324,200,194,0,279,0,0,0
41 | "Millville","Sussex County","Delaware",576,544,259,206,178,224,231,270,184,193,112,193,0,0,0,0,0,0,0,0,0
42 | "Milton","Sussex County","Delaware",2759,2576,1657,1417,1359,1490,1617,1321,1198,1130,898,1038,948,1074,1026,824,780,0,0,0,0
43 | "New Castle","New Castle County","Delaware",5379,5285,4862,4837,4907,4814,4469,5396,4414,4131,3854,3351,3380,4010,3700,1916,1902,1202,0,0,0
44 | "Newark","New Castle County","Delaware",33008,31454,28547,25098,25247,21298,11404,6731,4502,3899,2183,1913,1213,1191,1148,915,787,0,0,0,0
45 | "Newport","New Castle County","Delaware",1060,1055,1122,1240,1167,1366,1239,1171,987,947,676,722,657,711,535,0,0,0,0,0,0
46 | "Ocean View","Sussex County","Delaware",1986,1882,1006,606,495,411,422,450,406,371,279,302,0,0,0,0,0,0,0,0,0
47 | "Odessa","New Castle County","Delaware",374,364,286,303,384,547,526,467,391,385,435,585,575,640,675,695,686,501,0,0,0
48 | "Rehoboth Beach","Sussex County","Delaware",1424,1327,1495,1234,1730,1495,1507,1794,1247,795,389,327,198,0,0,0,0,0,0,0,0
49 | "Seaford","Sussex County","Delaware",7417,6928,6699,5689,5256,5537,4430,3087,2804,2468,2141,2108,1724,1462,1542,1304,624,0,0,0,0
50 | "Selbyville","Sussex County","Delaware",2342,2167,1645,1335,1251,1099,1080,1086,882,661,462,342,0,0,149,0,0,0,0,0,0
51 | "Slaughter Beach","Sussex County","Delaware",225,207,198,114,121,84,107,85,46,0,0,0,0,0,0,0,0,0,0,0,0
52 | "Smyrna","Kent County","Delaware",11170,10023,5679,5231,4750,4243,3241,2346,1870,1958,1953,1843,2168,2455,2428,2110,1873,0,0,0,0
53 | "South Bethany","Sussex County","Delaware",485,449,492,148,115,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
54 | "Townsend","New Castle County","Delaware",2109,2049,346,322,386,505,434,441,544,421,453,4943,99,387,199,0,0,0,0,0,0
55 | "Viola","Kent County","Delaware",167,157,156,153,167,154,159,134,113,104,114,0,0,0,0,0,0,0,0,0,0
56 | "Wilmington","New Castle County","Delaware",71817,70851,72664,71529,70195,80386,95827,110356,112504,106597,110168,87411,76508,61431,42478,30841,21258,13979,8367,6628,5268
57 | "Woodside","Kent County","Delaware",194,181,184,140,248,223,189,157,189,140,140,0,0,0,0,0,0,0,0,0,0
58 | "Wyoming","Kent County","Delaware",1442,1313,1141,977,960,1062,1172,911,870,684,661,517,450,497,353,280,0,0,0,0,0
59 |
--------------------------------------------------------------------------------
/wiki_census/IAPlaces.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CreatingData/Historical-Populations/c7ef4925108aebdd01d76d9fd2742d643f1f3a8c/wiki_census/IAPlaces.csv
--------------------------------------------------------------------------------
/wiki_census/MAInc.csv:
--------------------------------------------------------------------------------
1 | "Place","County","State",2014,2010,2000,1990,1980,1970,1960,1950,1940,1930,1920,1910,1900,1890,1880,1870,1860,1850,1840,1830,1820,1810,1800,1790
2 | "Agawam","Hampden County","Massachusetts",28772,28438,28144,27323,26271,21717,15718,10166,7842,7095,5023,3501,2536,2352,2216,2001,1698,0,0,0,0,0,0,0
3 | "Amesbury","Essex County","Massachusetts",16794,16283,16450,14997,13971,11388,10787,10851,10862,11899,10036,9894,9473,9798,3355,5581,3877,3143,2471,0,0,0,0,0
4 | "Attleboro","Bristol County","Massachusetts",43970,43593,42068,38383,34196,32907,27118,23809,22001,21969,19932,16215,11335,7597,11111,6789,6066,4200,3585,3215,3055,0,0,0
5 | "Barnstable","Barnstable County","Massachusetts",44529,45193,47821,40949,30898,19842,13465,10480,8333,7271,4836,4676,4364,4023,4242,4793,5129,4901,4301,0,0,0,0,0
6 | "Beverly","Essex County","Massachusetts",40952,39502,39862,38195,37655,38348,36108,28884,25537,25086,22561,18650,13884,10821,8456,6507,6154,5376,4689,4073,4283,4608,3881,3290
7 | "Boston","Suffolk County","Massachusetts",655884,617594,589141,574283,562994,641071,697197,801444,770816,781188,748060,670585,560892,448477,362839,250526,177840,136881,93383,61392,43298,33787,24937,18320
8 | "Braintree","Norfolk County","Massachusetts",37362,35744,33828,33836,36337,35050,31069,23161,16378,15712,10580,8066,5981,4848,3855,3948,3468,2969,2168,,,,,
9 | "Brockton","Plymouth County","Massachusetts",94779,93810,94304,92788,95172,89040,72813,62860,62343,63799,66254,56878,40063,27294,13608,8007,6584,3939,2616,1953,0,0,0,0
10 | "Cambridge","Middlesex County","Massachusetts",109694,105162,101355,95802,95322,100361,107716,120740,110879,113643,109694,104839,91886,70028,52669,39634,26060,15215,8409,6072,3295,2323,2453,2115
11 | "Chelsea","Suffolk County","Massachusetts",38861,35177,35080,28710,25431,30625,33749,38912,41259,45816,43184,32452,34072,27909,21782,18547,13395,6701,2390,771,642,594,849,472
12 | "Chicopee","Hampden County","Massachusetts",55795,55298,54653,56632,55112,66676,61553,49211,41664,43930,36214,25401,19167,14050,11286,9607,7261,8291,0,0,0,0,0,0
13 | "Easthampton","Hampshire County","Massachusetts",16036,16053,15994,15537,15580,13012,12326,10694,10316,11323,11261,8524,5603,4395,4206,3620,1916,1342,0,0,0,0,0,0
14 | "Everett","Middlesex County","Massachusetts",44231,41667,38037,35701,37195,42485,43544,45982,46784,48424,40120,33484,24336,11068,4159,2220,0,0,0,0,0,0,0,0
15 | "Fall River","Bristol County","Massachusetts",88712,88857,91938,92703,92574,96898,99942,111963,115428,115274,120485,119295,104863,74398,48961,26766,14026,11524,6738,4158,1594,1296,0,0
16 | "Fitchburg","Worcester County","Massachusetts",40445,40318,39102,41194,39580,43343,43021,42691,41824,40692,41029,37826,31531,22037,12429,11260,7805,5120,2604,2169,1736,1566,1390,1151
17 | "Franklin","Norfolk County","Massachusetts",32836,31635,29560,22095,18217,17830,10530,8037,7303,7028,6497,5641,5017,4831,4051,2512,2172,1818,0,0,0,0,0,0
18 | "Gardner","Worcester County","Massachusetts",20381,20228,20770,20125,17900,19748,19038,19581,20206,19399,16971,14699,10813,8424,4988,3333,2646,1533,1260,1023,911,815,667,531
19 | "Gloucester","Essex County","Massachusetts",29626,28789,30273,28716,27768,27941,25789,25167,24046,24204,22947,24398,26121,24651,19329,15389,10904,7786,6350,7510,6384,5943,5313,5317
20 | "Greenfield","Franklin County","Massachusetts",17368,17456,18168,18666,18436,18116,17690,17349,15672,15560,15462,10427,7927,5252,3903,3589,3198,2580,0,0,0,0,0,0
21 | "Haverhill","Essex County","Massachusetts",62488,60879,58969,51418,46865,46120,46346,47280,46752,48710,53884,44115,37175,27412,18472,13092,9995,5877,4336,3896,3070,2682,2730,2408
22 | "Holyoke","Hampden County","Massachusetts",40124,39880,39838,43704,44678,50112,52689,54661,53750,56537,60203,57730,45712,35637,21915,10733,4997,3245,0,0,0,0,0,0
23 | "Lawrence","Essex County","Massachusetts",78197,76377,72043,70207,63175,66915,70933,80536,84323,85068,94270,85892,62559,44654,39151,28921,17639,8282,0,0,0,0,0,0
24 | "Leominster","Worcester County","Massachusetts",41150,40759,41303,38145,34508,32939,27929,24075,22226,21810,19744,17580,12392,7269,5772,3894,3522,3121,2069,1861,1790,1584,1486,1189
25 | "Lowell","Middlesex County","Massachusetts",109945,106519,105167,103439,92418,94239,92107,97249,101389,100234,112759,106294,94969,77696,59475,40928,36827,33383,20796,6474,0,0,0,0
26 | "Lynn","Essex County","Massachusetts",92137,90329,89050,81245,78471,90294,94478,99738,98123,102320,99148,89336,68513,55727,38274,28233,19083,14257,9367,6138,4515,4087,2837,2291
27 | "Malden","Middlesex County","Massachusetts",60859,59450,56340,53884,53386,56127,57676,59804,58010,58036,49103,44404,33664,23031,12017,7367,5865,3520,2514,2010,1731,1384,1059,1033
28 | "Marlborough","Middlesex County","Massachusetts",39612,38499,36255,31813,30617,27936,18819,15756,15154,15587,15028,14979,13609,13805,10127,8474,5911,2941,2101,2077,1952,1674,1735,1554
29 | "Medford","Middlesex County","Massachusetts",57437,56173,55765,57407,58076,64397,64971,66113,63083,59714,39038,23150,18244,11079,7573,5717,4842,3749,2478,1755,1474,1443,1114,1029
30 | "Melrose","Middlesex County","Massachusetts",27969,26983,27134,28150,30055,33180,29619,26988,25333,23170,18204,15715,12962,8519,4560,3414,2532,1260,0,0,0,0,0,0
31 | "Methuen","Essex County","Massachusetts",49112,47255,43789,39990,36701,35456,28114,24477,21880,21069,15189,11448,7512,4814,4393,2959,2566,2538,2251,0,0,0,0,0
32 | "New Bedford","Bristol County","Massachusetts",94845,95072,93768,99922,98478,101777,102477,109189,110141,112597,121217,96652,62442,40733,26845,21320,22300,16443,12087,7592,3947,5651,6361,3323
33 | "Newburyport","Essex County","Massachusetts",17926,17416,17189,16317,15900,15807,14004,14111,13916,15084,15618,14949,14478,13947,13538,12595,13401,9572,7161,6375,6852,7634,5946,4837
34 | "Newton","Middlesex County","Massachusetts",88287,85146,83829,82585,83622,91263,92384,81994,69873,65276,46054,39806,33587,24379,16995,12825,8382,5258,3351,2376,1850,1709,1491,1360
35 | "North Adams","Berkshire County","Massachusetts",13354,13708,14681,16797,18063,19195,19905,21567,22213,21621,22282,22019,24200,16074,10191,0,0,0,0,0,0,0,0,0
36 | "Northampton","Hampshire County","Massachusetts",28554,28549,28978,29289,29286,29664,30088,29063,24794,24381,21951,19431,18643,14990,12172,10160,6788,5278,3750,3613,2854,2631,2190,1628
37 | "Palmer","Hampden County","Massachusetts",12174,12140,12497,12054,11389,11680,10358,9533,9149,9577,9896,8610,7801,6520,5504,3631,4082,3974,0,0,0,0,0,0
38 | "Peabody","Essex County","Massachusetts",52376,51251,48129,47039,45976,48080,32202,22645,21711,21345,19552,15721,11523,10158,9028,7345,6549,0,0,0,0,0,0,0
39 | "Pittsfield","Berkshire County","Massachusetts",43697,44737,45793,48622,51974,57020,57879,53348,49684,49677,41763,32121,21766,17281,13364,11112,8045,5872,3747,3559,2768,2665,2261,1992
40 | "Quincy","Norfolk County","Massachusetts",93397,92271,88025,84985,84743,87966,87409,83835,75810,71983,47876,32642,23899,16723,10570,7442,6778,5017,3486,2201,1623,1281,1081,0
41 | "Revere","Suffolk County","Massachusetts",54157,51755,47283,42786,42423,43159,40080,36763,34405,35680,28823,18219,10395,5668,2263,1197,921,935,0,0,0,0,0,0
42 | "Salem","Essex County","Massachusetts",42824,41340,40407,38091,38276,40556,39211,41880,41213,43353,42529,43697,35956,30801,27563,24117,22252,20264,15082,13895,12731,12613,9457,7921
43 | "Somerville","Middlesex County","Massachusetts",78901,75754,77478,76210,77372,88779,94697,102351,102177,103908,93091,77236,61643,40152,24933,14685,8025,3540,0,0,0,0,0,0
44 | "Southbridge","Worcester County","Massachusetts",16825,16719,17214,17816,16665,17057,16523,17519,16825,14264,14245,12592,10025,7655,6464,5208,3575,2824,0,0,0,0,0,0
45 | "Springfield","Hampden County","Massachusetts",153991,153060,152082,156983,152319,163905,174463,162399,149554,149900,129614,88926,62059,44179,33340,26703,15199,11766,10585,6784,3914,2767,2312,1574
46 | "Taunton","Bristol County","Massachusetts",56544,55874,55976,49832,45001,43756,41132,40309,37395,37355,37137,34259,31036,25448,21213,18629,15376,10441,7645,6042,4520,3907,3860,3804
47 | "Waltham","Middlesex County","Massachusetts",63014,60632,59226,57878,58200,61582,47187,40020,39247,30915,27834,23481,18707,11712,9065,6397,4464,2504,1857,1677,1014,903,882,0
48 | "Watertown","Middlesex County","Massachusetts",34127,31915,32986,33284,34384,39307,39092,37329,35427,34913,21457,12875,9706,7073,5426,4326,3270,2837,1810,0,0,0,0,0
49 | "West Springfield","Hampden County","Massachusetts",28627,28391,27899,27537,27042,28461,24924,20438,17135,16684,13443,9224,7105,5077,4149,2606,2105,2979,3626,0,0,0,0,0
50 | "Westfield","Hampden County","Massachusetts",41608,41094,40072,38372,36465,31433,26302,20962,18793,19775,18604,16044,12310,9805,7587,6519,5055,4180,3526,2940,2668,2130,2185,2204
51 | "Weymouth","Norfolk County","Massachusetts",55643,53743,53988,54063,55601,54610,48177,32690,23868,20882,15057,12895,11324,10866,10570,9010,7742,5369,3738,0,0,0,0,0
52 | "Winthrop","Suffolk County","Massachusetts",18352,17497,18303,18127,19294,20335,20303,19496,16768,16852,15455,10132,6058,2726,1043,532,544,0,0,0,0,0,0,0
53 | "Woburn","Middlesex County","Massachusetts",39272,38120,37258,35943,36626,37406,31214,20492,19751,19434,16574,15308,14254,13499,10931,8560,6287,3956,2993,1977,1519,1219,1228,1727
54 | "Worcester","Worcester County","Massachusetts",183016,181045,172648,169759,161799,176572,186587,203486,193694,195311,179754,145986,118421,84655,58291,41105,24960,17049,7497,4173,2962,2577,2411,2095
55 |
--------------------------------------------------------------------------------
/wiki_census/MDPlaces.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CreatingData/Historical-Populations/c7ef4925108aebdd01d76d9fd2742d643f1f3a8c/wiki_census/MDPlaces.csv
--------------------------------------------------------------------------------
/wiki_census/MDPlaces_a.csv:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/CreatingData/Historical-Populations/c7ef4925108aebdd01d76d9fd2742d643f1f3a8c/wiki_census/MDPlaces_a.csv
--------------------------------------------------------------------------------
/wiki_census/MTPlaces.csv:
--------------------------------------------------------------------------------
1 | "Geography","County","State",2014,2010,2000,1990,1980,1970,1960,1950,1940,1930,1920,1910,1900,1890,1880,1870
2 | "Alberton","Mineral County","Montana",423,420,374,354,368,363,356,326,283,276,0,0,0,0,0,0
3 | "Anaconda","Deer Lodge County","Montana",9150,9298,9417,10278,12518,9771,12054,11254,11004,12494,11668,10134,9453,3975,0,0
4 | "Bainville","Roosevelt County","Montana",299,208,153,165,245,217,285,356,403,471,396,0,0,0,0,0
5 | "Baker","Fallon County","Montana",1911,1741,1695,1818,2354,2584,2365,1772,1304,1212,1067,0,0,0,0,0
6 | "Bearcreek","Carbon County","Montana",83,79,83,37,61,31,61,162,324,472,744,302,0,0,0,0
7 | "Belgrade","Gallatin County","Montana",7798,7389,5728,3411,2336,1307,1057,663,618,533,499,561,0,0,30,0
8 | "Belt","Cascade County","Montana",604,597,633,571,825,656,757,702,744,810,967,1158,0,0,0,0
9 | "Big Sandy","Chouteau County","Montana",607,598,703,740,835,827,954,743,596,633,589,0,0,0,0,0
10 | "Big Timber","Sweet Grass County","Montana",1650,1641,1650,1557,1690,1592,1660,1679,1533,1224,1282,1022,0,0,0,0
11 | "Billings","Yellowstone County","Montana",108869,104170,89847,81151,66818,61581,52851,31834,23261,16380,15100,10031,3221,836,0,0
12 | "Boulder","Jefferson County","Montana",1202,1183,1300,1316,1441,1342,1394,1017,510,926,682,0,0,0,214,0
13 | "Bozeman","Gallatin County","Montana",41660,37280,27509,22660,21645,18670,13361,11325,8665,6855,6183,5107,3419,2143,894,168
14 | "Bridger","Carbon County","Montana",732,708,745,692,724,717,824,854,783,567,679,514,0,0,0,0
15 | "Broadus","Powder River County","Montana",482,468,451,572,712,799,628,517,0,0,0,0,0,0,0,0
16 | "Broadview","Yellowstone County","Montana",195,192,150,133,120,123,160,164,140,260,191,0,0,0,0,0
17 | "Brockton","Roosevelt County","Montana",277,255,245,365,374,401,367,0,0,0,0,0,0,0,0,0
18 | "Browning","Glacier County","Montana",1032,1016,1065,1170,1226,1700,2011,1691,1825,1172,986,0,0,0,0,0
19 | "Butte-Silver Bow","Silver Bow County","Montana",33980,33525,33892,33336,37205,23368,27877,33251,37081,39532,41611,39165,30470,10723,3363,0
20 | "Cascade","Cascade County","Montana",705,685,819,729,773,714,604,447,419,520,465,0,0,0,0,0
21 | "Chester","Liberty County","Montana",860,847,871,942,963,936,1158,733,548,387,402,0,0,0,0,0
22 | "Chinook","Blaine County","Montana",1230,1203,1386,1512,1660,1813,2326,2307,2051,1320,1217,780,0,0,0,0
23 | "Choteau","Teton County","Montana",1698,1684,1781,1741,1798,1586,1966,1618,1181,926,1043,0,0,0,0,0
24 | "Circle","McCone County","Montana",609,615,644,805,931,964,1117,856,685,519,0,0,0,0,0,0
25 | "Clyde Park","Park County","Montana",295,288,310,282,283,244,253,280,216,302,352,0,0,0,0,0
26 | "Colstrip","Rosebud County","Montana",2316,2214,2346,0,0,0,0,0,0,0,0,0,0,0,0,0
27 | "Columbia Falls","Flathead County","Montana",4922,4688,3645,2942,3112,2652,2132,1232,637,637,611,601,0,0,0,0
28 | "Columbus","Stillwater County","Montana",1996,1893,1748,1573,1439,1173,1281,1097,962,834,987,521,0,0,0,0
29 | "Conrad","Pondera County","Montana",2604,2570,2753,2891,3074,2770,2665,1865,1471,1499,988,888,0,0,0,0
30 | "Culbertson","Roosevelt County","Montana",794,714,716,796,887,821,919,779,585,0.536,547,528,0,0,0,0
31 | "Cut Bank","Glacier County","Montana",2996,2869,3105,3329,3688,4004,4539,3721,2509,845,1181,0,0,0,0,0
32 | "Darby","Ravalli County","Montana",737,720,710,625,581,538,398,415,481,285,325,0,0,0,0,0
33 | "Deer Lodge","Powell County","Montana",3017,3111,3421,3378,4023,4306,4681,3779,3278,3510,3780,2570,1324,1463,941,0
34 | "Denton","Fergus County","Montana",248,255,301,350,356,398,410,435,406,345,431,0,0,0,0,0
35 | "Dillon","Beaverhead County","Montana",4223,4134,3752,3991,3976,4548,3690,3268,3014,2422,2701,1835,1530,1012,0,0
36 | "Dodson","Phillips County","Montana",123,124,122,137,158,196,313,330,397,249,365,0,0,0,0,0
37 | "Drummond","Granite County","Montana",334,309,318,264,414,494,577,531,0,0,0,0,0,0,0,0
38 | "Dutton","Teton County","Montana",311,316,389,392,359,415,504,431,447,0,0,0,0,0,0,0
39 | "East Helena","Lewis and Clark County","Montana",2060,1984,1642,1538,1647,1651,1490,1216,1143,1039,0,0,0,0,0,0
40 | "Ekalaka","Carter County","Montana",343,332,410,439,620,663,738,904,719,475,433,0,0,0,0,0
41 | "Ennis","Madison County","Montana",871,838,840,773,660,501,525,0,0,0,0,0,0,0,0,0
42 | "Eureka","Lincoln County","Montana",1082,1037,1017,1043,1119,1195,1229,929,912,860,1082,603,0,0,0,0
43 | "Fairfield","Teton County","Montana",724,708,659,660,650,638,752,693,0,0,0,0,0,0,0,0
44 | "Fairview","Richland County","Montana",964,840,709,869,1366,956,1006,942,901,576,513,0,0,0,0,0
45 | "Flaxville","Daniels County","Montana",72,71,87,88,142,185,262,0,0,0,0,0,0,0,0,0
46 | "Forsyth","Rosebud County","Montana",1874,1777,1944,2178,2553,1873,2032,1906,1696,1591,1838,1398,0,0,0,0
47 | "Fort Benton","Chouteau County","Montana",1490,1464,1594,1660,1693,1863,1887,1522,1227,1109,1065,1004,1024,624,1618,0
48 | "Fort Peck","Valley County","Montana",250,233,240,325,0,0,0,0,0,0,0,0,0,0,0,0
49 | "Froid","Roosevelt County","Montana",203,185,195,195,323,330,418,555,441,434,410,0,0,0,0,0
50 | "Fromberg","Carbon County","Montana",444,438,486,370,469,364,367,442,533,446,520,0,0,0,0,0
51 | "Geraldine","Chouteau County","Montana",271,261,284,299,305,370,364,374,262,279,354,0,0,0,0,0
52 | "Glasgow","Valley County","Montana",3380,3250,3253,3572,4455,4700,6398,3821,3799,2216,2059,1158,0,0,0,0
53 | "Glendive","Dawson County","Montana",5399,4935,4729,4802,5978,6305,7058,5254,4524,4629,3816,2428,0,0,0,0
54 | "Grass Range","Fergus County","Montana",109,110,149,159,139,181,222,234,206,212,262,0,0,0,0,0
55 | "Great Falls","Cascade County","Montana",59152,58505,56690,55097,56884,60091,55244,39214,29928,28822,24121,13948,14930,3979,0,0
56 | "Hamilton","Ravalli County","Montana",4594,4348,3705,2737,2661,2499,2475,2678,2332,1839,1700,2240,1257,0,50,0
57 | "Hardin","Big Horn County","Montana",3796,3505,3384,2940,3300,2733,2789,2306,1886,1169,1312,0,0,0,0,0
58 | "Harlem","Blaine County","Montana",830,808,848,882,1023,1094,1267,1107,1166,708,721,383,0,0,0,0
59 | "Harlowton","Wheatland County","Montana",974,997,1062,1049,1181,1375,1734,1733,1547,1473,1856,770,0,0,0,0
60 | "Havre","Hill County","Montana",9792,9310,9621,10201,10891,10558,10740,8086,6427,6372,5429,3624,1033,0,0,0
61 | "Helena","Lewis and Clark County","Montana",29943,28190,25780,24569,23938,22730,20227,17581,15056,11803,12037,12515,10770,13834,3624,3106
62 | "Hingham","Hill County","Montana",122,118,157,181,186,262,254,214,205,251,154,0,0,0,0,0
63 | "Hobson","Judith Basin County","Montana",219,215,244,226,261,192,207,205,239,240,0,0,0,0,0,0
64 | "Hot Springs","Sanders County","Montana",551,544,531,411,601,664,585,733,663,447,0,0,0,0,0,0
65 | "Hysham","Treasure County","Montana",302,312,330,361,449,373,494,410,392,258,360,0,0,0,0,0
66 | "Ismay","Custer County","Montana",21,19,26,19,31,40,59,182,176,277,344,0,0,0,0,0
67 | "Joliet","Carbon County","Montana",649,595,575,522,580,412,452,410,476,359,440,389,0,0,0,0
68 | "Jordan","Garfield County","Montana",386,343,364,494,485,529,557,0,0,0,0,0,0,0,0,0
69 | "Judith Gap","Wheatland County","Montana",124,126,164,133,213,160,185,175,212,288,522,0,0,0,0,0
70 | "Kalispell","Flathead County","Montana",21518,19927,14223,11917,10689,10526,10151,9737,8245,6094,5147,5549,2526,0,0,0
71 | "Kevin","Toole County","Montana",147,154,178,185,208,250,375,0.351,360,324,0,0,0,0,0,0
72 | "Laurel","Yellowstone County","Montana",6936,6718,6255,5686,5481,4454,4601,3663,2754,2558,2239,806,0,0,0,0
73 | "Lavina","Golden Valley County","Montana",178,187,209,151,164,169,212,195,199,148,0,0,0,0,0,0
74 | "Lewistown","Fergus County","Montana",5867,5901,5813,6051,7104,6437,7408,6573,5874,5358,6120,2992,1096,0,0,0
75 | "Libby","Lincoln County","Montana",2656,2628,2626,2532,2748,3286,2828,2401,1837,1752,1522,630,0,0,0,0
76 | "Lima","Beaverhead County","Montana",224,221,242,265,272,351,397,483,554,459,476,0,0,0,0,0
77 | "Livingston","Park County","Montana",7245,7044,6851,6701,6994,6883,8229,7683,6642,6391,6311,5259,2778,2850,0,0
78 | "Lodge Grass","Big Horn County","Montana",445,428,510,517,499,806,687,536,839,373,0,0,0,0,0,0
79 | "Malta","Phillips County","Montana",1970,1997,2120,2340,2367,2195,2239,2095,2215,1342,1427,433,0,0,0,0
80 | "Manhattan","Gallatin County","Montana",1571,1520,1396,1034,988,816,889,716,646,501,591,0,0,0,0,0
81 | "Medicine Lake","Sheridan County","Montana",245,225,269,357,408,393,452,454,396,384,292,0,0,0,0,0
82 | "Melstone","Musselshell County","Montana",106,96,136,166,238,227,266,195,203,215,477,0,0,0,0,0
83 | "Miles City","Custer County","Montana",8758,8410,8487,8461,9602,9023,9665,9243,7313,7175,7937,4697,1938,956,629,0
84 | "Missoula","Missoula County","Montana",69821,66788,57053,42918,33351,29497,27090,22485,18449,14657,12668,12869,4366,3426,0,0
85 | "Moore","Fergus County","Montana",193,193,186,211,229,219,216,224,241,288,355,575,0,0,0,0
86 | "Nashua","Valley County","Montana",296,290,325,375,495,513,796,691,943,351,272,0,0,0,0,0
87 | "Neihart","Cascade County","Montana",51,51,91,53,91,109,150,289,466,169,749,268,833,0,0,0
88 | "Opheim","Valley County","Montana",89,85,111,145,210,306,457,383,344,424,0,0,0,0,0,0
89 | "Outlook","Sheridan County","Montana",53,47,82,109,122,153,226,235,208,302,295,0,0,0,0,0
90 | "Philipsburg","Granite County","Montana",869,820,914,925,1138,1128,1107,1048,1304,1300,1724,1109,995,1058,299,0
91 | "Pinesdale","Ravalli County","Montana",933,917,742,670,0,0,0,0,0,0,0,0,0,0,0,0
92 | "Plains","Sanders County","Montana",1068,1048,1126,992,1116,1046,769,714,624,522,452,481,0,0,0,0
93 | "Plentywood","Sheridan County","Montana",1918,1734,2061,2136,2476,2381,2121,1862,1574,1226,888,0,0,0,0,0
94 | "Plevna","Fallon County","Montana",181,162,138,140,191,189,263,247,291,258,241,0,0,0,0,0
95 | "Polson","Lake County","Montana",4607,4488,4041,3283,2798,2464,2314,2280,2156,1455,1132,0,0,0,0,0
96 | "Poplar","Roosevelt County","Montana",876,810,911,881,995,1389,1565,1169,1442,1046,1152,0,0,0,0,0
97 | "Red Lodge","Carbon County","Montana",2215,2125,2177,1958,1896,1844,2278,2730,2950,3026,4515,4860,2152,624,0,0
98 | "Rexford","Lincoln County","Montana",147,105,151,132,130,243,0,0,0,0,0,0,0,0,0,0
99 | "Richey","Dawson County","Montana",189,177,189,259,417,389,480,595,0,362,0,0,0,0,0,0
100 | "Ronan","Lake County","Montana",1930,1871,1812,1547,1530,1347,1334,1251,1032,537,600,0,0,0,0,0
101 | "Roundup","Musselshell County","Montana",1839,1788,1931,1808,2119,2116,2842,2856,2644,2577,2434,1513,0,0,0,0
102 | "Ryegate","Golden Valley County","Montana",243,245,268,260,273,261,314,339,348,292,405,0,0,0,0,0
103 | "Saco","Phillips County","Montana",199,197,224,261,252,356,490,539,452,506,425,0,0,0,0,0
104 | "St. Ignatius","Lake County","Montana",852,842,788,778,877,925,940,781,768,0,0,0,0,0,0,0
105 | "Scobey","Daniels County","Montana",1052,1017,1082,1154,1382,1486,1726,1628,1311,1259,1170,0,0,0,0,0
106 | "Shelby","Toole County","Montana",3301,3376,3216,2763,3142,3111,4017,3058,2538,2004,537,0,0,0,0,0
107 | "Sheridan","Madison County","Montana",659,642,659,652,646,636,539,572,597,521,538,399,581,207,156,0
108 | "Sidney","Richland County","Montana",6473,5191,4774,5217,5726,4543,4564,3987,2978,2010,1400,345,0,0,0,0
109 | "Stanford","Judith Basin County","Montana",387,401,454,529,595,505,615,542,529,509,300,0,0,0,0,0
110 | "Stevensville","Ravalli County","Montana",1907,1809,1553,1221,1207,829,784,772,703,692,744,796,346,0,47,0
111 | "Sunburst","Toole County","Montana",367,375,415,437,476,604,882,845,709,486,0,0,0,0,0,0
112 | "Superior","Mineral County","Montana",848,812,893,881,1054,993,1242,626,0,0,0,0,0,0,0,0
113 | "Terry","Prairie County","Montana",591,605,611,659,929,870,1140,1191,1012,779,794,0,0,0,0,0
114 | "Thompson Falls","Sanders County","Montana",1340,1313,1321,1319,1478,1356,1274,851,736,468,508,325,0,0,0,0
115 | "Three Forks","Gallatin County","Montana",1903,1869,1728,1203,1247,1188,1161,1114,876,884,1071,674,0,0,0,0
116 | "Townsend","Broadwater County","Montana",1942,1878,1867,1635,1587,1371,1528,1316,1309,735,897,759,446,245,0,0
117 | "Troy","Lincoln County","Montana",941,938,957,953,1088,1046,855,770,796,498,763,0,0,0,0,0
118 | "Twin Bridges","Madison County","Montana",386,375,400,374,437,613,509,497,534,671,755,491,0,0,0,0
119 | "Valier","Pondera County","Montana",511,509,498,519,640,651,724,710,641,575,613,0,0,0,0,0
120 | "Virginia","Madison County","Montana",198,190,130,142,192,149,194,323,380,242,342,467,568,675,624,0
121 | "Walkerville","Silver Bow County","Montana",700,675,714,605,887,1097,1463,1631,1880,2085,2391,2491,2621,1743,444,0
122 | "Westby","Sheridan County","Montana",183,168,172,253,291,287,0,0,0,0,0,0,0,0,0,0
123 | "West Yellowstone","Gallatin County","Montana",1322,1271,1177,913,735,756,309,396,369,287,253,0,0,0,0,0
124 | "Whitefish","Flathead County","Montana",6864,6357,5032,4368,3703,3349,1519,1025,858,575,574,417,446,640,0,0
125 | "Whitehall","Jefferson County","Montana",1079,1038,1044,1067,1030,1035,2965,3268,2602,2803,2867,1479,0,0,0,0
126 | "White Sulphur Springs","Meagher County","Montana",925,939,984,963,1302,1200,898,929,818,553,629,417,0,0,0,0
127 | "Wibaux","Wibaux County","Montana",655,589,567,628,782,644,766,739,625,619,611,487,0,0,0,0
128 | "Winifred","Fergus County","Montana",208,208,156,150,155,190,220,217,300,251,262,0,0,0,0,0
129 | "Winnett","Petroleum County","Montana",183,182,185,188,207,271,360,407,399,408,316,0,0,0,0,0
130 | "Wolf Point","Roosevelt County","Montana",2835,2621,2663,2880,3074,3095,3585,2557,1960,1539,2098,0,0,0,0,0
131 |
--------------------------------------------------------------------------------
/wiki_census/NHInc.csv:
--------------------------------------------------------------------------------
1 | "Place","County","State",2014,2010,2000,1990,1980,1970,1960,1950,1940,1930,1920,1910,1900,1890,1880,1870,1860,1850,1840,1830,1820,1810,1800,1790
2 | "Berlin","? County","New Hampshire",9501,10051,10331,11824,13084,15256,17821,16615,19084,20018,16104,11780,8886,3729,1144,529,433,173,116,73,0,0,0,0
3 | "Claremont","? County","New Hampshire",13074,13355,13151,13902,14557,14221,13563,12811,12144,12377,9524,7529,6498,5565,4704,4053,4026,3606,3217,2526,1702,2094,1889,1435
4 | "Concord","? County","New Hampshire",42444,42695,40687,36006,30400,30022,28991,27988,27171,25228,22167,21497,19632,17004,13843,12241,10896,8576,4897,3720,2838,2393,2052,1747
5 | "Dover","? County","New Hampshire",30665,29987,26884,25042,22377,20850,19131,15874,14990,13573,13029,13247,13207,12790,11687,9294,8502,8196,6458,5449,2871,2228,2062,1998
6 | "Franklin","? County","New Hampshire",8428,8477,8405,8304,7901,7292,6742,6552,6749,6576,6318,6132,5846,4085,3265,2301,1600,1251,0,0,0,0,0,0
7 | "Keene","? County","New Hampshire",23034,23409,22563,22430,21449,20467,17562,15638,13832,13794,11210,10068,9165,7446,6784,5971,4320,3392,2610,2374,1895,1646,1645,1314
8 | "Laconia","? County","New Hampshire",16067,15951,16411,15743,15575,14888,15288,14745,13484,12471,10897,10183,8042,6143,3790,2309,1806,0,0,0,0,0,0,0
9 | "Lebanon","? County","New Hampshire",13589,13151,12568,12183,11134,9725,9299,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
10 | "Manchester","? County","New Hampshire",110448,109565,107006,99567,90936,87754,88282,82732,77685,76834,78384,70063,56987,44126,32630,23536,20107,13932,3235,877,761,615,557,362
11 | "Nashua","? County","New Hampshire",87259,86494,86605,79662,67865,55820,39096,34669,32927,31463,28379,26005,23898,19311,13397,10543,10065,5820,6054,2414,1142,1049,862,632
12 | "Portsmouth","? County","New Hampshire",21598,20779,20784,25925,26254,25717,25833,18830,14821,14495,13569,11269,10637,9827,9690,9211,9335,9738,7887,8026,7327,6934,5339,4720
13 | "Rochester","? County","New Hampshire",29991,29752,28461,26630,21560,17938,15927,13776,12012,10209,9673,8868,8466,7396,5784,4103,3384,3006,2431,2155,2471,2118,2646,2857
14 | "Somersworth","? County","New Hampshire",11777,11766,11477,11249,10350,9620,8529,6927,6136,5680,6688,6704,7023,6207,5586,4504,4787,4943,3283,0,0,0,0,0
15 |
--------------------------------------------------------------------------------
/wiki_census/NMPlaces.csv:
--------------------------------------------------------------------------------
1 | "Place","County","STATE",2014,2010,2000,1990,1980,1970,1960,1950,1940,1930,1920,1910,1900,1890,1880,1870,1860,1850
2 | "Alamogordo","Otero County","New Mexico",31060,30403,35582,27596,24024,23035,21723,6783,3950,3096,2363,0,0,0,0,0,0,0
3 | "Albuquerque","Bernalillo County","New Mexico",557169,545852,448607,384736,332920,244501,201189,96815,35449,26570,15157,11020,6238,3785,2315,0,0,0
4 | "Angel Fire","Colfax County","New Mexico",1141,1216,1048,93,0,0,0,0,0,0,0,0,0,0,0,0,0,0
5 | "Anthony","? County","New Mexico",9318,9360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
6 | "Artesia","Eddy County","New Mexico",11842,11301,10692,10610,10385,10315,12000,8244,4071,2427,1115,1883,0,0,0,0,0,0
7 | "Aztec","San Juan County","New Mexico",6419,6763,6378,5479,5512,3354,4137,885,756,740,489,509,0,0,0,0,0,0
8 | "Bayard","Grant County","New Mexico",2304,2328,2534,2598,3036,2908,2327,2119,764,0,0,0,0,0,0,0,0,0
9 | "Belen","Valencia County","New Mexico",7175,7269,6901,6547,5617,4823,5031,4495,3038,2116,1306,0,0,0,0,0,0,0
10 | "Bernalillo","Sandoval County","New Mexico",8564,8320,6611,5960,2988,2016,2574,1922,0,0,0,0,0,0,1223,0,0,0
11 | "Bloomfield","San Juan County","New Mexico",7638,8112,6417,5214,4881,1574,1292,0,0,0,0,0,0,0,0,0,0,0
12 | "Bosque Farms","Valencia County","New Mexico",3850,3904,3931,3791,3353,0,0,0,0,0,0,0,0,0,0,0,0,0
13 | "Capitan","Lincoln County","New Mexico",1418,1489,1443,842,762,439,552,575,932,0,0,0,0,0,0,0,0,0
14 | "Carlsbad","Eddy County","New Mexico",28103,26138,25625,24952,25496,21297,25541,17975,7116,3708,2205,1736,963,0,0,0,0,0
15 | "Carrizozo","Lincoln County","New Mexico",955,996,1036,1075,1222,1123,1546,1389,1457,1171,1301,0,0,0,0,0,0,0
16 | "Causey","Roosevelt County","New Mexico",100,104,52,57,81,150,38,0,0,0,0,0,0,0,0,0,0,0
17 | "Chama","Rio Arriba County","New Mexico",1012,1022,1199,1048,1090,899,0,0,0,0,0,0,0,0,0,0,0,0
18 | "Cimarron","Colfax County","New Mexico",933,1021,917,774,888,927,997,855,744,698,481,791,0,0,290,0,0,0
19 | "Clayton","Union County","New Mexico",2832,2980,2524,2484,2968,2931,3314,3515,3188,2518,2157,970,0,0,0,0,0,0
20 | "Cloudcroft","Otero County","New Mexico",690,674,749,636,521,525,464,251,0,0,0,0,0,0,0,0,0,0
21 | "Clovis","Curry County","New Mexico",39860,37775,32667,30954,31194,28495,23713,17318,10065,8027,4904,3255,0,0,0,0,0,0
22 | "Columbus","Luna County","New Mexico",1634,1664,1765,641,414,241,307,251,265,391,2110,0,0,0,0,0,0,0
23 | "Corona","Lincoln County","New Mexico",164,172,165,215,236,262,420,530,0,0,0,0,0,0,0,0,0,0
24 | "Corrales","Bernalillo/Sandoval County","New Mexico",8374,8329,7334,5453,2791,0,0,0,0,0,0,0,0,0,0,0,0,0
25 | "Cuba","Sandoval County","New Mexico",731,731,590,760,609,415,0,0,0,0,0,0,0,0,0,0,0,0
26 | "Deming","Luna County","New Mexico",14605,14855,14116,10970,9964,8343,5764,5672,3608,3377,3212,1864,0,0,0,0,0,0
27 | "Des Moines","Union County","New Mexico",132,143,177,168,178,204,207,282,289,362,0,0,0,0,0,0,0,0
28 | "Dexter","Chaves County","New Mexico",1274,1266,1235,898,882,746,885,784,734,459,333,242,0,0,0,0,0,0
29 | "Dora","Roosevelt County","New Mexico",129,133,130,167,168,196,113,0,0,0,0,0,0,0,0,0,0,0
30 | "Eagle Nest","Colfax County","New Mexico",267,290,306,189,202,0,0,0,0,0,0,0,0,0,0,0,0,0
31 | "Edgewood","? County","New Mexico",3805,3735,1893,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
32 | "Elephant Butte","? County","New Mexico",1356,1431,1390,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
33 | "Elida","Roosevelt County","New Mexico",190,197,183,201,202,233,534,430,330,325,300,327,0,0,0,0,0,0
34 | "Encino","Torrance County","New Mexico",78,82,94,131,155,250,346,408,652,0,0,0,0,0,0,0,0,0
35 | "Espanola","Rio Arriba/Santa Fe County","New Mexico",10130,10224,9688,8389,6803,4528,1976,1446,643,314,0,0,0,0,0,0,0,0
36 | "Estancia","Torrance County","New Mexico",1606,1655,1584,792,830,721,797,916,668,634,578,517,0,0,0,0,0,0
37 | "Eunice","Lea County","New Mexico",3147,2922,2562,2676,2970,2641,3531,2352,1227,0,0,0,0,0,0,0,0,0
38 | "Farmington","San Juan County","New Mexico",44445,45877,37844,33997,31222,21979,23786,3637,2161,1350,728,785,0,0,0,0,0,0
39 | "Floyd","Roosevelt County","New Mexico",117,133,78,117,146,248,423,0,0,0,0,0,0,0,0,0,0,0
40 | "Folsom","Union County","New Mexico",55,56,75,71,73,75,142,206,360,0,0,484,0,0,0,0,0,0
41 | "Fort Sumner","DeBaca County","New Mexico",931,1031,1249,1269,1421,1615,1809,1982,1669,839,777,0,0,0,0,0,0,0
42 | "Gallup","McKinley County","New Mexico",22469,21678,20209,19154,18167,14596,14089,9133,7041,5992,3920,2264,2948,0,0,0,0,0
43 | "Grady","Curry County","New Mexico",108,107,98,110,122,104,100,180,237,0,0,0,0,0,0,0,0,0
44 | "Grants","Cibola County","New Mexico",9241,9182,8806,8626,11439,8768,10274,2251,0,0,0,0,0,0,0,0,0,0
45 | "Grenville","Union County","New Mexico",36,38,25,24,39,21,55,102,143,231,0,0,0,0,0,0,0,0
46 | "Hagerman","Chaves County","New Mexico",1258,1257,1168,961,936,953,1144,1024,854,609,476,449,0,0,0,0,0,0
47 | "Hatch","Dona Ana County","New Mexico",1601,1648,1673,1136,1028,867,888,1064,822,364,0,0,0,0,0,0,0,0
48 | "Hobbs","Lea County","New Mexico",37118,34122,28657,29115,29153,26025,26275,13875,10619,598,0,0,0,0,0,0,0,0
49 | "Hope","Eddy County","New Mexico",106,105,107,101,111,90,108,186,289,275,430,417,0,0,0,0,0,0
50 | "House","Quay County","New Mexico",64,68,72,85,117,119,139,0,0,0,0,0,0,0,0,0,0,0
51 | "Hurley","Grant County","New Mexico",1278,1297,1464,1534,1616,1796,1851,2079,0,0,0,0,0,0,0,0,0,0
52 | "Jal","Lea County","New Mexico",2209,2047,1996,2156,2675,2602,3051,2047,1157,404,0,0,0,0,0,0,0,0
53 | "Jemez Springs","Sandoval County","New Mexico",251,250,375,413,316,356,223,0,0,0,0,0,0,0,0,0,0,0
54 | "Lake Arthur","Chaves County","New Mexico",438,436,432,336,327,306,387,380,279,215,141,344,0,0,0,0,0,0
55 | "Las Cruces","Dona Ana County","New Mexico",101408,97618,74267,62126,45086,37857,29367,12325,8385,5811,3969,3836,0,0,0,0,0,0
56 | "Las Vegas","San Miguel County","New Mexico",13518,13753,14565,14753,14322,7528,7790,7494,5941,4719,4304,3755,3552,2312,0,0,0,
57 | "Logan","Quay County","New Mexico",973,1042,1094,870,735,386,0,0,0,0,0,0,0,0,0,0,0,0
58 | "Lordsburg","Hidalgo County","New Mexico",2609,2797,3379,2951,3195,3429,3436,3525,3101,2069,1325,0,0,0,0,0,0,0
59 | "Los Lunas","Valencia County","New Mexico",15206,14835,10034,6013,3525,973,1186,889,686,513,0,0,0,0,876,0,0,0
60 | "Los Ranchos de Albuquerque","Bernalillo County","New Mexico",6063,6024,5092,3955,2741,1900,0,0,0,0,0,0,0,0,400,0,0,0
61 | "Loving","Eddy County","New Mexico",1399,1413,1326,1243,1355,1192,1646,1487,0,0,0,0,0,0,0,0,0,0
62 | "Lovington","Lea County","New Mexico",11840,11009,9471,9322,9727,8915,9660,3134,1916,961,411,0,0,0,0,0,0,0
63 | "Magdalena","Socorro County","New Mexico",913,938,913,861,1022,652,1211,1297,1323,1371,1867,0,0,0,0,0,0,0
64 | "Maxwell","Colfax County","New Mexico",233,254,274,247,316,393,392,404,483,439,384,0,0,0,0,0,0,0
65 | "Melrose","Curry County","New Mexico",657,651,736,662,649,636,698,936,851,655,364,0,0,0,0,0,0,0
66 | "Mesilla","Dona Ana County","New Mexico",1880,2196,2180,1975,2029,1713,1264,1264,0,0,0,0,0,0,0,0,0,0
67 | "Milan","Cibola County","New Mexico",3255,3245,1891,1911,3747,2222,2658,0,0,0,0,0,0,0,0,0,0,0
68 | "Moriarty","Torrance County","New Mexico",1821,1910,1765,1399,1276,758,720,0,0,0,0,0,0,0,0,0,0,0
69 | "Mosquero","Harding County","New Mexico",91,93,120,164,197,244,310,583,742,401,0,0,0,0,0,0,0,0
70 | "Mountainair","Torrance County","New Mexico",885,928,1116,926,1170,1022,1605,1418,1477,1027,577,0,0,0,0,0,0,0
71 | "Pecos","San Miguel County","New Mexico",1336,1392,1441,1012,885,598,584,0,0,0,0,0,0,0,241,0,0,0
72 | "Peralta","? County","New Mexico",3597,3660,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
73 | "Portales","Roosevelt County","New Mexico",12233,12280,11131,10690,9940,10554,9695,8112,5104,2519,1154,1292,0,0,0,0,0,0
74 | "Questa","Taos County","New Mexico",1769,1770,1864,1707,1202,1095,0,0,0,0,0,0,0,0,0,0,0,0
75 | "Raton","Colfax County","New Mexico",6326,6885,7282,7372,8225,6962,8146,8241,7607,6090,5544,4539,3540,1255,0,0,0,0
76 | "Red River","Taos County","New Mexico",480,477,484,387,332,0,0,0,0,0,0,0,0,0,0,0,0,0
77 | "Reserve","Catron County","New Mexico",279,289,387,319,439,0,0,0,0,0,0,0,0,0,0,0,0,0
78 | "Rio Rancho","Sandoval County","New Mexico",93820,87521,51765,32505,0,0,0,0,0,0,0,0,0,0,0,0,0,0
79 | "Roswell","Chaves County","New Mexico",48608,48366,45293,44654,39676,33908,39593,25738,13482,11173,7033,6172,2049,0,0,0,0,0
80 | "Roy","Harding County","New Mexico",230,234,304,362,381,476,633,1074,1138,713,564,0,0,0,0,0,0,0
81 | "Ruidoso","Lincoln County","New Mexico",7824,8029,7698,4600,4260,2216,1557,806,0,0,0,0,0,0,0,0,0,0
82 | "Ruidoso Downs","Lincoln County","New Mexico",2635,2815,1824,920,949,702,407,363,0,0,0,0,0,0,0,0,0,0
83 | "San Jon","Quay County","New Mexico",204,216,306,277,341,308,411,362,0,0,0,0,0,0,0,0,0,0
84 | "Santa Clara","? County","New Mexico",1665,1686,1944,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
85 | "Santa Fe","Santa Fe County","New Mexico",70297,67947,62203,55859,49160,41167,34676,27998,20325,11176,7236,5072,5603,6185,6635,4765,4635,4539
86 | "Santa Rosa","Guadalupe County","New Mexico",2729,2848,2744,2263,2469,2485,2220,2199,2310,1127,1093,0,0,0,0,0,0,0
87 | "San Ysidro","Sandoval County","New Mexico",194,193,238,233,199,182,0,0,0,0,0,0,0,0,0,0,0,0
88 | "Silver City","Grant County","New Mexico",10172,10315,10545,10683,9887,8557,6972,7022,5044,3519,2662,3217,2735,2102,1800,0,0,0
89 | "Socorro","Socorro County","New Mexico",8751,9051,8877,8159,7173,5849,5271,4334,3712,2058,1256,1560,1512,2295,1272,0,0,0
90 | "Springer","Colfax County","New Mexico",963,1047,1285,1262,1657,1574,1564,1558,1314,957,915,550,0,0,0,0,0,0
91 | "Sunland Park","Dona Ana County","New Mexico",15400,14106,13309,8179,0,0,0,0,0,0,0,0,0,0,0,0,0,0
92 | "Taos","Taos County","New Mexico",5766,5716,4700,4065,3369,2475,2163,1815,965,0,0,0,0,0,0,0,0,0
93 | "Taos Ski Valley","? County","New Mexico",69,69,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
94 | "Tatum","Lea County","New Mexico",859,798,683,768,896,982,1168,688,0,0,0,0,0,0,0,0,0,0
95 | "Texico","Curry County","New Mexico",1137,1130,1065,966,958,772,889,691,478,569,381,409,0,0,0,0,0,0
96 | "Tijeras","Bernalillo County","New Mexico",545,541,474,340,311,0,0,0,0,0,0,0,0,0,0,0,0,0
97 | "Truth or Consequences","Sierra County","New Mexico",6103,6475,7289,6221,5219,4656,4269,4563,2940,1336,455,0,0,0,0,0,0,0
98 | "Tucumcari","Quay County","New Mexico",5051,5363,5989,6831,6765,7189,8143,8419,6194,4143,3117,2526,0,0,0,0,0,0
99 | "Tularosa","Otero County","New Mexico",2894,2842,2864,2615,2536,2851,3200,1642,1446,1406,1096,0,0,0,549,0,0,0
100 | "Vaughn","Guadalupe County","New Mexico",423,446,539,633,737,867,1170,1356,1331,968,888,0,0,0,0,0,0,0
101 | "Virden","Hidalgo County","New Mexico",141,152,143,108,246,151,135,146,206,196,0,0,0,0,0,0,0,0
102 | "Wagon Mound","Mora County","New Mexico",296,314,369,319,416,630,760,1120,979,852,875,0,0,0,0,0,0,0
103 | "Willard","Torrance County","New Mexico",242,253,240,183,166,209,294,296,462,482,421,0,0,0,0,0,0,0
104 | "Williamsburg","Sierra County","New Mexico",427,449,527,456,433,367,0,0,0,0,0,0,0,0,0,0,0,0
105 |
--------------------------------------------------------------------------------
/wiki_census/NVPlaces.csv:
--------------------------------------------------------------------------------
1 | "Place","County","State",2014,2010,2000,1990,1980,1970,1960,1950,1940,1930,1920,1910,1900,1890,1880,1870,1860,1850
2 | "Boulder City","? County","Nevada",15386,15023,14966,12567,9590,5223,4059,0,0,0,0,0,0,0,0,0,0,0
3 | "Caliente","? County","Nevada",1141,1130,1123,1111,982,916,792,970,0,0,0,0,0,0,0,0,0,0
4 | "Carlin","? County","Nevada",2363,2368,2161,2220,1232,1313,1023,1203,832,825,0,0,0,0,0,0,0,0
5 | "Carson","? County","Nevada",54522,55274,52457,40443,32022,15468,5163,3082,2478,1596,1685,2466,2100,3950,4229,0,714,0
6 | "Elko","? County","Nevada",20300,18297,16708,14736,8758,7621,6298,5393,4094,3217,2173,0,0,0,0,0,0,0
7 | "Ely","? County","Nevada",4221,4255,4041,4756,4882,4176,4018,3558,4140,3045,2090,2055,0,0,0,0,0,0
8 | "Fallon","? County","Nevada",8349,8606,7536,6438,4262,2959,2734,2400,1911,1758,1753,741,0,0,0,0,0,0
9 | "Fernley","? County","Nevada",19204,19368,8543,5164,0,0,0,0,0,0,0,0,0,0,0,0,0,0
10 | "Henderson","? County","Nevada",277440,257729,175381,64942,24363,16395,12525,0,0,0,0,0,0,0,0,0,0,0
11 | "Las Vegas","? County","Nevada",613599,583756,478434,258295,164674,125787,64405,24624,8422,5165,2304,0,0,0,0,0,0,0
12 | "Lovelock","? County","Nevada",1900,1894,2003,2069,1680,1571,1948,1604,1294,1263,1104,0,0,0,0,0,0,0
13 | "Mesquite","? County","Nevada",16970,15276,9389,1871,0,0,0,0,0,0,0,0,0,0,0,0,0,0
14 | "North Las Vegas","? County","Nevada",230788,216961,115488,47707,42739,46067,18422,3875,0,0,0,0,0,0,0,0,0,0
15 | "Reno","? County","Nevada",236995,225221,180480,133850,100756,72863,51470,32497,21317,18529,12016,10867,4500,3563,1302,1035,0,0
16 | "Sparks","? County","Nevada",94708,90264,66346,53367,40780,24187,16618,8203,5318,4508,3238,2500,0,0,0,0,0,0
17 | "Wells","? County","Nevada",1303,1292,1346,1256,1218,1081,1071,947,830,655,0,0,0,0,0,0,0,0
18 | "West Wendover","? County","Nevada",4442,4410,4721,2007,0,0,0,0,0,0,0,0,0,0,0,0,0,0
19 | "Winnemucca","? County","Nevada",8001,7396,7174,6134,4140,3587,3453,2847,2485,1989,0,0,0,0,0,0,0,0
20 | "Yerington","? County","Nevada",3031,3048,2883,2367,2021,2010,1764,1157,964,1005,1169,682,0,0,0,0,0,0
21 |
--------------------------------------------------------------------------------
/wiki_census/RIAll.csv:
--------------------------------------------------------------------------------
1 | "Place","Type","County","State",2015,2010,2000,1990,1980,1970,1960,1950,1940,1930,1920,1910,1900,1890,1880,1870,1860,1850,1840,1830,1820,1810,1800,1790
2 | "Barrington","town","Bristol County","Rhode Island",16240,16310,16819,15849,16174,17554,13826,8246,6231,5162,3897,2452,1135,1461,1359,1111,1000,795,549,612,634,604,650,683
3 | "Bristol","town","Bristol County","Rhode Island",22357,22954,22469,21625,20128,17860,14570,12320,11159,11953,11375,8565,6901,5478,6628,5302,5271,4616,3490,3084,3197,2698,1678,1406
4 | "Warren","town","Bristol County","Rhode Island",10487,10611,11360,11385,10640,10523,8750,8513,8158,7974,7841,6585,5108,4489,4007,3008,2636,3103,2437,1800,1806,1775,1473,1122
5 | "Coventry","town","Kent County","Rhode Island",34988,35014,33668,31083,27065,22947,15432,9869,6998,6430,5670,5848,5279,5068,4519,4349,4247,3620,3433,3851,3139,2928,2423,2477
6 | "East Greenwich","town","Kent County","Rhode Island",13128,13146,12948,11865,10211,9577,6100,4923,3842,3666,3290,3420,2775,3127,2887,2660,2882,2358,1509,1591,1519,1530,1775,1824
7 | "Warwick","city","Kent County","Rhode Island",81699,82672,85808,85427,87123,83694,68504,43028,28757,23196,13481,26629,21316,17761,12164,10453,8916,7740,6726,5529,3643,3757,2532,2493
8 | "West Greenwich","town","Kent County","Rhode Island",6134,6135,5085,3492,2738,1841,1169,847,526,402,367,481,606,798,1018,1133,1258,1350,1415,1817,1927,1619,1757,2054
9 | "West Warwick","town","Kent County","Rhode Island",28852,29191,29581,29268,27026,24323,21414,19096,18188,17696,15461,0,0,0,0,0,0,0,0,0,0,0,0,0
10 | "Jamestown","town","Newport County","Rhode Island",5482,5405,5622,4999,4040,2911,2267,2068,1744,1599,1633,1175,1091,707,459,378,400,358,365,415,448,504,501,507
11 | "Little Compton","town","Newport County","Rhode Island",3505,3492,3593,3339,3085,2385,1702,1556,1492,1382,1389,1273,1132,1128,1202,1166,1304,1462,1327,1378,1580,1553,1577,1542
12 | "Middletown","town","Newport County","Rhode Island",16051,16150,17334,19460,17216,29290,12675,7382,3379,2499,2004,1708,1457,1154,1139,971,1012,830,891,915,949,976,913,840
13 | "Newport","city","Newport County","Rhode Island",24232,24672,26475,28227,29259,34562,47049,37564,30532,27612,30255,27149,22441,19457,15693,12521,10508,9563,8333,8010,7319,7907,6739,6716
14 | "Portsmouth","town","Newport County","Rhode Island",17373,17389,17149,16857,14257,12521,8251,6578,3683,2969,2590,2681,2105,1949,1979,2003,2048,1833,1706,1727,1645,1795,1684,1560
15 | "Tiverton","town","Newport County","Rhode Island",15780,15780,15260,14312,13526,12559,9461,5659,5018,4578,3894,4032,2977,2837,2505,1808,1927,4699,3183,2905,2875,2837,2717,2453
16 | "Burrillville","town","Providence County","Rhode Island",16303,15955,15796,16230,13164,10087,9119,8774,8185,7677,8696,7878,6317,5492,5714,4674,4140,3538,1982,2196,2164,1834,0,0
17 | "Central Falls","city","Providence County","Rhode Island",19303,19376,18928,17637,16995,18716,19858,23550,25248,25898,24174,22754,18167,0,0,0,0,0,0,0,0,0,0,0
18 | "Cranston","city","Providence County","Rhode Island",81073,80387,79269,76060,71992,74287,66766,55060,47085,42911,23407,21107,13343,8099,5940,4822,7500,4311,2901,2652,2274,2161,1644,1877
19 | "Cumberland","town","Providence County","Rhode Island",34529,33506,31840,29038,27069,26605,18792,12842,10625,10304,10077,10107,8925,8090,6445,3882,8339,6661,5225,3675,2653,2210,2056,1964
20 | "East Providence","city","Providence County","Rhode Island",47408,47037,48688,50380,50980,48207,41955,35871,32165,29995,21793,15808,12138,8422,5056,2668,0,0,0,0,0,0,0,0
21 | "Foster","town","Providence County","Rhode Island",4698,4606,4274,4316,3370,2626,2097,1630,1237,916,905,1124,1151,1252,1552,1630,1935,1932,2181,2672,2900,2613,2457,2268
22 | "Glocester","town","Providence County","Rhode Island",9994,9746,9948,9227,7550,5160,3397,2682,2099,1693,1389,1404,1402,2095,2250,2385,2427,2872,2304,2521,2504,2310,4009,4025
23 | "Johnston","town","Providence County","Rhode Island",29247,28769,28195,26542,24907,22037,17160,12725,10672,9357,6855,5935,4305,9778,5765,4192,3440,2937,2477,2115,1542,1516,1864,1320
24 | "Lincoln","town","Providence County","Rhode Island",21670,21105,20898,18045,16949,16182,13551,11270,10577,10421,9543,9825,8937,20355,13765,7889,0,0,0,0,0,0,0,0
25 | "North Providence","town","Providence County","Rhode Island",32480,32078,32411,32090,29188,24337,18220,13927,12156,11104,7697,5407,3016,2084,1467,20495,11818,7680,4207,3503,2420,1758,1067,1071
26 | "North Smithfield","town","Providence County","Rhode Island",12314,11967,10618,10497,9972,9349,7632,5726,4196,3945,3200,2699,2422,3173,3088,3052,0,0,0,0,0,0,0,0
27 | "Pawtucket","city","Providence County","Rhode Island",71591,71148,72958,72644,71204,76984,81001,81436,75797,77149,64248,51622,39231,27633,19030,6619,0,0,0,0,0,0,0,0
28 | "Providence","city","Providence County","Rhode Island",179207,178042,173618,160728,156804,179116,207498,248674,253504,252981,237595,224326,175507,132140,104857,68904,50666,41513,23171,16836,11767,10071,7614,6380
29 | "Scituate","town","Providence County","Rhode Island",10549,10329,10324,9796,8405,7489,5210,3905,2838,2292,3006,3493,3361,3174,3810,3846,4251,4582,4090,3993,2834,2568,2523,2315
30 | "Smithfield","town","Providence County","Rhode Island",21632,21430,20613,19163,16886,13468,9442,6690,4611,3967,3199,2739,2107,2500,3085,2605,13283,11500,9534,6857,4678,3828,3120,3171
31 | "Woonsocket","city","Providence County","Rhode Island",41475,41186,43224,43877,45914,46820,47080,50211,49303,49376,43496,38125,28204,20830,16050,11527,0,0,0,0,0,0,0,0
32 | "Charlestown","town","Washington County","Rhode Island",7773,7827,7859,6478,4800,2863,1966,1598,1199,1118,759,1037,975,915,1117,1119,981,994,923,1284,1160,1174,1454,2022
33 | "Exeter","town","Washington County","Rhode Island",6587,6425,6045,5461,4453,3245,2298,1870,1790,1314,1033,778,841,964,1310,1462,1741,1634,1776,2883,2581,2256,2476,2495
34 | "Hopkinton","town","Washington County","Rhode Island",8109,8188,7836,6873,6406,5392,4174,3676,3230,2823,2316,2324,2602,2864,2952,2682,2738,2477,1726,1777,1821,1774,2276,2462
35 | "Narragansett","town","Washington County","Rhode Island",15650,15868,16361,14985,12088,7138,3444,2288,1560,1258,993,1250,1523,1408,0,0,0,0,0,0,0,0,0,0
36 | "New Shoreham","town","Washington County","Rhode Island",1047,1051,1010,836,620,489,486,732,848,1029,1038,1314,1396,1320,1203,1113,1320,1262,1069,1185,955,722,714,682
37 | "North Kingstown","town","Washington County","Rhode Island",26197,26486,26326,23786,21938,29793,18977,14180,4604,4279,3397,4048,4194,4193,3949,3563,3104,2971,2909,3036,3007,2957,2794,2907
38 | "Richmond","town","Washington County","Rhode Island",7635,7708,7222,5351,4018,2625,1986,1772,1629,1535,1301,1633,1596,1669,1949,2064,1964,1784,1361,1363,1423,1330,1368,1760
39 | "South Kingstown","town","Washington County","Rhode Island",30826,30639,27921,24631,20414,16913,11942,10148,7282,6010,5181,5176,4972,4823,5114,4493,4717,3807,3717,3663,3723,3560,3438,4131
40 | "Westerly","town","Washington County","Rhode Island",22693,22787,22966,21605,18580,17248,14267,12380,11199,10997,9952,8696,7541,6813,6104,4709,3470,2763,1912,1915,1972,1911,2329,2298
41 |
--------------------------------------------------------------------------------
/wiki_census/RIPlaces.csv:
--------------------------------------------------------------------------------
1 | "Place","County","State",2014,2010,2000,1990,1980,1970,1960,1950,1940,1930,1920,1910,1900,1890,1880,1870,1860,1850,1840,1830,1820,1810,1800,1790
2 | "Providence","? County","Rhode Island",179154,178042,173618,160728,156804,179116,207498,248674,253504,252981,237595,224326,175597,132146,104857,68904,50666,41513,23171,16833,11767,10071,7614,6380
3 | "Warwick","? County","Rhode Island",81963,82672,85808,85427,87123,83694,68504,43028,28757,23196,13481,26629,21316,17761,12164,10453,8916,7740,6726,5529,0,0,0,0
4 | "Cranston","? County","Rhode Island",81037,80387,79269,76060,71992,74287,66766,55060,47085,42911,29407,21107,13343,8099,5940,4822,7500,4311,2902,2653,2274,2161,1644,1877
5 | "Pawtucket","? County","Rhode Island",71499,71148,72958,72644,71204,76984,81001,81436,75797,77149,64248,51622,39231,27633,19030,6619,4200,3753,2184,1459,0,0,0,0
6 | "East Providence","? County","Rhode Island",47331,47037,48688,50380,50980,48207,41955,35871,32165,29995,21793,15808,12138,8422,5056,2668,0,0,0,0,0,0,0,0
7 | "Woonsocket","? County","Rhode Island",41228,41186,43224,43877,45914,46820,47080,50211,49303,49376,43496,38126,28204,20830,16050,11527,0,0,0,0,0,0,0,0
8 | "Newport","? County","Rhode Island",24089,24672,26475,47049,37564,30532,27612,30255,27149,22441,19457,15693,12521,10508,9563,8333,8010,7319,7907,6739,6716,0,0,0
9 | "Central Falls","? County","Rhode Island",19328,19376,18928,19858,23550,25248,25898,24174,22754,18167,0,0,0,0,0,0,0,0,0,0,0,0,0,0
10 |
--------------------------------------------------------------------------------
/wiki_census/VTIncPlaces.csv:
--------------------------------------------------------------------------------
1 | "Place","County","State",2014,2010,2000,1990,1980,1970,1960,1950,1940,1930,1920,1910,1900,1890,1880,1870,1860,1850,1840,1830,1820,1810,1800,1790
2 | "Albany (village)","Orleans County","Vermont",187,193,165,180,174,175,169,196,200,189,152,0,0,0,0,0,0,0,0,0,0,0,0,0
3 | "Alburgh (village)","Grand Isle County","Vermont",499,0,488,436,496,520,426,563,638,633,364,0,0,0,0,0,0,0,0,0,0,0,0,0
4 | "Barre (city)","Washington County","Vermont",8837,9052,9291,9482,9824,10209,10387,10922,10909,11307,10008,10734,8448,4146,1025,0,0,0,0,0,0,0,0,0
5 | "Barton (village)","Orleans County","Vermont",708,737,742,908,1062,1051,1169,1267,1262,1363,1187,1330,1050,778,742,0,0,0,0,0,0,0,0,0
6 | "Bellows Falls (village)","Windham County","Vermont",3061,3148,3165,3313,3456,3505,3831,3881,4236,3930,4860,4883,4337,3092,2229,697,0,0,0,0,0,0,0,0
7 | "Burlington","Chittenden County","Vermont",42211,42417,38889,39127,37712,38633,35531,33155,27686,24789,22779,20468,18640,14590,11365,14387,6213,6110,0,0,0,0,0,0
8 | "Cambridge (village)","Lamoille County","Vermont",236,236,235,292,217,235,217,244,217,237,293,595,0,0,0,0,0,0,0,0,0,0,0,0
9 | "Derby Center (village)","Orleans County","Vermont",580,597,670,684,598,547,433,383,346,300,292,316,297,0,0,0,0,0,0,0,0,0,0,0
10 | "Derby Line (village)","Orleans County","Vermont",656,673,776,855,874,834,849,767,661,683,640,390,309,0,0,0,0,0,0,0,0,0,0,0
11 | "Enosburg Falls (village)","Franklin County","Vermont",1314,1329,1473,1350,1207,1266,1321,1289,1168,1195,1236,1153,954,974,0,0,0,0,0,0,0,0,0,0
12 | "Essex Junction (village)","Chittenden County","Vermont",9881,9271,8591,8396,7033,6511,5340,2741,1901,1621,1410,1245,1141,0,0,0,0,0,0,0,0,0,0,0
13 | "Hyde Park (village)","Lamoille County","Vermont",491,462,415,457,475,418,474,440,330,313,368,423,422,0,0,0,0,0,0,0,0,0,0,0
14 | "Jacksonville (village)","Windham County","Vermont",220,223,237,244,252,251,240,220,240,220,221,212,0,0,0,0,0,0,0,0,0,0,0,0
15 | "Jeffersonville (village)","Lamoille County","Vermont",747,729,568,462,491,382,346,387,287,305,0,0,0,0,0,0,0,0,0,0,0,0,0,0
16 | "Johnson (village)","Lamoille County","Vermont",1444,1443,1420,1470,1393,1296,941,900,753,659,681,651,587,0,0,0,0,0,0,0,0,0,0,0
17 | "Ludlow (village)","Windsor County","Vermont",795,811,958,1123,1352,1508,1658,1678,1780,1642,1732,1621,1454,1081,1179,0,0,0,0,0,0,0,0,0
18 | "Lyndonville (village)","Caledonia County","Vermont",1199,1207,1227,1255,1401,1415,1477,1506,1444,1559,1878,1573,1274,606,788,0,0,0,0,0,0,0,0,0
19 | "Manchester (village)","Bennington County","Vermont",728,749,602,561,563,435,403,454,325,337,423,478,0,0,0,0,0,0,0,0,0,0,0,0
20 | "Marshfield (village)","Washington County","Vermont",265,273,262,257,301,322,313,274,292,207,244,0,0,0,0,0,0,0,0,0,0,0,0,0
21 | "Montpelier city","Washington County","Vermont",7671,7855,8035,8247,8241,8609,8782,8599,8006,7837,7125,7856,6266,4160,3219,3023,2411,2310,3725,2985,0,1877,889,118
22 | "Morrisville (village)","Lamoille County","Vermont",2031,1958,2009,1984,2074,2116,2047,1995,1967,1822,1707,1445,1262,0,0,0,0,0,0,0,0,0,0,0
23 | "Newbury (village)","Orange County","Vermont",362,365,396,412,425,344,0,0,0,0,0,412,0,0,0,0,0,0,0,0,0,0,0,0
24 | "Newfane (village)","Windham County","Vermont",116,118,116,164,119,183,146,156,160,160,122,136,0,0,0,0,0,0,0,0,0,0,0,0
25 | "Newport","Orleans County","Vermont",4473,4589,5005,4434,4756,4664,5019,5217,4902,5094,4976,2548,1874,1730,920,0,0,0,0,0,0,0,0,0
26 | "North Bennington (village)","Bennington County","Vermont",1622,1643,1428,1520,1685,984,1437,1327,992,933,818,663,670,0,0,0,0,0,0,0,0,0,0,0
27 | "North Troy (village)","Orleans County","Vermont",600,620,593,723,717,774,961,1057,1077,1045,1072,771,562,600,469,0,0,0,0,0,0,0,0,0
28 | "Northfield (village)","Washington County","Vermont",2057,2101,3208,1889,2033,2139,2159,2262,2129,2075,1916,1918,1508,1222,1313,0,0,0,0,0,0,0,0,0
29 | "Old Bennington (village)","Bennington County","Vermont",138,139,232,279,353,268,205,198,169,174,152,42,215,0,0,0,0,0,0,0,0,0,0,0
30 | "Orleans (village)","Orleans County","Vermont",787,818,826,806,983,1138,1240,1261,1332,1301,1358,1131,677,482,378,0,0,0,0,0,0,0,0,0
31 | "Perkinsville (village)","Windsor County","Vermont",128,130,142,148,187,188,167,142,144,155,0,0,0,0,0,0,0,0,0,0,0,0,0,0
32 | "Poultney (village)","Rutland County","Vermont",1579,1612,1575,1731,1554,1914,1810,1685,1333,1570,1371,1474,0,1070,943,0,0,0,0,0,0,0,0,0
33 | "Rutland (city)","Rutland County","Vermont",15942,16495,17292,18230,18436,19293,18325,17659,17082,17315,14954,13546,11499,8239,7502,0,0,0,0,0,0,0,0,0
34 | "Saxtons River (village)","Windham County","Vermont",555,565,519,541,593,581,725,715,740,670,0,0,0,0,0,0,0,0,0,0,0,0,0,0
35 | "South Burlington city","Chittenden County","Vermont",18743,17904,15814,12809,10679,10032,6903,1527,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
36 | "St. Albans (city)","Franklin County","Vermont",6860,6918,7650,7339,7308,8082,8806,8552,8037,8020,7588,6381,6239,0,0,0,0,0,0,0,0,0,0,0
37 | "Swanton (village)","Franklin County","Vermont",2374,2386,2548,2360,2520,2630,2390,2275,1461,1558,1371,1236,1168,1878,1200,0,0,0,0,0,0,0,0,0
38 | "Vergennes","Addison County","Vermont",2597,2588,2741,2578,2273,2242,1921,1736,1662,1705,1609,1483,1753,1773,1782,1570,1286,1378,1017,0,0,0,0,0
39 | "Waterbury (village)","Washington County","Vermont",1801,1763,1706,1702,1892,2840,2984,3153,3074,1776,1515,1377,1597,955,756,0,0,0,0,0,0,0,0,0
40 | "Wells River (village)","Orange County","Vermont",394,399,325,424,396,419,472,570,527,553,606,608,565,526,513,0,0,0,0,0,0,0,0,0
41 | "West Burke (village)","Caledonia County","Vermont",338,343,364,353,338,358,369,414,316,359,0,325,0,0,0,0,0,0,0,0,0,0,0,0
42 | "Westminster (village)","Windham County","Vermont",285,291,276,399,319,446,333,298,270,320,313,0,0,0,0,0,0,0,0,0,0,0,0,0
43 | "Winooski","Chittenden County","Vermont",7228,7267,6561,6649,6318,7309,7420,6734,6036,5308,4932,4520,3783,3659,2833,0,0,0,0,0,0,0,0,0
44 | "Woodstock (village)","Windsor County","Vermont",879,900,977,1037,1178,1154,1415,1326,1325,1312,1252,1383,1284,1218,1266,0,0,0,0,0,0,0,0,0
45 |
--------------------------------------------------------------------------------
/wiki_census/WYPlaces.csv:
--------------------------------------------------------------------------------
1 | "Geography","County","State",2014,2010,2000,1990,1980,1970,1960,1950,1940,1930,1920,1910,1900,1890,1880,1870
2 | "Afton","Lincoln County","Wyoming",1968,1911,1818,1394,1481,1290,1337,1319,1211,807,796,570,0,0,0,0
3 | "Albin","Laramie County","Wyoming",185,181,120,120,128,118,172,208,160,0,0,0,0,0,0,0
4 | "Alpine","Lincoln County","Wyoming",845,828,550,200,0,0,0,0,0,0,0,0,0,0,0,0
5 | "Baggs","Carbon County","Wyoming",439,440,348,272,433,146,199,206,221,192,200,0,0,0,0,0
6 | "Bairoil","Sweetwater County","Wyoming",107,106,97,228,0,0,0,0,0,0,0,0,0,0,0,0
7 | "Bar Nunn","Natrona County","Wyoming",2735,2213,936,835,0,0,0,0,0,0,0,0,0,0,0,0
8 | "Basin","Big Horn County","Wyoming",1300,1285,1238,1180,1349,1145,1319,1220,1099,903,1088,763,0,0,0,0
9 | "Bear River","? County","Wyoming",521,518,0,0,0,0,0,0,0,0,0,0,0,0,0,0
10 | "Big Piney","Sublette County","Wyoming",538,552,408,454,530,570,663,206,241,184,173,0,0,0,0,0
11 | "Buffalo","Johnson County","Wyoming",4615,4585,3900,3302,3799,3394,2907,2674,2302,1749,1772,1368,710,1087,0,0
12 | "Burlington","Big Horn County","Wyoming",332,288,250,184,0,0,0,0,0,0,0,0,0,0,0,0
13 | "Burns","Laramie County","Wyoming",305,301,285,254,268,185,225,216,253,216,300,0,0,0,0,0
14 | "Byron","Big Horn County","Wyoming",609,593,557,470,633,397,417,350,388,250,326,442,0,0,0,0
15 | "Casper","Natrona County","Wyoming",60086,55316,49644,46742,51016,39361,38930,23673,17964,16619,11447,2639,883,544,0,0
16 | "Cheyenne","Laramie County","Wyoming",62845,59466,53011,50008,47283,41254,43505,31935,22474,17361,13829,11320,14087,11690,3456,1450
17 | "Chugwater","Platte County","Wyoming",216,212,244,192,282,187,207,283,245,286,0,0,0,0,0,0
18 | "Clearmont","Sheridan County","Wyoming",142,142,115,119,191,141,1542,25,215,214,0,0,0,0,0,0
19 | "Cody","Park County","Wyoming",9740,9520,8835,7897,6599,5161,4838,3872,2536,1800,1242,1132,0,0,0,0
20 | "Cokeville","Lincoln County","Wyoming",542,535,506,493,515,440,545,440,452,431,430,0,0,0,62,0
21 | "Cowley","Big Horn County","Wyoming",718,655,560,477,455,366,459,463,491,526,687,574,0,0,0,0
22 | "Dayton","Sheridan County","Wyoming",794,757,678,565,701,396,333,316,240,303,136,313,0,0,0,0
23 | "Deaver","Big Horn County","Wyoming",184,178,177,199,178,112,121,118,111,85,142,0,0,0,0,0
24 | "Diamondville","Lincoln County","Wyoming",740,737,716,864,1000,485,398,415,586,812,726,696,0,0,0,0
25 | "Dixon","Carbon County","Wyoming",97,97,79,70,82,72,108,124,94,145,170,0,0,0,0,0
26 | "Douglas","Converse County","Wyoming",6423,6120,5288,5076,6030,2677,2822,2544,2205,1017,2294,2246,734,491,0,0
27 | "Dubois","Fremont County","Wyoming",998,971,962,895,1067,898,574,279,412,177,243,0,0,0,0,0
28 | "East Thermopolis","Hot Springs Count","Wyoming",252,254,274,221,359,316,281,246,0,0,0,0,0,0,0,0
29 | "Edgerton","Natrona County","Wyoming",199,195,169,247,510,350,512,203,232,269,0,0,0,0,0,0
30 | "Elk Mountain","Carbon County","Wyoming",196,191,192,174,338,127,190,196,107,54,89,98,0,0,0,0
31 | "Grand Encampment","Carbon County","Wyoming",447,450,443,490,611,321,333,288,331,209,230,421,0,0,0,0
32 | "Evanston","Uinta County","Wyoming",12190,12359,11507,10903,6265,4462,4901,3863,3605,3075,3226,2583,2110,1995,1277,0
33 | "Evansville","Natrona County","Wyoming",2831,2544,2255,1403,2335,832,678,393,206,174,0,0,0,0,0,0
34 | "Fort Laramie","Goshen County","Wyoming",227,230,243,243,356,197,233,300,311,245,0,0,0,0,0,0
35 | "Frannie","Big Horn/Park County","Wyoming",162,157,209,148,138,139,171,0,0,0,0,0,0,0,0,0
36 | "Gillette","Campbell County","Wyoming",31971,29087,19646,17635,12134,7194,3580,2191,2177,1340,1157,448,151,0,0,0
37 | "Glendo","Platte County","Wyoming",201,205,229,195,367,210,292,215,162,201,0,0,0,0,0,0
38 | "Glenrock","Converse County","Wyoming",2583,2576,2231,2153,2736,1515,1584,1110,1014,819,1003,0,0,0,0,0
39 | "Granger","Sweetwater County","Wyoming",140,139,146,126,177,137,159,122,163,135,136,0,0,0,0,0
40 | "Green River","Sweetwater County","Wyoming",12630,12515,11808,12711,12807,4196,3497,3187,2640,2589,2140,1313,1361,723,327,106
41 | "Greybull","Big Horn County","Wyoming",1868,1847,1815,1789,2277,1953,2286,2262,1828,1806,2692,258,0,0,0,0
42 | "Guernsey","Platte County","Wyoming",1193,1147,1147,1155,1512,793,800,721,603,656,372,274,0,0,0,0
43 | "Hanna","Carbon County","Wyoming",831,841,873,1076,2288,460,625,1326,1127,0,0,0,0,0,0,0
44 | "Hartville","Platte County","Wyoming",62,62,76,78,149,246,177,229,179,189,138,235,0,0,0,0
45 | "Hudson","Fremont County","Wyoming",462,458,407,392,514,381,369,293,330,328,977,319,0,0,0,0
46 | "Hulett","Crook County","Wyoming",400,383,408,429,291,318,335,0,0,0,0,0,0,0,0,0
47 | "Jackson","Teton County","Wyoming",10449,9577,8647,4472,4511,2688,1437,1244,1046,533,307,0,0,0,0,0
48 | "Kaycee","Johnson County","Wyoming",260,263,249,256,271,272,284,211,210,161,217,0,0,0,0,0
49 | "Kemmerer","Lincoln County","Wyoming",2732,2656,2651,3020,3273,2292,2028,1667,2026,1884,1517,843,0,0,0,0
50 | "Kirby","Hot Springs Count","Wyoming",93,92,57,59,129,75,82,99,107,173,174,0,0,0,0,0
51 | "La Barge","Lincoln County","Wyoming",553,551,431,493,302,0,0,0,0,0,0,0,0,0,0,0
52 | "La Grange","Goshen County","Wyoming",455,448,332,224,232,189,176,221,211,0,0,0,0,0,0,0
53 | "Lander","Fremont County","Wyoming",7642,7487,6867,7023,7867,7125,4182,3349,2594,1826,2133,1812,737,525,193,0
54 | "Laramie","Albany County","Wyoming",32081,30816,27204,26687,24410,23143,17520,15581,10627,8609,6301,8237,8207,6388,2696,0
55 | "Lingle","Goshen County","Wyoming",467,468,510,473,475,446,437,403,428,415,363,0,0,0,0,0
56 | "Lost Springs","Converse County","Wyoming",4,4,1,4,9,7,5,9,38,65,121,0,0,0,0,0
57 | "Lovell","Big Horn County","Wyoming",2404,2360,2281,2131,2447,2371,2451,2508,2175,1857,1686,699,0,0,0,0
58 | "Lusk","Niobrara County","Wyoming",1578,1567,1447,1504,1650,1495,1890,2089,1814,1218,2092,414,180,253,0,0
59 | "Lyman","Uinta County","Wyoming",2077,2115,1938,1896,2284,643,425,483,378,377,577,0,0,0,0,0
60 | "Manderson","Big Horn County","Wyoming",117,114,104,83,174,117,167,107,130,96,0,0,0,0,0,0
61 | "Manville","Niobrara County","Wyoming",93,95,101,97,94,92,124,154,240,201,584,0,0,0,0,0
62 | "Marbleton","Sublette County","Wyoming",1114,1094,720,634,537,223,189,20,43,26,89,0,0,0,0,0
63 | "Medicine Bow","Carbon County","Wyoming",277,284,274,389,953,455,392,328,338,264,210,127,0,0,0,0
64 | "Meeteetse","Park County","Wyoming",327,327,351,368,512,459,514,404,373,296,300,207,0,0,0,0
65 | "Midwest","Natrona County","Wyoming",412,404,408,495,638,0,0,0,0,0,0,0,0,0,0,0
66 | "Mills","Natrona County","Wyoming",3690,3461,2591,1574,2139,1724,1477,866,379,357,0,0,0,0,0,0
67 | "Moorcroft","Crook County","Wyoming",1036,1009,807,768,1014,981,826,517,387,341,420,178,0,0,0,0
68 | "Mountain View","Uinta County","Wyoming",1304,1286,1153,1189,628,0,0,0,0,0,0,0,0,0,0,0
69 | "Newcastle","Weston County","Wyoming",3513,3532,3065,3003,3596,3432,4345,3395,1962,1201,1003,975,756,1715,0,0
70 | "Opal","Lincoln County","Wyoming",99,96,102,95,0,34,55,67,78,0,0,0,0,0,0,0
71 | "Pavillion","Fremont County","Wyoming",240,231,165,126,287,181,190,241,176,0,0,0,0,0,0,0
72 | "Pine Bluffs","Laramie County","Wyoming",1146,1129,1153,1054,1077,937,1121,846,771,670,618,246,0,0,0,0
73 | "Pinedale","Sublette County","Wyoming",1958,2030,1412,1181,1066,948,965,770,647,219,94,0,0,0,0,0
74 | "Pine Haven","Crook County","Wyoming",498,490,222,141,0,0,0,0,0,0,0,0,0,0,0,0
75 | "Powell","Park County","Wyoming",6407,6314,5373,5292,5310,4807,4740,3804,1948,1156,2463,0,0,0,0,0
76 | "Ranchester","Sheridan County","Wyoming",943,855,701,676,655,208,235,251,189,155,147,0,0,0,0,0
77 | "Rawlins","Carbon County","Wyoming",9227,9259,8538,9380,11547,7855,8968,7415,5531,4868,3969,4256,2317,2235,1451,0
78 | "Riverside","Carbon County","Wyoming",53,52,59,85,55,46,87,50,68,34,29,49,0,0,0,0
79 | "Riverton","Fremont County","Wyoming",10953,10615,9310,9202,9562,7995,6845,4142,2540,1608,2023,483,0,0,0,0
80 | "Rock River","Albany County","Wyoming",245,245,235,190,415,344,497,424,349,260,281,123,0,0,0,0
81 | "Rock Springs","Sweetwater County","Wyoming",24045,23036,18708,19050,19458,11657,10371,10857,9827,8440,6456,5778,4363,3406,763,40
82 | "Rolling Hills","Converse County","Wyoming",439,440,449,330,0,0,0,0,0,0,0,0,0,0,0,0
83 | "Saratoga","Carbon County","Wyoming",1692,1690,1726,1969,2410,1181,1133,926,810,567,449,557,0,0,0,0
84 | "Sheridan","Sheridan County","Wyoming",17916,17444,15804,13900,15146,10856,11651,11500,10529,8536,9175,8408,1559,281,0,0
85 | "Shoshoni","Fremont County","Wyoming",655,649,635,497,879,562,766,891,226,263,561,604,0,0,0,0
86 | "Sinclair","Carbon County","Wyoming",424,433,423,500,586,445,621,775,604,727,0,0,0,0,0,0
87 | "Star Valley Ranch","? County","Wyoming",1541,1503,0,0,0,0,0,0,0,0,0,0,0,0,0,0
88 | "Sundance","Crook County","Wyoming",1239,1182,1161,1139,1087,1056,908,893,685,369,328,281,294,515,0,0
89 | "Superior","Sweetwater County","Wyoming",332,336,244,273,586,197,241,1580,1240,1156,1034,0,0,0,0,0
90 | "Ten Sleep","Washakie County","Wyoming",253,260,304,311,407,320,314,289,345,0,0,0,0,0,0,0
91 | "Thayne","Lincoln County","Wyoming",364,366,341,267,256,195,214,229,0,0,0,0,0,0,0,0
92 | "Thermopolis","Hot Springs Count","Wyoming",3020,3009,3172,3247,3852,3063,3955,2870,2422,2129,2005,1524,299,0,0,0
93 | "Torrington","Goshen County","Wyoming",6736,6501,5776,5651,5441,4237,4188,3247,2344,1811,1301,155,0,0,0,0
94 | "Upton","Weston County","Wyoming",1104,1100,872,980,1193,987,1224,951,545,373,306,244,0,0,0,0
95 | "Van Tassell","Niobrara County","Wyoming",15,15,18,8,10,21,15,34,82,99,170,0,0,0,0,0
96 | "Wamsutter","Sweetwater County","Wyoming",503,451,261,240,681,139,110,103,169,0,0,0,0,0,0,0
97 | "Wheatland","Platte County","Wyoming",3659,3627,3548,3271,5816,2498,2350,2286,2110,1997,1336,795,0,0,0,0
98 | "Worland","Washakie County","Wyoming",5366,5487,5250,5742,6391,5055,5806,4202,2710,1461,1225,265,0,0,0,0
99 | "Wright","Campbell County","Wyoming",1847,1807,1347,1236,0,0,0,0,0,0,0,0,0,0,0,0
100 | "Yoder","Goshen County","Wyoming",161,151,169,136,110,101,83,128,201,266,0,0,0,0,0,0
101 |
--------------------------------------------------------------------------------
/wiki_census/bob.awk:
--------------------------------------------------------------------------------
1 | #! /usr/local/bin/gawk -f
2 |
3 | BEGIN { FS=","
4 | # printf "%s\n",place
5 | }
6 |
7 | $1 ~ place {
8 | # printf $1
9 | #printf "NF=%d\n",NF
10 | printf "{{USCensusPop\n"
11 | for(i=NF;i>=4; i--)
12 | {
13 | if($i>0)
14 | {
15 | #printf '%d',$i
16 | printf "|%d= %d\n",(1840+(NF-i)*10),$i
17 | }
18 | }
19 | printf "|estyear=2013\n"
20 | printf "|estimate=%d\n",$3
21 | printf "|footnote=U.S. Decennial Census[{{cite web|url=http://www.census.gov/prod/www/decennial.html|title=U.S. Decennial Census|publisher=Census.gov|accessdate=June 6, 2013}}]
2013 Estimate[{{cite web|url=http://www.census.gov/popest/data/cities/totals/2013/SUB-EST2013-3.html|title=Annual Estimates of the Resident Population: April 1, 2010 to July 1, 2013|accessdate=June 3, 2014}}]\n"
22 | printf "}}\n"
23 |
24 |
25 |
26 | }
27 |
28 |
--------------------------------------------------------------------------------
/wiki_census/bob.awk~:
--------------------------------------------------------------------------------
1 | BEGIN { FS=","
2 | # printf "%s\n",place
3 | }
4 |
5 | $1 ~ place {
6 | # printf $1
7 | #printf "NF=%d\n",NF
8 | printf "{{USCensusPop\n"
9 | for(i=NF;i>=4; i--)
10 | {
11 | if($i>0)
12 | {
13 | #printf '%d',$i
14 | printf "|%d= %d\n",(1840+(NF-i)*10),$i
15 | }
16 | }
17 | printf "|estyear=2013\n"
18 | printf "|estimate=%d\n",$3
19 | printf "|footnote=U.S. Decennial Census[{{cite web|url=http://www.census.gov/prod/www/decennial.html|title=U.S. Decennial Census|publisher=Census.gov|accessdate=June 6, 2013}}]
2013 Estimate[{{cite web|url=http://www.census.gov/popest/data/cities/totals/2013/SUB-EST2013-3.html|title=Annual Estimates of the Resident Population: April 1, 2010 to July 1, 2013|accessdate=June 3, 2014}}]\n"
20 | printf "}}\n"
21 |
22 |
23 |
24 | }
25 |
26 |
--------------------------------------------------------------------------------
/wiki_census/bob.sh~:
--------------------------------------------------------------------------------
1 | #! /bin/bash
--------------------------------------------------------------------------------
/wiki_census/bob.txt:
--------------------------------------------------------------------------------
1 | 513
2 |
3 | 564
4 |
5 | 105
6 | 12,523
7 | 148
8 |
9 | 495
10 | 179
11 | 1,780
12 | 2,729
13 | 2,213
14 |
15 | 2,361
16 | 128
17 |
18 | 1,191
19 | 123
20 |
21 | 18,190
22 |
23 | 1,015
24 |
25 | 274
26 | 525
27 |
28 | 98
29 | 11,037
30 | 212
31 |
32 | 524
33 |
34 | 276 I
35 |
36 | 1,132
37 | 2,569
38 | 2,649
39 |
40 | 2,193
41 | 180
42 | 152
43 |
44 | 1,020
45 |
46 | 15,669
47 |
48 | 243
49 | 676
50 |
51 | 101
52 | 10,045
53 | 335
54 |
55 | 680
56 | 294
57 | 902
58 | 2,059
59 | 2,042
60 |
61 | 2,227
62 | 239
63 | 180
64 |
65 | 1,014
66 | 191
67 |
68 | 13,138
69 | 377
70 |
71 | 202
72 | 671
73 | 1,286
74 |
75 | 292
76 |
77 | 603
78 | 3,803
79 | 375
80 |
81 | 333
82 |
83 | 336
84 | 174
85 |
86 | 296
87 |
88 | 293
89 | 10,557
90 | 563
91 | 1,243
92 |
93 | 3,524
94 |
--------------------------------------------------------------------------------
/wiki_census/census.sh:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 |
3 | ./uscensuspop.awk -v place=$3 year=$2 $1
4 |
--------------------------------------------------------------------------------
/wiki_census/census.sh~:
--------------------------------------------------------------------------------
1 | #!/bin/bash
2 |
3 | ./uscensuspop.awk -v place=$2 $1
--------------------------------------------------------------------------------
/wiki_census/fred.sh:
--------------------------------------------------------------------------------
1 | #! /bin/bash
2 |
3 | gawk -f bob.awk -v place=$1 ALPop.csv
4 |
--------------------------------------------------------------------------------
/wiki_census/uscensuspop.awk:
--------------------------------------------------------------------------------
1 | #! /usr/local/bin/gawk -f
2 |
3 | BEGIN { FS=","
4 | # printf "%s\n",place
5 |
6 | }
7 |
8 | $1 ~ place {
9 | printf "%s\n",$1
10 | #printf "NF=%d\n",NF
11 |
12 | printf "{{USCensusPop\n"
13 | for(i=NF;i>=5; i--)
14 | {
15 | if($i>0)
16 | {
17 | #printf '%d',$i
18 | printf "|%d= %d\n",(year+(NF-i)*10),$i
19 | }
20 | }
21 | printf "|estyear=2014\n"
22 | printf "|estimate=%d\n",$4
23 | printf "|estref=[{{cite web|url=http://www.census.gov/popest/data/cities/totals/2014/SUB-EST2014.html|title=Annual Estimates of the Resident Population for Incorporated Places: April 1, 2010 to July 1, 2014|accessdate=June 4, 2015}}]\n"
24 | printf "|footnote=U.S. Decennial Census[{{cite web|url=http://www.census.gov/prod/www/decennial.html|title=Census of Population and Housing|publisher=Census.gov|accessdate=June 4, 2015}}]\n"
25 | printf "}}\n"
26 |
27 |
28 |
29 | }
30 |
31 |
--------------------------------------------------------------------------------
/wiki_census/uscensuspop.awk~:
--------------------------------------------------------------------------------
1 | #! /usr/local/bin/gawk -f
2 |
3 | BEGIN { FS=","
4 | # printf "%s\n",place
5 |
6 | }
7 |
8 | $1 ~ place {
9 | printf "%s\n",$1
10 | #printf "NF=%d\n",NF
11 |
12 | printf "{{USCensusPop\n"
13 | for(i=NF;i>=5; i--)
14 | {
15 | if($i>0)
16 | {
17 | #printf '%d',$i
18 | printf "|%d= %d\n",(1870+(NF-i)*10),$i
19 | }
20 | }
21 | printf "|estyear=2014\n"
22 | printf "|estimate=%d\n",$4
23 | printf "|estref=[{{cite web|url=http://www.census.gov/popest/data/cities/totals/2014/SUB-EST2014.html|title=Annual Estimates of the Resident Population for Incorporated Places: April 1, 2010 to July 1, 2014|accessdate=June 4, 2015}}]\n"
24 | printf "|footnote=U.S. Decennial Census[{{cite web|url=http://www.census.gov/prod/www/decennial.html|title=Census of Population and Housing|publisher=Census.gov|accessdate=June 4, 2015}}]\n"
25 | printf "}}\n"
26 |
27 |
28 |
29 | }
30 |
31 |
--------------------------------------------------------------------------------
/wikipedia_population.Rproj:
--------------------------------------------------------------------------------
1 | Version: 1.0
2 |
3 | RestoreWorkspace: Default
4 | SaveWorkspace: Default
5 | AlwaysSaveHistory: Default
6 |
7 | EnableCodeIndexing: Yes
8 | UseSpacesForTab: Yes
9 | NumSpacesForTab: 2
10 | Encoding: UTF-8
11 |
12 | RnwWeave: Sweave
13 | LaTeX: pdfLaTeX
14 |
--------------------------------------------------------------------------------
/wikipedia_state_data/2017_data/AS.csv:
--------------------------------------------------------------------------------
1 | ,article_length,country,id,lat,lon,poptype,settlement_type,state,title,y1790,y1800,y1810,y1820,y1830,y1840,y1850,y1860,y1870,y1880,y1890,y1900,y1910,y1920,y1930,y1940,y1950,y1960,y1970,y1980,y1990,y2000,y2010
2 |
--------------------------------------------------------------------------------
/wikipedia_state_data/2017_data/DC.csv:
--------------------------------------------------------------------------------
1 | ,article_length,country,id,lat,lon,poptype,settlement_type,state,title,y1790,y1800,y1810,y1820,y1830,y1840,y1850,y1860,y1870,y1880,y1890,y1900,y1910,y1920,y1930,y1940,y1950,y1960,y1970,y1980,y1990,y2000,y2010
2 | 7044,151430,US,108956,38.9047222222,-77.0163888889,Census,Federal district,DC,"Washington, D.C.",0,8144,15471,23336,30261,33745,51687,75080,131700,177624,230392,278718,331069,437571,486869.0,663091,802178,763956.0,756510.0,638333,606900,572059.0,601723.0
3 | 8894,31934,US,978630,38.9097222222,-77.0302777778,Census,"Neighborhood of Washington, D.C.",DC,"Logan Circle, Washington, D.C.",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,10394,8236.0,6953.0,5455,6452,7278.0,7976.0
4 | 17007,19486,US,682354,38.8998,-77.0217,Census,"Neighborhood of Washington, D.C.",DC,"Chinatown (Washington, D.C.)",0,0,0,0,0,0,0,0,0,100,0,0,0,0,800.0,0,0,0.0,0.0,0,0,0.0,0.0
5 | 17738,25068,US,1164475,,,Census,"Neighborhood of Washington, D.C.",DC,"Shaw, Washington, D.C.",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,34208,25749.0,19994.0,15901,15044,14997.0,17639.0
6 | 22743,33332,US,4560639,38.9348,-77.0212,Census,"Neighborhood of Washington, D.C.",DC,"Park View, Washington, D.C.",0,0,0,0,0,0,0,0,0,0,0,0,0,0,7087.0,7859,8367,6608.0,6389.0,5285,4861,4480.0,4913.0
7 |
--------------------------------------------------------------------------------
/wikipedia_state_data/2017_data/DE.csv:
--------------------------------------------------------------------------------
1 | ,article_length,country,id,lat,lon,poptype,settlement_type,state,title,y1790,y1800,y1810,y1820,y1830,y1840,y1850,y1860,y1870,y1880,y1890,y1900,y1910,y1920,y1930,y1940,y1950,y1960,y1970,y1980,y1990,y2000,y2010
2 | 455,30171,US,92728,38.7744444444,-75.1394444444,Census,City,DE,"Lewes, Delaware",0,0,0,0,0,0,0,0,1090,0,0,2259,2158,2074,1923.0,2246,2904,3025.0,2563.0,2197,2295,2932.0,2747.0
3 | 628,6937,US,108883,39.0597222222,-75.4013888889,Census,City,DE,"Bowers, Delaware",0,0,0,0,0,0,0,0,0,0,0,0,212,174,246.0,328,284,324.0,268.0,198,179,305.0,335.0
4 | 849,8523,US,108908,39.1180555556,-75.5588888889,Census,Town,DE,"Wyoming, Delaware",0,0,0,0,0,0,0,0,280,353,497,450,517,661,684.0,870,911,1172.0,1062.0,960,977,1141.0,1313.0
5 | 1614,7969,US,108910,39.8041666667,-75.4913888889,Census,Village,DE,"Ardencroft, Delaware",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,0.0,0.0,267,282,267.0,231.0
6 | 1760,22458,US,108942,38.69,-75.3855555556,Census,Town,DE,"Georgetown, Delaware",0,0,0,0,0,0,777,553,710,895,1353,1658,1609,1710,1763.0,1820,1923,1765.0,1844.0,1710,3732,4643.0,6422.0
7 | 2073,9972,US,108918,39.7391666667,-75.5980555556,Census,Town,DE,"Elsmere, Delaware",0,0,0,0,0,0,0,0,0,0,0,0,374,620,1323.0,1630,5314,7319.0,8415.0,6493,5935,5800.0,6131.0
8 | 2560,12265,US,108935,38.7425,-75.6044444444,Census,Town,DE,"Bridgeville, Delaware",0,0,0,0,0,0,0,250,300,398,576,613,939,945,987.0,1180,1468,1469.0,1317.0,1238,1210,1436.0,2048.0
9 | 2592,18570,US,108909,39.8091666667,-75.4866666667,Census,Village,DE,"Arden, Delaware",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,0.0,555.0,516,477,474.0,439.0
10 | 3090,100879,US,108930,39.7458333333,-75.5466666667,Census,City,DE,"Wilmington, Delaware",0,0,0,5268,6628,8367,13979,21258,30841,42478,61431,76508,87411,110168,106597.0,112504,110356,95827.0,80386.0,70195,71529,72664.0,70851.0
11 | 3982,7154,US,108888,38.8691666667,-75.5786111111,Census,Town,DE,"Farmington, Delaware",0,0,0,0,0,0,0,0,0,0,468,0,255,124,117.0,120,113,142.0,109.0,141,122,75.0,110.0
12 | 4034,11892,US,108948,38.5494444444,-75.1233333333,Census,Town,DE,"Millville, Delaware",0,0,0,0,0,0,0,0,0,0,0,0,193,112,193.0,184,270,231.0,224.0,178,206,259.0,544.0
13 | 4577,12225,US,108949,38.7775,-75.31,Census,Town,DE,"Milton, Delaware",0,0,0,0,0,0,0,780,824,1026,1074,948,1038,898,1130.0,1198,1321,1617.0,1490.0,1359,1417,1657.0,2576.0
14 | 4653,45545,US,87988,38.68,-75.34,Census,US County,DE,"Sussex County, Delaware",20488,19358,27750,24057,27115,25093,25936,29615,31696,36018,38647,42276,46413,43741,45507.0,52502,61336,73195.0,80356.0,98004,113229,156638.0,197145.0
15 | 5382,11287,US,108944,38.7297222222,-75.0863888889,Census,Town,DE,"Henlopen Acres, Delaware",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,0.0,0.0,176,107,139.0,122.0
16 | 6551,16677,US,108950,38.545,-75.0891666667,Census,Town,DE,"Ocean View, Delaware",0,0,0,0,0,0,0,0,0,0,0,0,302,279,371.0,406,450,422.0,411.0,495,606,1006.0,1882.0
17 | 7769,7273,US,108943,38.8069444444,-75.5913888889,Census,Town,DE,"Greenwood, Delaware",0,0,0,0,0,0,0,0,0,109,254,0,362,500,527.0,573,746,768.0,654.0,578,578,837.0,973.0
18 | 8227,14635,US,108901,38.9125,-75.4280555556,Census,City,DE,"Milford, Delaware",0,0,0,0,0,0,0,1178,1150,1240,2555,2500,2603,2703,3719.0,4214,5179,5795.0,5314.0,5366,6040,6732.0,9559.0
19 | 8519,11203,US,108940,38.4622222222,-75.0513888889,Census,Town,DE,"Fenwick Island, Delaware",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,48.0,56.0,114,186,342.0,379.0
20 | 9027,33229,US,108924,39.6836111111,-75.7497222222,Census,City,DE,"Newark, Delaware",0,0,0,0,0,0,0,787,915,1148,1191,1213,1913,2183,3899.0,4502,6731,11404.0,21298.0,25247,25098,28547.0,31454.0
21 | 9397,33088,US,108939,38.8069444444,-75.4227777778,Census,Town,DE,"Ellendale, Delaware",0,0,0,0,0,0,0,0,0,0,0,0,216,250,268.0,287,321,370.0,399.0,361,313,327.0,381.0
22 | 9425,6350,US,108917,39.75,-75.4997222222,Census,CDP,DE,"Edgemoor, Delaware",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,0.0,0.0,7397,5853,5992.0,5677.0
23 | 10149,7344,US,108889,39.0083333333,-75.5780555556,Census,Town,DE,"Felton, Delaware",0,0,0,0,0,0,0,0,437,383,403,400,451,771,463.0,442,453,423.0,495.0,547,683,784.0,1298.0
24 | 10198,27703,US,108955,38.5163888889,-75.0530555556,Census,Town,DE,"South Bethany, Delaware",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,0.0,24.0,115,148,492.0,449.0
25 | 10212,6953,US,108905,39.0427777778,-75.5719444444,Census,Town,DE,"Viola, Delaware",0,0,0,0,0,0,0,0,0,0,0,0,0,114,104.0,113,134,159.0,154.0,167,153,156.0,157.0
26 | 10865,11725,US,108925,39.7136111111,-75.6094444444,Census,Town,DE,"Newport, Delaware",0,0,0,0,0,0,0,0,0,535,711,657,722,676,947.0,987,1171,1239.0,1366.0,1167,1240,1122.0,1055.0
27 | 11632,8419,US,108929,39.395,-75.6916666667,Census,Town,DE,"Townsend, Delaware",0,0,0,0,0,0,0,0,0,199,387,399,494,453,421.0,544,441,434.0,505.0,386,322,346.0,2049.0
28 | 12394,9949,US,108936,38.5491666667,-75.2458333333,Census,Town,DE,"Dagsboro, Delaware",0,0,0,0,0,0,0,0,0,58,0,190,176,223,198.0,222,474,477.0,375.0,344,398,519.0,805.0
29 | 12901,6675,US,108892,39.1686111111,-75.7133333333,Census,Town,DE,"Hartly, Delaware",0,0,0,0,0,0,0,0,0,0,0,0,0,905,101.0,125,139,164.0,180.0,106,107,78.0,74.0
30 | 14521,15387,US,108885,39.2191666667,-75.5858333333,Census,Town,DE,"Cheswold, Delaware",0,0,0,0,0,0,0,0,0,0,129,201,223,287,211.0,232,292,281.0,286.0,269,321,313.0,1380.0
31 | 14721,7679,US,108928,39.7308333333,-75.7041666667,Census,CDP,DE,"Pike Creek, Delaware",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,0.0,0.0,0,10163,19751.0,7898.0
32 | 14917,35791,US,57694,39.1580555556,-75.5244444444,Census,City,DE,"Dover, Delaware",0,0,0,0,0,0,0,0,1906,2811,3061,3329,3720,4042,4800.0,5517,6223,7250.0,17488.0,23507,27630,32135.0,36047.0
33 | 15261,7345,US,108898,39.1669444444,-75.4483333333,Census,Town,DE,"Little Creek, Delaware",0,0,0,0,0,0,0,0,0,0,285,259,285,156,223.0,242,266,306.0,215.0,230,167,195.0,224.0
34 | 15989,7424,US,108886,39.2905555556,-75.6344444444,Census,Town,DE,"Clayton, Delaware",0,0,0,0,0,0,0,0,0,148,540,819,764,872,824.0,890,825,1028.0,1015.0,1216,1163,1273.0,2918.0
35 | 16363,9637,US,108953,38.4602777778,-75.2208333333,Census,Town,DE,"Selbyville, Delaware",0,0,0,0,0,0,0,0,0,149,0,0,342,462,661.0,882,1086,1080.0,1099.0,1251,1335,1645.0,2167.0
36 | 16453,11448,US,108937,38.4563888889,-75.5772222222,Census,Town,DE,"Delmar, Delaware",0,0,0,0,0,0,0,0,0,130,360,444,530,780,838.0,881,1015,934.0,943.0,948,962,1407.0,1597.0
37 | 16809,23201,US,87984,39.1,-75.5,Census,US County,DE,"Kent County, Delaware",18920,19554,20495,20793,19913,19872,22816,27804,29804,32874,32664,32762,32721,31023,31841.0,34441,37870,65651.0,81892.0,98219,110993,126697.0,162310.0
38 | 17131,20452,US,108952,38.6411111111,-75.6111111111,Census,City,DE,"Seaford, Delaware",0,0,0,0,0,0,0,624,1304,1542,1462,1724,2108,2141,2468.0,2804,3087,4430.0,5537.0,5256,5689,6699.0,6928.0
39 | 17375,15201,US,108938,38.6927777778,-75.0747222222,Census,Town,DE,"Dewey Beach, Delaware",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,0.0,0.0,0,204,301.0,341.0
40 | 17564,8746,US,108947,38.5913888889,-75.2913888889,Census,Town,DE,"Millsboro, Delaware",0,0,0,0,0,0,279,0,194,200,324,391,451,432,479.0,432,470,536.0,1073.0,1233,1643,2360.0,3877.0
41 | 17928,33200,US,87986,,,Census,US County,DE,"New Castle County, Delaware",19688,25361,24429,27899,29720,33120,42780,54797,63515,77716,97182,109697,123188,148239,161032.0,179562,218879,307446.0,385856.0,398115,441946,500265.0,538479.0
42 | 18261,6912,US,108911,39.8083333333,-75.4830555556,Census,Village,DE,"Ardentown, Delaware",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,0.0,0.0,307,325,300.0,264.0
43 | 18991,7387,US,108913,39.7661111111,-75.5094444444,Census,Town,DE,"Bellefonte, Delaware",0,0,0,0,0,0,0,0,0,0,0,0,0,291,761.0,2593,1472,1536.0,1442.0,1279,1243,1249.0,1193.0
44 | 19462,6945,US,108919,39.6047222222,-75.7452777778,Census,CDP,DE,"Glasgow, Delaware",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,0.0,0.0,0,0,12840.0,14303.0
45 | 19581,7145,US,108941,38.5172222222,-75.235,Census,Town,DE,"Frankford, Delaware",0,0,0,0,0,0,0,0,0,380,519,424,395,443,450.0,563,615,558.0,635.0,828,591,714.0,847.0
46 | 19740,8086,US,108890,39.0088888889,-75.4658333333,Census,Town,DE,"Frederica, Delaware",0,0,0,0,0,0,0,0,588,693,621,706,659,611,589.0,645,675,863.0,878.0,864,761,648.0,774.0
47 | 20641,7175,US,108906,39.0713888889,-75.5683333333,Census,Town,DE,"Woodside, Delaware",0,0,0,0,0,0,0,0,0,0,0,0,0,140,140.0,189,157,189.0,223.0,248,140,184.0,181.0
48 | 21013,6312,US,108914,39.6669444444,-75.7269444444,Census,CDP,DE,"Brookside, Delaware",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,0.0,7856.0,15255,15307,14086.0,14353.0
49 | 21203,14941,US,108922,39.4494444444,-75.7163888889,Census,Town,DE,"Middletown, Delaware",0,0,0,0,0,0,368,523,915,1280,1454,1567,1399,1260,1247.0,1529,1755,2191.0,2644.0,2946,3834,6161.0,18871.0
50 | 21210,8729,US,108896,39.2275,-75.6630555556,Census,Town,DE,"Kenton, Delaware",0,0,0,0,0,0,0,0,0,107,241,192,209,212,175.0,233,211,249.0,205.0,243,232,237.0,261.0
51 | 21492,102620,US,7930,,,Census,US State,DE,Delaware,59096,64273,72674,72749,76748,78085,91532,112216,125015,146608,168493,184735,202322,223003,238380.0,266505,318085,446292.0,548104.0,594338,666168,783600.0,897934.0
52 | 21617,9223,US,108927,39.4572222222,-75.6613888889,Census,Town,DE,"Odessa, Delaware",0,0,0,0,0,0,501,686,695,675,640,575,585,435,385.0,391,467,526.0,547.0,384,303,286.0,364.0
53 | 21821,7169,US,108934,38.6355555556,-75.61,Census,Town,DE,"Blades, Delaware",0,0,0,0,0,0,0,0,0,0,0,0,0,388,466.0,601,789,729.0,632.0,664,834,956.0,1241.0
54 | 22420,10343,US,108921,39.7875,-75.6966666667,Census,CDP,DE,"Hockessin, Delaware",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,0.0,0.0,0,10051,12902.0,13527.0
55 | 22978,30280,US,108951,38.7208333333,-75.0761111111,Census,City,DE,"Rehoboth Beach, Delaware",0,0,0,0,0,0,0,0,0,0,0,198,327,389,795.0,1247,1794,1507.0,1495.0,1730,1234,1495.0,1327.0
56 | 23011,9122,US,108954,38.9127777778,-75.3041666667,Census,Town,DE,"Slaughter Beach, Delaware",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,46,85,107.0,84.0,121,114,198.0,207.0
57 | 23277,11734,US,108915,39.8005555556,-75.4597222222,Census,CDP,DE,"Claymont, Delaware",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,0.0,6584.0,10022,9800,9220.0,8253.0
58 | 23517,12732,US,108945,38.5563888889,-75.5713888889,Census,Town,DE,"Laurel, Delaware",0,0,0,0,0,0,0,970,1080,1022,2388,1825,2166,2253,2277.0,2884,2700,2709.0,2408.0,3052,3226,3668.0,3708.0
59 | 23736,9173,US,108933,38.5705555556,-75.6194444444,Census,Town,DE,"Bethel, Delaware",0,0,0,0,0,0,0,0,0,298,378,0,370,222,219.0,245,271,236.0,219.0,197,178,184.0,171.0
60 | 24177,6901,US,108894,38.9175,-75.5052777778,Census,Town,DE,"Houston, Delaware",0,0,0,0,0,0,0,0,0,0,0,0,0,0,254.0,296,332,421.0,317.0,357,487,430.0,374.0
61 | 24729,9011,US,108916,39.5777777778,-75.5888888889,Census,City,DE,"Delaware City, Delaware",0,0,0,0,0,0,911,1355,1059,1085,969,1132,1132,1064,1005.0,1163,1363,1658.0,2024.0,1858,1682,1453.0,1695.0
62 | 24813,9955,US,108904,39.2997222222,-75.6047222222,Census,Town,DE,"Smyrna, Delaware",0,0,0,0,0,0,0,1873,2110,2428,2455,2168,1843,1953,1958.0,1870,2346,3241.0,4243.0,4750,5231,5679.0,10023.0
63 | 25081,5995,US,108926,39.7611111111,-75.7191666667,Census,CDP,DE,"North Star, Delaware",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,0.0,0.0,0,0,8277.0,7980.0
64 | 25382,58725,US,108932,38.5394444444,-75.0552777778,Census,Town,DE,"Bethany Beach, Delaware",0,0,0,0,0,0,0,0,0,0,0,0,56,56,118.0,152,190,170.0,189.0,330,326,903.0,1060.0
65 | 25415,7204,US,108931,39.6866666667,-75.5844444444,Census,CDP,DE,"Wilmington Manor, Delaware",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,0.0,10134.0,9233,8568,8262.0,7889.0
66 | 25738,22923,US,108923,39.6619444444,-75.5663888889,Census,City,DE,"New Castle, Delaware",0,0,0,0,0,0,1202,1902,1916,3700,4010,3380,3351,3854,4131.0,4414,5396,4469.0,4814.0,4907,4837,4862.0,5285.0
67 | 26591,7290,US,108900,39.0711111111,-75.4761111111,Census,Town,DE,"Magnolia, Delaware",0,0,0,0,0,0,0,0,0,193,216,208,210,177,173.0,218,207,310.0,319.0,283,211,226.0,225.0
68 | 27045,9118,US,108884,39.1133333333,-75.5419444444,Census,Town,DE,"Camden, Delaware",0,0,0,0,0,0,0,0,657,702,553,586,553,531,464.0,682,606,1125.0,1241.0,1757,1899,2100.0,3464.0
69 | 27138,10651,US,108891,38.9236111111,-75.5777777778,Census,City,DE,"Harrington, Delaware",0,0,0,0,0,0,0,0,0,745,0,1242,1500,1617,1812.0,2113,2241,2495.0,2407.0,2405,2311,3174.0,3562.0
70 | 27270,7639,US,108897,39.2408333333,-75.5169444444,Census,Town,DE,"Leipsic, Delaware",0,0,0,0,0,0,0,0,0,407,355,305,271,244,254.0,210,253,281.0,247.0,228,236,203.0,183.0
71 |
--------------------------------------------------------------------------------
/wikipedia_state_data/2017_data/GU.csv:
--------------------------------------------------------------------------------
1 | ,article_length,country,id,lat,lon,poptype,settlement_type,state,title,y1790,y1800,y1810,y1820,y1830,y1840,y1850,y1860,y1870,y1880,y1890,y1900,y1910,y1920,y1930,y1940,y1950,y1960,y1970,y1980,y1990,y2000,y2010
2 | 898,4282,US,30859311,13.3516666667,144.753055556,Census,Village,GU,"Talofofo, Guam",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,1352.0,1935.0,2006,2310,3215.0,3050.0
3 | 1761,5408,US,2589256,,,Census,Village,GU,"Asan, Guam",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,3053.0,2629.0,2034,2070,2090.0,2137.0
4 | 1956,5203,US,2589341,13.3861111111,144.668888889,Census,Village,GU,"Santa Rita, Guam",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,12126.0,8109.0,9183,11857,7500.0,6084.0
5 | 3304,5477,US,2589390,13.4097222222,144.773333333,Census,Village,GU,"Yona, Guam",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,2356.0,2599.0,4228,5338,6484.0,6480.0
6 | 4187,6272,US,30859318,13.2755555556,144.743333333,Census,Village,GU,"Inarajan, Guam",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,1730.0,1897.0,2059,2469,3052.0,2273.0
7 | 5635,14685,US,291342,13.4791666667,144.75,Census,Village,GU,"Hagåtña, Guam",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,1642.0,2119.0,896,1139,1100.0,1051.0
8 | 6604,6023,US,30859360,13.4405555556,144.771388889,Census,Village,GU,"Chalan Pago-Ordot, Guam",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,1835.0,2931.0,3120,4451,5923.0,6822.0
9 | 6993,11414,US,30859365,,,Census,Village,GU,"Barrigada, Guam",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,5430.0,6356.0,7756,8846,8652.0,8875.0
10 | 6996,6817,US,30859370,13.2633333333,144.669722222,Census,Village,GU,"Merizo, Guam",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,1398.0,1529.0,1663,1742,2163.0,1850.0
11 | 7086,5898,US,5012489,13.4605555556,144.751944444,Census,Village,GU,"Sinajana, Guam",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,3842.0,3506.0,2485,2658,2853.0,2592.0
12 | 8426,4807,US,30859354,13.5344444444,144.885555556,Census,Village,GU,"Yigo, Guam",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,7682.0,11542.0,10359,14213,19474.0,20539.0
13 | 9016,8200,US,30859347,13.5152777778,144.836111111,Census,Town,GU,Dededo,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,5126.0,10780.0,23644,31728,42980.0,44943.0
14 | 10324,6533,US,2646241,13.2980555556,144.658888889,Census,Village,GU,"Umatac, Guam",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,744.0,813.0,732,897,887.0,782.0
15 | 15007,12308,US,591128,13.4838888889,144.776666667,Census,Village,GU,"Tamuning, Guam",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,5944.0,10218.0,13580,16673,18012.0,19685.0
16 | 19542,4390,US,2604922,13.4683333333,144.745833333,Census,Village,GU,"Agana Heights, Guam",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,3210.0,3156.0,3284,3646,3940.0,3808.0
17 | 24009,3264,US,6365781,13.4719444444,144.770277778,Census,Village,GU,"Mongmong-Toto-Maite, Guam",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,3015.0,6057.0,5245,5845,5845.0,6825.0
18 | 24619,6644,US,2467083,13.3813888889,144.654722222,Census,Village,GU,"Agat, Guam",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,3107.0,4308.0,3999,4960,5656.0,4917.0
19 | 26562,3230,US,2589388,13.4608333333,144.690833333,Census,Village,GU,"Piti, Guam",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,1467.0,1284.0,2866,1827,1666.0,1454.0
20 | 27707,7275,US,30859382,13.4488888889,144.800277778,Census,Village,GU,"Mangilao, Guam",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,1965.0,3228.0,6840,10483,13313.0,15191.0
21 |
--------------------------------------------------------------------------------
/wikipedia_state_data/2017_data/HI.csv:
--------------------------------------------------------------------------------
1 | ,article_length,country,id,lat,lon,poptype,settlement_type,state,title,y1790,y1800,y1810,y1820,y1830,y1840,y1850,y1860,y1870,y1880,y1890,y1900,y1910,y1920,y1930,y1940,y1950,y1960,y1970,y1980,y1990,y2000,y2010
2 | 3751,8500,US,110522,21.4830555556,-158.203888889,Census,Census-designated place,HI,"Mākaha Valley, Hawaii",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,0.0,0.0,0,1012,1289.0,1341.0
3 | 4894,15223,US,85061,19.5833333333,-155.5,Census,US County,HI,"Hawaii County, Hawaii",0,0,0,0,0,0,0,0,0,0,0,46843,55382,64895,73325.0,73276,68350,61332.0,63468.0,92053,120317,148677.0,185079.0
4 | 6592,14415,US,85075,21.1969444444,-156.967222222,Census,US County,HI,"Kalawao County, Hawaii",0,0,0,0,0,0,0,0,0,0,0,1177,785,667,605.0,446,340,279.0,172.0,144,130,147.0,90.0
5 | 7519,12777,US,85085,20.8833333333,-156.65,Census,US County,HI,"Maui County, Hawaii",0,0,0,0,0,0,0,0,0,0,0,26743,29762,37385,55541.0,55534,48179,42576.0,45984.0,70847,100374,128094.0,154834.0
6 | 7592,10285,US,110518,21.7027777778,-158.011111111,Census,Census-designated place,HI,"Kawela Bay, Hawaii",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,0.0,0.0,0,366,410.0,330.0
7 | 7742,19016,US,85083,22.0666666667,-159.65,Census,US County,HI,"Kauai County, Hawaii",0,0,0,0,0,0,0,0,0,0,0,20734,23952,29438,35942.0,35818,29905,28176.0,29761.0,39082,51177,58463.0,67091.0
8 | 9091,16548,US,110504,21.3775,-157.922777778,Census,Census-designated place,HI,"Halawa, Hawaii",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,0.0,0.0,0,13408,13891.0,14014.0
9 | 11973,27523,US,110467,19.7055555556,-155.085833333,Census,Census-designated place,HI,"Hilo, Hawaii",0,0,0,0,0,0,0,0,0,0,0,0,6745,10431,19468.0,23353,27198,25966.0,26353.0,35269,37808,40759.0,43263.0
10 | 12572,13934,US,110528,21.4083333333,-157.966944444,Census,Census-designated place,HI,"Pearl City, Hawaii",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,0.0,19552.0,42575,30993,30976.0,47698.0
11 | 12902,9749,US,110502,21.3394444444,-158.029722222,Census,Census-designated place,HI,"ʻEwa Gentry, Hawaii",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,0.0,0.0,0,1992,4939.0,22690.0
12 | 15804,41589,US,70959,20.8,-156.333333333,Census,Unknown,HI,Maui,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,40103,35717.0,38691.0,62823,91361,117644.0,144444.0
13 | 16718,70347,US,13887,21.3,-157.816666667,Census,Consolidated city-county,HI,Honolulu,0,0,0,0,0,0,0,0,0,0,22907,39306,52183,83327,137582.0,179326,248034,294194.0,324871.0,365048,365272,371657.0,390738.0
14 | 16743,8435,US,110559,21.9197222222,-159.481666667,Census,Census-designated place,HI,"Omao, Hawaii",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,0.0,0.0,0,1142,1221.0,1301.0
15 | 20027,9062,US,110469,19.5594444444,-155.929722222,Census,Census-designated place,HI,"Honalo, Hawaii",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,0.0,0.0,0,1926,1987.0,2423.0
16 | 23337,8671,US,110567,20.9205555556,-156.3125,Census,Census-designated place,HI,"Haiku-Pauwela, Hawaii",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,0.0,0.0,0,4509,6578.0,8118.0
17 | 24818,176645,US,13270,,,Census,US State,HI,Hawaii,0,0,0,0,0,0,0,0,0,0,0,154001,191874,255881,368300.0,422770,499794,632772.0,769913.0,964691,1108229,1211537.0,1360301.0
18 | 24973,10304,US,110475,19.7230555556,-156.004722222,Census,Census-designated place,HI,"Kalaoa, Hawaii",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,0.0,0.0,0,4490,6794.0,9644.0
19 | 26185,12304,US,110541,21.4180555556,-157.998055556,Census,Census-designated place,HI,"Waipio, Hawaii",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,0.0,0.0,0,11812,11672.0,11674.0
20 | 26637,49762,US,17993666,,,Census,Consolidated city-county,HI,"City and County of Honolulu, Hawaii (U.S. state)",0,0,0,0,0,0,0,0,0,0,0,58504,81993,123496,202887.0,257696,353020,500409.0,629176.0,762565,836231,876156.0,953207.0
21 |
--------------------------------------------------------------------------------
/wikipedia_state_data/2017_data/MP.csv:
--------------------------------------------------------------------------------
1 | ,article_length,country,id,lat,lon,poptype,settlement_type,state,title,y1790,y1800,y1810,y1820,y1830,y1840,y1850,y1860,y1870,y1880,y1890,y1900,y1910,y1920,y1930,y1940,y1950,y1960,y1970,y1980,y1990,y2000,y2010
2 |
--------------------------------------------------------------------------------
/wikipedia_state_data/2017_data/NV.csv:
--------------------------------------------------------------------------------
1 | ,article_length,country,id,lat,lon,poptype,settlement_type,state,title,y1790,y1800,y1810,y1820,y1830,y1840,y1850,y1860,y1870,y1880,y1890,y1900,y1910,y1920,y1930,y1940,y1950,y1960,y1970,y1980,y1990,y2000,y2010
2 | 1662,12957,US,93596,39.45,-119.53,Census,US County,NV,"Storey County, Nevada",0,0,0,0,0,0,0,0,11359,16115,8806,3673,3045,1469,667.0,1216,671,568.0,695.0,1503,2526,3399.0,4010.0
3 | 2180,16388,US,93592,39.44,-114.9,Census,US County,NV,"White Pine County, Nevada",0,0,0,0,0,0,0,0,7189,2682,1721,1961,7441,8935,11771.0,12377,9424,9808.0,10150.0,8167,9264,9181.0,10030.0
4 | 2216,11002,US,124413,40.7141666667,-116.113055556,Census,City,NV,"Carlin, Nevada",0,0,0,0,0,0,0,0,0,0,0,0,0,0,825.0,832,1203,1023.0,1313.0,1232,2220,2161.0,2368.0
5 | 2623,28608,US,124479,39.2533333333,-114.877222222,Census,City,NV,"Ely, Nevada",0,0,0,0,0,0,0,0,0,0,203,525,2055,2090,3045.0,4140,3558,4018.0,4176.0,4882,4756,4041.0,4255.0
6 | 3298,14292,US,124426,40.7394444444,-114.069722222,Census,small city,NV,"West Wendover, Nevada",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,0.0,0.0,0,2007,4721.0,4410.0
7 | 3571,8325,US,124423,41.1094444444,-114.968888889,Census,City,NV,"Wells, Nevada",0,0,0,0,0,0,0,0,0,243,254,440,598,521,655.0,830,947,1071.0,1081.0,1218,1256,1346.0,1292.0
8 | 3836,14967,US,124390,36.1125,-115.250277778,Census,Unincorporated town,NV,"Spring Valley, Nevada",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,0.0,0.0,0,51726,117390.0,178395.0
9 | 4617,46105,US,7441,39.1608333333,-119.753888889,Census,Independent city and State capital,NV,"Carson City, Nevada",0,0,0,0,0,0,714,714,3042,4229,3950,2100,2466,1685,1596.0,2478,3082,5163.0,15468.0,32022,40443,52547.0,55274.0
10 | 4780,30997,US,124358,35.9786111111,-114.8325,Census,City,NV,"Boulder City, Nevada",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,3903,4059.0,5223.0,9590,12567,14966.0,15023.0
11 | 5163,25780,US,124431,40.9683333333,-117.726666667,Census,City,NV,"Winnemucca, Nevada",0,0,0,0,0,0,0,0,290,763,1307,1110,1786,1934,1989.0,2485,2827,3453.0,3587.0,4140,6134,7174.0,7396.0
12 | 5194,16337,US,93600,,,Census,US County,NV,"Lincoln County, Nevada",0,0,0,0,0,0,0,0,2985,2637,2466,3284,3489,2287,3601.0,4130,3837,2431.0,2557.0,3732,3775,4165.0,5345.0
13 | 5487,12071,US,93598,38.54,-118.43,Census,US County,NV,"Mineral County, Nevada",0,0,0,0,0,0,0,0,0,0,0,0,0,1848,1863.0,2342,5560,6329.0,7051.0,6217,6475,5071.0,4772.0
14 | 5523,9018,US,124420,40.7466666667,-115.592777778,Census,CDP,NV,"Spring Creek, Nevada",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,0.0,0.0,0,5866,10548.0,12361.0
15 | 5802,16858,US,124436,37.6152777778,-114.514166667,Census,City,NV,"Caliente, Nevada",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,970,792,916.0,982.0,1111,1123,1130.0,1130.0
16 | 5887,81404,US,26388,39.5272222222,-119.821944444,Census,City,NV,"Reno, Nevada",0,0,0,0,0,0,0,1035,1035,1362,3563,4500,10867,12016,18529.0,21317,32497,51470.0,72863.0,100756,133850,180480.0,225221.0
17 | 6014,9931,US,124395,36.0963888889,-115.044166667,Census,Unincorporated town,NV,"Whitney, Nevada",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,0.0,6501.0,6449,11087,18273.0,38585.0
18 | 6076,14259,US,87512,39.6,-118.34,Census,US County,NV,"Churchill County, Nevada",0,0,0,0,0,0,0,0,196,479,703,830,2811,4649,5075.0,5317,6161,8452.0,10513.0,13917,17938,23982.0,24877.0
19 | 7085,8083,US,124398,36.1358333333,-115.120833333,Census,Census-designated place,NV,"Winchester, Nevada",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,0.0,13981.0,19728,23365,26958.0,27978.0
20 | 8163,14767,US,93602,41.41,-118.12,Census,US County,NV,"Humboldt County, Nevada",0,0,0,0,0,0,0,40,1916,3480,3434,4463,6825,3743,3795.0,4743,4838,5708.0,6375.0,9434,12844,16106.0,16528.0
21 | 8498,16111,US,87960,38.92,-119.61,Census,US County,NV,"Douglas County, Nevada",0,0,0,0,0,0,0,0,1215,1581,1551,1534,1895,1825,1840.0,2056,2029,3481.0,6882.0,19421,27637,41259.0,46997.0
22 | 8892,11923,US,93603,39.98,-116.27,Census,US County,NV,"Eureka County, Nevada",0,0,0,0,0,0,0,0,0,7086,3275,1954,1830,1350,1333.0,1361,896,767.0,948.0,1198,1547,1651.0,1987.0
23 | 10186,25940,US,93605,41.13,-115.35,Census,US County,NV,"Elko County, Nevada",0,0,0,0,0,0,0,0,3447,5716,4794,5688,8133,8083,9960.0,10912,11654,12011.0,13958.0,17269,33530,45291.0,48818.0
24 | 10357,12101,US,93595,40.45,-118.4,Census,US County,NV,"Pershing County, Nevada",0,0,0,0,0,0,0,0,0,0,0,0,0,2803,2652.0,2713,3103,3199.0,2670.0,3408,4336,6693.0,6753.0
25 | 11074,28408,US,124417,40.8333333333,-115.766666667,Census,City,NV,"Elko, Nevada",0,0,0,0,0,0,0,0,1160,752,766,849,1677,2173,3217.0,4094,5393,6298.0,7621.0,8758,14736,16708.0,18297.0
26 | 11738,25761,US,93597,,,Census,US County,NV,"Nye County, Nevada",0,0,0,0,0,0,0,0,1087,1875,1290,1140,7513,6504,3989.0,3606,3101,4374.0,5599.0,9048,17781,32485.0,43946.0
27 | 12026,13416,US,93601,39.95,-117.03,Census,US County,NV,"Lander County, Nevada",0,0,0,0,0,0,0,0,2815,3624,2266,1534,1786,1484,1714.0,1745,1850,1566.0,2666.0,4076,6266,5794.0,5775.0
28 | 12469,19466,US,124441,39.5986111111,-119.215,Census,City,NV,"Fernley, Nevada",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,0.0,0.0,5164,8543,19368.0,19368.0
29 | 14024,67293,US,47737,36.175,-115.136388889,Census,City,NV,Las Vegas,0,0,0,0,0,0,0,0,0,0,0,25,800,2304,5165.0,8422,24624,64405.0,125787.0,164674,258295,478434.0,583756.0
30 | 14582,21456,US,124463,39.5544444444,-119.735555556,Census,City,NV,"Sparks, Nevada",0,0,0,0,0,0,0,0,0,0,0,0,2500,3238,4508.0,5318,8203,16618.0,24187.0,40780,53667,66346.0,90264.0
31 | 17176,16397,US,124446,38.9852777778,-119.165277778,Census,City,NV,"Yerington, Nevada",0,0,0,0,0,0,0,0,0,0,0,682,1169,1005,964.0,1157,1764,2010.0,2021.0,2367,2883,3048.0,3048.0
32 | 18125,26260,US,93593,40.63,-119.68,Census,US County,NV,"Washoe County, Nevada",0,0,0,0,0,0,0,0,3091,5664,6437,9141,17434,18627,27158.0,32476,50205,84743.0,121068.0,193623,254667,339486.0,421407.0
33 | 18816,113793,US,21216,,,Census,US State,NV,Nevada,0,0,0,0,0,0,0,6857,42941,62266,47355,42335,81875,77407,91058.0,110247,160083,285278.0,488738.0,800493,1201833,1998257.0,2700551.0
34 | 19292,24581,US,124454,40.18,-118.476666667,Census,Incorporated city,NV,"Lovelock, Nevada",0,0,0,0,0,0,0,0,0,0,0,0,1104,1263,1294.0,1604,1948,1571.0,1680.0,2069,2003,1894.0,2236.0
35 | 20973,40362,US,48944,36.2,-115.02,Census,US County,NV,"Clark County, Nevada",0,0,0,0,0,0,0,0,0,0,0,0,3321,4859,8532.0,16414,48289,127016.0,273288.0,463087,741459,1375765.0,1951269.0
36 | 21698,18160,US,93599,39.01,-119.19,Census,US County,NV,"Lyon County, Nevada",0,0,0,0,0,0,0,0,1837,2409,1987,2268,3568,4078,3810.0,4076,3679,6143.0,8221.0,13594,20001,34501.0,51980.0
37 | 22138,8724,US,124392,36.1755555556,-115.059722222,Census,Unincorporated town,NV,"Sunrise Manor, Nevada",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,0.0,10886.0,44155,95362,156120.0,189372.0
38 | 22690,13759,US,124384,36.0819444444,-115.124722222,Census,Unincorporated town,NV,"Paradise, Nevada",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,0.0,24477.0,84818,124682,186070.0,223167.0
39 | 23676,36355,US,124364,36.0333333333,-114.983333333,Census,City,NV,"Henderson, Nevada",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,3643,12525.0,16395.0,24363,64942,175381.0,257729.0
40 | 23808,17474,US,124383,36.2286111111,-115.146666667,Census,City,NV,"North Las Vegas, Nevada",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,3875,3875,18422.0,36216.0,42739,47707,115488.0,216961.0
41 | 23845,16813,US,124372,36.8025,-114.082222222,Census,City,NV,"Mesquite, Nevada",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,0.0,0.0,0,1871,9389.0,15276.0
42 | 23904,7448,US,124391,36.1263888889,-115.332777778,Census,CDP,NV,"Summerlin South, Nevada",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,0.0,0.0,0,0,3735.0,24085.0
43 | 24154,6307,US,124404,39.0375,-119.73,Census,Census-designated place,NV,"Johnson Lane, Nevada",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,0.0,0.0,0,2551,4857.0,6490.0
44 | 25259,10047,US,124361,36.0313888889,-115.198055556,Census,Unincorporated town,NV,"Enterprise, Nevada",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,0.0,0.0,0,0,14676.0,108481.0
45 | 25849,40536,US,664039,39.3102777778,-119.649444444,Census,Census-designated place,NV,"Virginia City, Nevada",0,0,0,0,0,0,0,2345,7048,10917,6433,2695,2244,1200,590.0,500,500,610.0,600.0,600,920,0.0,855.0
46 | 27079,15864,US,93604,,,Census,US County,NV,"Esmeralda County, Nevada",0,0,0,0,0,0,0,0,1553,3220,2148,1972,9369,2410,1077.0,1554,614,619.0,629.0,777,1344,971.0,783.0
47 | 27508,18381,US,124355,39.4727777778,-118.778888889,Census,City,NV,"Fallon, Nevada",0,0,0,0,0,0,0,0,0,0,0,741,1753,1758,1911.0,2400,2734,2959.0,4262.0,6438,7536,8606.0,8606.0
48 |
--------------------------------------------------------------------------------
/wikipedia_state_data/2017_data/PR.csv:
--------------------------------------------------------------------------------
1 | ,article_length,country,id,lat,lon,poptype,settlement_type,state,title,y1790,y1800,y1810,y1820,y1830,y1840,y1850,y1860,y1870,y1880,y1890,y1900,y1910,y1920,y1930,y1940,y1950,y1960,y1970,y1980,y1990,y2000,y2010
2 | 7,168826,US,84165,18.0016666667,-66.6066666667,Spain,Municipality,PR,"Ponce, Puerto Rico",0,7234,0,0,0,0,0,28156,0,0,0,0,0,0,0.0,0,0,0.0,0.0,0,0,0.0,0.0
3 | 687,22890,US,654413,18.3794444444,-67.1883333333,Puerto Rico,Municipality,PR,"Aguada, Puerto Rico",0,0,0,0,0,0,0,0,0,0,0,0,0,0,14670.0,17923,20743,23234.0,25658.0,31567,35911,42042.0,41959.0
4 | 1942,12999,US,654449,18.1397222222,-67.1275,USA,Municipality,PR,"Hormigueros, Puerto Rico",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,6916,7153.0,10827.0,14030,15212,16614.0,0.0
5 | 2438,13378,US,654468,18.1808333333,-66.98,USA,Municipality,PR,"Maricao, Puerto Rico",0,0,0,0,0,0,0,0,0,0,0,0,7158,8291,6463.0,7724,7403,6990.0,5991.0,6737,6206,6449.0,0.0
6 | 4123,20489,US,654428,18.1758333333,-66.1613888889,Puerto Rico,Municipality,PR,"Cidra, Puerto Rico",0,0,0,0,0,0,0,0,0,0,0,0,10595,14789,19662.0,20392,20491,21891.0,23892.0,28365,35601,42753.0,43480.0
7 | 4151,1800,US,3748241,18.4616666667,-66.0963888889,USA,Unknown,PR,"Puerta de Tierra, Puerto Rico",0,0,0,0,0,0,0,0,0,0,0,0,10836,15716,11936.0,11480,9114,8075.0,6143.0,5522,5366,4135.0,0.0
8 | 5373,14212,US,654483,18.2269444444,-66.3911111111,USA,Municipality,PR,"Orocovis, Puerto Rico",0,0,0,0,0,0,0,0,0,0,0,0,15028,15758,16115.0,19770,21181,20362.0,20201.0,19332,21158,23844.0,0.0
9 | 5529,15883,US,654415,18.2569444444,-66.1030555556,Puerto Rico,Municipality,PR,"Aguas Buenas, Puerto Rico",0,0,0,0,0,0,0,0,0,0,0,0,0,0,12885.0,14671,15565,17034.0,18600.0,22429,25424,29032.0,28659.0
10 | 6489,54562,US,149133,18.2011111111,-67.1397222222,USA,Municipality,PR,"Mayagüez, Puerto Rico",0,0,0,0,0,0,0,0,0,0,0,0,42429,41612,58270.0,76487,87307,83850.0,85857.0,96193,100371,98434.0,89080.0
11 | 6875,24445,US,654496,18.3627777778,-66.0175,Puerto Rico,Municipality,PR,"Trujillo Alto, Puerto Rico",0,0,0,0,0,0,0,0,0,0,0,0,0,7470,9576.0,11726,13605,18251.0,30351.0,51389,61120,75728.0,74842.0
12 | 8858,5415,US,23745051,18.3372222222,-66.0716666667,USA,,PR,"Caimito, San Juan, Puerto Rico",0,0,0,0,0,0,0,0,0,0,0,0,1934,2329,2884.0,3115,4588,6987.0,13268.0,15939,19413,20832.0,0.0
13 | 10658,11698,US,654432,18.3636111111,-66.5713888889,USA,Municipality,PR,"Florida, Puerto Rico",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,1,1.0,1.0,7232,8689,12367.0,0.0
14 | 14635,7204,United States of America,453059,18.4563888889,-66.0711111111,USA,Sector (of Santurce),PR,Condado (Santurce),0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,2470,3336,3371.0,4605.0,5575,5582,6170.0,0.0
15 | 15538,37533,US,84511,18.43,-67.1544444444,Census,Municipality,PR,"Aguadilla, Puerto Rico",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,15943.0,21031.0,54606,59335,64685.0,60949.0
16 | 16180,17810,US,214497,18.445,-66.1177777778,USA,Municipality,PR,"Cataño, Puerto Rico",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,19865,25208.0,26459.0,26243,34587,30071.0,0.0
17 | 20057,11554,US,654485,18.0063888889,-66.0158333333,USA,Municipality,PR,"Patillas, Puerto Rico",0,0,0,0,0,0,0,0,0,0,0,0,14448,14284,14178.0,17319,18851,17106.0,17828.0,17774,19633,20152.0,0.0
18 | 22210,22691,US,318909,18.3791666667,-65.9013888889,Puerto Rico,Municipality,PR,"Canóvanas, Puerto Rico",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,0.0,0.0,31880,36816,43335.0,47648.0
19 | 24890,20802,US,218590,18.4588888889,-66.2677777778,USA,Town and Municipality,PR,"Dorado, Puerto Rico",0,0,0,0,0,0,0,0,0,0,0,0,4885,5842,7579.0,9481,11749,13460.0,17388.0,25511,30759,34017.0,0.0
20 | 26476,9966,US,3074072,18.3997222222,-66.05,Census,Unknown,PR,"Río Piedras, Puerto Rico",0,0,0,0,0,0,0,0,0,0,0,0,18880,24745,40853.0,68290,143989,251384.0,321957.0,323860,332865,332344.0,0.0
21 |
--------------------------------------------------------------------------------
/wikipedia_state_data/2017_data/RI.csv:
--------------------------------------------------------------------------------
1 | ,article_length,country,id,lat,lon,poptype,settlement_type,state,title,y1790,y1800,y1810,y1820,y1830,y1840,y1850,y1860,y1870,y1880,y1890,y1900,y1910,y1920,y1930,y1940,y1950,y1960,y1970,y1980,y1990,y2000,y2010
2 | 353,17415,US,134335,41.7833333333,-71.6166666667,Census,Town,RI,"Scituate, Rhode Island",2315,2523,2568,2834,3993,4090,4582,4251,3846,3810,3174,3361,3493,3006,2292.0,2838,3905,5210.0,7489.0,8405,9796,10324.0,10329.0
3 | 519,14061,US,91914,41.51,-71.26,Census,US County,RI,"Newport County, Rhode Island",14351,14845,16294,15771,16535,16874,20007,21896,20050,24180,28552,32599,39335,42893,41668.0,46696,61539,81891.0,94559.0,81383,87194,85433.0,82888.0
4 | 580,26006,US,134334,41.8758333333,-71.3769444444,Census,City,RI,"Pawtucket, Rhode Island",0,0,0,0,1459,2184,3753,4200,6619,19030,27633,39231,51622,64248,77149.0,75797,81436,81001.0,76984.0,71204,72644,72958.0,71148.0
5 | 3430,12239,US,134327,41.8908333333,-71.6905555556,Census,Town,RI,"Glocester, Rhode Island",4025,4009,2310,2504,2521,2304,2872,2427,2385,2250,2095,1402,1404,1389,1693.0,2099,2682,3397.0,5160.0,7550,9227,9948.0,9746.0
6 | 4121,12854,US,134331,41.9211111111,-71.435,Census,Town,RI,"Lincoln, Rhode Island",0,0,0,0,0,0,0,0,7889,13765,20355,8937,9825,9543,10421.0,10577,11270,13551.0,16182.0,16949,18045,20898.0,21105.0
7 | 4236,20545,US,134323,41.9666666667,-71.4327777778,Census,Town,RI,"Cumberland, Rhode Island",1964,2056,2210,2653,3675,5225,6661,8339,3882,6445,8090,8925,10107,10077,10304.0,10625,12842,18792.0,26605.0,27069,29038,31840.0,33506.0
8 | 5798,13577,US,134350,41.5805555556,-71.4538888889,Census,Town,RI,"North Kingstown, Rhode Island",2907,2794,2957,3007,3036,2909,2971,3104,3563,3949,4193,4194,4048,3397,4279.0,4604,14180,18977.0,29793.0,21938,23786,26326.0,26486.0
9 | 6797,14562,US,134317,41.5116666667,-71.2866666667,Census,Town,RI,"Middletown, Rhode Island",840,913,976,949,915,891,830,1012,971,1139,1154,1457,1708,2004,2499.0,3379,7382,12675.0,29290.0,17216,19460,17334.0,16150.0
10 | 7642,18414,US,134326,41.7969444444,-71.7272222222,Census,Town,RI,"Foster, Rhode Island",2268,2457,2613,2900,2672,2181,1932,1935,1630,1552,1252,1151,1124,905,916.0,1237,1630,2097.0,2626.0,3370,4316,4274.0,4606.0
11 | 8009,13781,US,134341,41.3852777778,-71.6680555556,Census,Town,RI,"Charlestown, Rhode Island",2022,1454,1174,1160,1284,923,994,981,1119,1117,915,975,1037,759,1118.0,1199,1598,1966.0,2863.0,4800,6478,7859.0,7827.0
12 | 8689,18263,US,134321,41.8916666667,-71.3911111111,Census,City,RI,"Central Falls, Rhode Island",0,0,0,0,0,0,0,0,0,0,0,18167,22754,24174,25808.0,25248,23550,19858.0,18716.0,16995,17637,18928.0,19376.0
13 | 8781,18204,US,25439653,41.5858333333,-71.6544444444,Census,US County,RI,"Washington County, Rhode Island",18323,16135,14962,15687,15411,14324,16430,18715,20097,22495,23649,24154,24942,24932,29334.0,32493,48542,59054.0,83586.0,93317,110006,123546.0,126979.0
14 | 9942,17557,US,134351,41.5,-71.6666666667,Census,Town,RI,"Richmond, Rhode Island",1760,1368,1330,1423,1363,1361,1784,1964,2064,1949,1669,1596,1633,1301,1535.0,1629,1772,1986.0,2625.0,4018,5351,7222.0,7708.0
15 | 10244,14403,US,188188,41.7,-71.5166666667,Census,Town,RI,"West Warwick, Rhode Island",0,0,0,0,0,0,0,0,0,0,0,0,0,15461,17696.0,18188,19096,21414.0,24323.0,27026,29268,29581.0,29191.0
16 | 10876,8006,US,134313,41.6294444444,-71.6602777778,Census,Town,RI,"West Greenwich, Rhode Island",2054,1757,1619,1927,1817,1415,1350,1258,1133,1018,798,606,481,367,402.0,526,847,1169.0,1841.0,2738,3492,5085.0,6135.0
17 | 11053,20790,US,134325,41.8136111111,-71.37,Census,City,RI,"East Providence, Rhode Island",0,0,0,0,0,0,0,0,2668,5056,8422,12138,15808,21793,29995.0,32165,35871,41955.0,48207.0,50980,50380,48688.0,47037.0
18 | 11293,12618,US,134344,,,Census,town,RI,"Hopkinton, Rhode Island",2462,2276,1774,1821,1777,1726,2477,2738,2682,2952,2864,2602,2324,2316,2823.0,3230,3676,4174.0,5392.0,6406,6873,7836.0,8188.0
19 | 14472,143870,US,25410,,,Census,US State,RI,Rhode Island,68825,69122,76931,83059,97199,108830,147545,174620,217353,276531,345506,428556,542610,604397,687497.0,713346,791896,859488.0,946725.0,947154,1003464,1048319.0,1052567.0
20 | 14884,16100,US,134319,41.6,-71.25,Census,Town,RI,"Portsmouth, Rhode Island",1560,1684,1795,1645,1727,1706,1833,2048,2003,1979,1949,2105,2681,2590,2969.0,3683,6578,8251.0,12521.0,14257,16857,17149.0,17389.0
21 | 14902,17201,US,91915,41.68,-71.58,Census,US County,RI,"Kent County, Rhode Island",8851,8487,9834,10228,12789,13083,15068,17303,18595,20588,26754,29976,36378,38269,51390.0,58311,77763,112619.0,142382.0,154163,161135,167090.0,166158.0
22 | 15347,94836,US,19356538,41.8236111111,-71.4222222222,Census,City,RI,"Providence, Rhode Island",6380,7614,10070,11767,16833,23171,41513,50666,68904,104857,132146,175597,223326,237595,252981.0,253504,248674,207498.0,179213.0,156804,160728,173618.0,178042.0
23 | 15398,17979,US,134332,41.9880555556,-71.5519444444,Census,Town,RI,"North Smithfield, Rhode Island",0,0,0,0,0,0,0,0,3052,3088,3173,2422,2699,3200,3945.0,4196,5726,7632.0,9349.0,9972,10497,10618.0,11967.0
24 | 15700,18669,US,134311,41.65,-71.4833333333,Census,Town,RI,"East Greenwich, Rhode Island",1824,1775,1530,1519,1591,1509,2358,2882,2660,2887,3127,2775,3420,3290,3666.0,3842,4923,6100.0,9577.0,10211,11865,12948.0,13146.0
25 | 16135,24553,US,134312,41.7166666667,-71.4166666667,Census,City,RI,"Warwick, Rhode Island",0,0,0,0,5529,6726,7740,8916,10453,12164,17761,21316,26629,13481,23196.0,28757,43028,68504.0,83694.0,87123,85427,85808.0,82672.0
26 | 16207,13800,US,258058,41.86,-71.4563888889,Census,City,RI,"North Providence, Rhode Island",1071,1067,1758,2420,3503,4207,7680,11818,20495,1467,2084,3016,5407,7697,11104.0,12156,13927,18220.0,24337.0,29188,32090,32411.0,32078.0
27 | 16480,16967,US,134346,41.4344444444,-71.4625,Census,Town,RI,"Narragansett, Rhode Island",0,0,0,0,0,0,0,0,0,0,1408,1523,1250,993,1258.0,1560,2288,3444.0,7138.0,12088,14985,16361.0,15868.0
28 | 16937,6204,US,134318,41.5086111111,-71.2880555556,Census,CDP,RI,"Newport East, Rhode Island",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,2643.0,10285.0,11030,11080,11463.0,11769.0
29 | 18811,21404,US,134338,42.0083333333,-71.5161111111,Census,City,RI,"Woonsocket, Rhode Island",0,0,0,0,0,0,0,0,11527,16050,20830,28204,38126,43496,49376.0,49303,50211,47080.0,46820.0,45914,43877,43224.0,41186.0
30 | 19088,28177,US,134352,41.4475,-71.5272222222,Census,Town,RI,"South Kingstown, Rhode Island",4131,3438,3560,3723,3663,3717,3807,4717,4493,5114,4823,4972,5176,5181,6010.0,7282,10148,11942.0,16913.0,20414,24631,27921.0,30639.0
31 | 19874,20674,US,134314,41.5166666667,-71.3666666667,Census,Town,RI,"Jamestown, Rhode Island",507,501,504,448,415,365,358,400,378,459,707,1091,1175,1633,1599.0,1744,2068,2267.0,2911.0,4040,4999,5622.0,5405.0
32 | 19881,44136,US,73352,41.4880555556,-71.3125,Census,City,RI,"Newport, Rhode Island",6716,6739,7907,7319,8010,8333,9563,10508,12521,15693,19457,22441,27149,30255,27612.0,30532,37564,47049.0,34562.0,29259,28227,26475.0,24672.0
33 | 20322,17269,US,134320,41.9683333333,-71.6830555556,Census,Burrillville,RI,"Burrillville, Rhode Island",0,0,1834,2164,2196,1982,3538,4140,4674,5714,5492,6317,7878,8696,7677.0,8185,8774,9119.0,10087.0,13164,16230,15796.0,15955.0
34 | 22518,14644,US,91916,41.7,-71.28,Census,US County,RI,"Bristol County, Rhode Island",3211,3801,5072,5637,5446,6476,8514,8907,9421,11394,11428,13144,17602,23113,25089.0,25548,29079,37146.0,45937.0,46942,48859,50648.0,49875.0
35 | 23143,13948,US,134309,41.7261111111,-71.2705555556,Census,Town,RI,"Warren, Rhode Island",1122,1473,1775,1806,1800,2437,3103,2636,3008,4007,4489,5108,6585,7841,7974.0,8158,8513,8750.0,10523.0,10640,11385,11360.0,10611.0
36 | 23322,18235,US,260200,41.6263888889,-71.2111111111,Census,Town,RI,"Tiverton, Rhode Island",2453,2717,2837,2875,2905,3183,4699,1927,1808,2505,2837,2977,4032,3894,4578.0,5018,5659,9461.0,12559.0,13526,14312,15260.0,15780.0
37 | 23506,18531,US,134310,41.6938888889,-71.5958333333,Census,Town,RI,"Coventry, Rhode Island",2477,2423,2928,3139,3851,3433,3620,4247,4349,4519,5068,5279,5848,5670,6430.0,6998,9869,15432.0,22947.0,27065,31083,33668.0,35014.0
38 | 23748,21956,US,134315,41.5,-71.1666666667,Census,Town,RI,"Little Compton, Rhode Island",1542,1577,1553,1580,1378,1327,1462,1304,1166,1202,1128,1132,1273,1389,1382.0,1492,1556,1702.0,2385.0,3085,3339,3593.0,3492.0
39 | 23926,43062,US,258053,41.7452777778,-71.3180555556, US,Town,RI,"Barrington, Rhode Island",683,650,604,634,612,549,795,1000,1111,1359,1461,1135,2452,3897,5162.0,6231,8246,13826.0,17554.0,16174,15849,16819.0,16310.0
40 | 24579,20828,US,248962,41.6841666667,-71.2686111111,Census,Town,RI,"Bristol, Rhode Island",1406,1678,2698,3197,3084,3490,4616,5271,5302,6628,5478,6901,8565,11375,11953.0,11159,12320,14570.0,17860.0,20128,21625,22469.0,22954.0
41 | 25169,15612,US,91913,,,Census,US County,RI,"Providence County, Rhode Island",24376,25854,30869,35736,47018,58073,87526,107799,149190,197874,255123,328683,424353,475190,540016.0,550298,574973,568778.0,580261.0,571349,596270,621602.0,626667.0
42 | 25887,16128,US,134336,41.9216666667,-71.5494444444,Census,Town,RI,"Smithfield, Rhode Island",3171,3120,3828,4678,6857,9534,11500,13283,2605,3085,2500,2107,2739,3199,3967.0,4611,6690,9442.0,13468.0,16886,19163,20613.0,21430.0
43 | 25987,11142,US,134342,41.5666666667,-71.6,Census,Town,RI,"Exeter, Rhode Island",2495,2476,2256,2581,2883,1776,1634,1741,1462,1310,964,841,778,1033,1314.0,1790,1870,2298.0,3245.0,4453,5461,6045.0,6425.0
44 | 26069,14779,US,134330,41.8266666667,-71.4947222222,Census,Town,RI,"Johnston, Rhode Island",1320,1864,1516,1542,2115,2477,2937,3440,4192,5765,9778,4305,5935,6855,9357.0,10672,12725,17160.0,22037.0,24907,26542,28195.0,28769.0
45 | 26349,18524,US,260202,41.3552777778,-71.8019444444,Census,Town,RI,"Westerly, Rhode Island",2298,2329,1911,1972,1915,1912,2763,3470,4709,6104,6813,7541,8696,9952,10997.0,11199,12380,14267.0,17248.0,18580,21605,22966.0,22787.0
46 | 26703,20024,US,134322,41.7666666667,-71.45,Census,City,RI,"Cranston, Rhode Island",1990,1644,2161,2274,2653,2902,4311,7500,4822,5940,8099,13343,21107,29407,42911.0,47085,55060,66766.0,74287.0,72534,75043,79269.0,80387.0
47 |
--------------------------------------------------------------------------------
/wikipedia_state_data/2017_data/UM.csv:
--------------------------------------------------------------------------------
1 | ,article_length,country,id,lat,lon,poptype,settlement_type,state,title,y1790,y1800,y1810,y1820,y1830,y1840,y1850,y1860,y1870,y1880,y1890,y1900,y1910,y1920,y1930,y1940,y1950,y1960,y1970,y1980,y1990,y2000,y2010
2 |
--------------------------------------------------------------------------------
/wikipedia_state_data/2017_data/VI.csv:
--------------------------------------------------------------------------------
1 | ,article_length,country,id,lat,lon,poptype,settlement_type,state,title,y1790,y1800,y1810,y1820,y1830,y1840,y1850,y1860,y1870,y1880,y1890,y1900,y1910,y1920,y1930,y1940,y1950,y1960,y1970,y1980,y1990,y2000,y2010
2 |
--------------------------------------------------------------------------------
/wikipedia_state_data/AS.csv:
--------------------------------------------------------------------------------
1 | ,article_length,country,id,lat,lon,other_years,poptype,settlement_type,state,title,y1790,y1800,y1810,y1820,y1830,y1840,y1850,y1860,y1870,y1880,y1890,y1900,y1910,y1920,y1930,y1940,y1950,y1960,y1970,y1980,y1990,y2000,y2010
2 |
--------------------------------------------------------------------------------
/wikipedia_state_data/DC.csv:
--------------------------------------------------------------------------------
1 | ,article_length,country,id,lat,lon,other_years,poptype,settlement_type,state,title,y1790,y1800,y1810,y1820,y1830,y1840,y1850,y1860,y1870,y1880,y1890,y1900,y1910,y1920,y1930,y1940,y1950,y1960,y1970,y1980,y1990,y2000,y2010
2 | 3857,19349,US,682354,38.8998,-77.0217,,Census,"Neighborhood of washington, d.c.",DC,"Chinatown (Washington, D.C.)",0,0,0,0,0,0,0,0,0,100,0,0,0,0,800.0,0,0,0.0,0.0,0.0,0.0,0.0,0.0
3 | 10968,21626,US,654688,38.92261,-77.042661,,Census,"Neighborhood of washington, d.c.",DC,Adams Morgan,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,21000,18097.0,18573.0,15352.0,15061.0,14803.0,15830.0
4 | 14469,161350,US,108956,38.9047222222,-77.0163888889,,Census,Federal district,DC,"Washington, D.C.",0,8144,15471,23336,30261,33745,51687,75080,131700,177624,230392,278718,331069,437571,486869.0,663091,802178,763956.0,756510.0,638333.0,606900.0,572059.0,601723.0
5 | 17050,32412,US,978630,38.9097222222,-77.0302777778,,Census,"Neighborhood of washington, d.c.",DC,"Logan Circle, Washington, D.C.",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,10394,8236.0,6953.0,5455.0,6452.0,7278.0,7976.0
6 | 22655,24962,US,1164475,,,,Census,"Neighborhood of washington, d.c.",DC,"Shaw, Washington, D.C.",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,34208,25749.0,19994.0,15901.0,15044.0,14997.0,17639.0
7 | 29649,33214,US,4560639,38.9348,-77.0212,,Census,"Neighborhood of washington, d.c.",DC,"Park View, Washington, D.C.",0,0,0,0,0,0,0,0,0,0,0,0,0,0,7087.0,7859,8367,6608.0,6389.0,5285.0,4861.0,4480.0,4913.0
8 |
--------------------------------------------------------------------------------
/wikipedia_state_data/GU.csv:
--------------------------------------------------------------------------------
1 | ,article_length,country,id,lat,lon,other_years,poptype,settlement_type,state,title,y1790,y1800,y1810,y1820,y1830,y1840,y1850,y1860,y1870,y1880,y1890,y1900,y1910,y1920,y1930,y1940,y1950,y1960,y1970,y1980,y1990,y2000,y2010
2 | 1605,4298,US,30859311,13.3516666667,144.753055556,,Census,Village,GU,"Talofofo, Guam",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,1352.0,1935.0,2006.0,2310.0,3215.0,3050.0
3 | 2469,15965,US,291342,13.4791666667,144.75,"[[y2015,1090]]",Census,Village,GU,"Hagåtña, Guam",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,1642.0,2119.0,896.0,1139.0,1100.0,1051.0
4 | 2635,9211,US,30859347,13.5152777778,144.836111111,,Census,City,GU,Dededo,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,5126.0,10780.0,23644.0,31728.0,42980.0,44943.0
5 | 4199,8189,US,30859382,13.4488888889,144.800277778,,Census,Village,GU,"Mangilao, Guam",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,1965.0,3228.0,6840.0,10483.0,13313.0,15191.0
6 | 6417,6825,US,2646241,13.2980555556,144.658888889,,Census,Village,GU,"Umatac, Guam",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,744.0,813.0,732.0,897.0,887.0,782.0
7 | 6689,3609,US,6365781,13.4719444444,144.770277778,,Census,Village,GU,"Mongmong-Toto-Maite, Guam",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,3015.0,6057.0,5245.0,5845.0,5845.0,6825.0
8 | 7051,13013,US,591128,13.4838888889,144.776666667,,Census,Village,GU,"Tamuning, Guam",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,5944.0,10218.0,13580.0,16673.0,18012.0,19685.0
9 | 10154,7435,US,2467083,13.3813888889,144.654722222,,Census,Village,GU,"Agat, Guam",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,3107.0,4308.0,3999.0,4960.0,5656.0,4917.0
10 | 11168,3250,US,2589388,13.4608333333,144.690833333,,Census,Village,GU,"Piti, Guam",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,1467.0,1284.0,2866.0,1827.0,1666.0,1454.0
11 | 13151,5209,US,30859354,13.5344444444,144.885555556,,Census,Village,GU,"Yigo, Guam",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,7682.0,11542.0,10359.0,14213.0,19474.0,20539.0
12 | 19193,4819,US,2604922,13.4683333333,144.745833333,,Census,Village,GU,Agana Heights,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,3210.0,3156.0,3284.0,3646.0,3940.0,3808.0
13 | 19269,5805,US,2589256,,,,Census,Village,GU,"Asan, Guam",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,3053.0,2629.0,2034.0,2070.0,2090.0,2137.0
14 | 20060,6930,US,30859370,13.2633333333,144.669722222,,Census,Village,GU,"Merizo, Guam",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,1398.0,1529.0,1663.0,1742.0,2163.0,1850.0
15 | 23128,5536,US,2589341,13.3861111111,144.668888889,,Census,Village,GU,"Santa Rita, Guam",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,12126.0,8109.0,9183.0,11857.0,7500.0,6084.0
16 | 23130,6249,US,5012489,13.4605555556,144.751944444,,Census,Village,GU,"Sinajana, Guam",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,3842.0,3506.0,2485.0,2658.0,2853.0,2592.0
17 | 25197,6267,US,30859318,13.2755555556,144.743333333,,Census,Village,GU,"Inarajan, Guam",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,1730.0,1897.0,2059.0,2469.0,3052.0,2273.0
18 | 25634,6149,US,30859360,13.4405555556,144.771388889,,Census,Village,GU,Chalan Pago-Ordot,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,1835.0,2931.0,3120.0,4451.0,5923.0,6822.0
19 | 26811,11443,US,30859365,,,,Census,Village,GU,Barrigada,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,5430.0,6356.0,7756.0,8846.0,8652.0,8875.0
20 | 27723,5595,US,2589390,13.4097222222,144.773333333,,Census,Village,GU,"Yona, Guam",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,2356.0,2599.0,4228.0,5338.0,6484.0,6480.0
21 |
--------------------------------------------------------------------------------
/wikipedia_state_data/HI.csv:
--------------------------------------------------------------------------------
1 | ,article_length,country,id,lat,lon,other_years,poptype,settlement_type,state,title,y1790,y1800,y1810,y1820,y1830,y1840,y1850,y1860,y1870,y1880,y1890,y1900,y1910,y1920,y1930,y1940,y1950,y1960,y1970,y1980,y1990,y2000,y2010
2 | 2426,19074,US,85085,20.8833333333,-156.65,,Census,US County,HI,"Maui County, Hawaii",0,0,0,0,0,0,0,0,0,0,0,26743,29762,37385,55541.0,55534,48179,42576.0,45984.0,70847.0,100374.0,128094.0,154834.0
3 | 2569,12922,US,110541,21.4180555556,-157.998055556,,Census,Census-designated place,HI,"Waipio, Hawaii",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,0.0,0.0,0.0,11812.0,11672.0,11674.0
4 | 3568,42206,US,70959,20.8,-156.333333333,,Census,Unknown,HI,Maui,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,40103,35717.0,38691.0,62823.0,91361.0,117644.0,144444.0
5 | 4055,10256,US,110518,21.7027777778,-158.011111111,,Census,Census-designated place,HI,"Kawela Bay, Hawaii",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,0.0,0.0,0.0,366.0,410.0,330.0
6 | 4224,180397,US,13270,,,,Census,US State,HI,Hawaii,0,0,0,0,0,0,0,0,0,0,0,154001,191874,255881,368300.0,422770,499794,632772.0,769913.0,964691.0,1108229.0,1211537.0,1360301.0
7 | 8574,29870,US,110467,19.7055555556,-155.085833333,,Census,Census-designated place,HI,"Hilo, Hawaii",0,0,0,0,0,0,0,0,0,0,0,0,6745,10431,19468.0,23353,27198,25966.0,26353.0,35269.0,37808.0,40759.0,43263.0
8 | 11109,73474,US,13887,21.3,-157.816666667,,Census,Consolidated city-county,HI,Honolulu,0,0,0,0,0,0,0,0,0,0,22907,39306,52183,83327,137582.0,179326,248034,294194.0,324871.0,365048.0,365272.0,371657.0,390738.0
9 | 11886,14890,US,110528,21.4083333333,-157.966944444,,Census,Census-designated place & unincorporated community,HI,"Pearl City, Hawaii",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,0.0,19552.0,42575.0,30993.0,30976.0,47698.0
10 | 12065,9033,US,110469,19.5594444444,-155.929722222,,Census,Census-designated place,HI,"Honalo, Hawaii",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,0.0,0.0,0.0,1926.0,1987.0,2423.0
11 | 16853,10408,US,110475,19.7230555556,-156.004722222,,Census,Census-designated place,HI,"Kalaoa, Hawaii",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,0.0,0.0,0.0,4490.0,6794.0,9644.0
12 | 17473,8471,US,110522,21.4830555556,-158.203888889,,Census,Census-designated place,HI,"Mākaha Valley, Hawaii",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,0.0,0.0,0.0,1012.0,1289.0,1341.0
13 | 17799,22611,US,85061,19.5833333333,-155.5,,Census,US County,HI,"Hawaii County, Hawaii",0,0,0,0,0,0,0,0,0,0,0,46843,55382,64895,73325.0,73276,68350,61332.0,63468.0,92053.0,120317.0,148677.0,185079.0
14 | 18957,15632,US,85075,21.1969444444,-156.967222222,,Census,US County,HI,"Kalawao County, Hawaii",0,0,0,0,0,0,0,0,0,0,0,1177,785,667,605.0,446,340,279.0,172.0,144.0,130.0,147.0,90.0
15 | 20234,9724,US,110502,21.3394444444,-158.029722222,,Census,Census-designated place,HI,"ʻEwa Gentry, Hawaii",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,0.0,0.0,0.0,1992.0,4939.0,22690.0
16 | 22231,21135,US,85083,22.0666666667,-159.65,,Census,US County,HI,"Kauai County, Hawaii",0,0,0,0,0,0,0,0,0,0,0,20734,23952,29438,35942.0,35818,29905,28176.0,29761.0,39082.0,51177.0,58463.0,67091.0
17 | 22482,16891,US,110504,21.3775,-157.922777778,,Census,Census-designated place,HI,"Halawa, Hawaii",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,0.0,0.0,0.0,13408.0,13891.0,14014.0
18 | 22783,57790,US,17993666,,,,Census,Consolidated city-county,HI,"Honolulu County, Hawaii",0,0,0,0,0,0,0,0,0,0,0,58504,81993,123496,202887.0,257696,353020,500409.0,629176.0,762565.0,836231.0,876156.0,953207.0
19 | 25597,8406,US,110559,21.9197222222,-159.481666667,,Census,Census-designated place,HI,"Omao, Hawaii",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,0.0,0.0,0.0,1142.0,1221.0,1301.0
20 | 28313,8642,US,110567,20.9205555556,-156.3125,,Census,Census-designated place,HI,"Haiku-Pauwela, Hawaii",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,0.0,0.0,0.0,4509.0,6578.0,8118.0
21 |
--------------------------------------------------------------------------------
/wikipedia_state_data/MP.csv:
--------------------------------------------------------------------------------
1 | ,article_length,country,id,lat,lon,other_years,poptype,settlement_type,state,title,y1790,y1800,y1810,y1820,y1830,y1840,y1850,y1860,y1870,y1880,y1890,y1900,y1910,y1920,y1930,y1940,y1950,y1960,y1970,y1980,y1990,y2000,y2010
2 |
--------------------------------------------------------------------------------
/wikipedia_state_data/NV.csv:
--------------------------------------------------------------------------------
1 | ,article_length,country,id,lat,lon,other_years,poptype,settlement_type,state,title,y1790,y1800,y1810,y1820,y1830,y1840,y1850,y1860,y1870,y1880,y1890,y1900,y1910,y1920,y1930,y1940,y1950,y1960,y1970,y1980,y1990,y2000,y2010
2 | 420,19853,US,124383,36.2286111111,-115.146666667,,Census,City,NV,"North Las Vegas, Nevada",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,3875,3875,18422.0,36216.0,42739.0,47707.0,115488.0,216961.0
3 | 560,18588,US,124355,39.4727777778,-118.778888889,,Census,City,NV,"Fallon, Nevada",0,0,0,0,0,0,0,0,0,0,0,741,1753,1758,1911.0,2400,2734,2959.0,4262.0,6438.0,7536.0,8606.0,8606.0
4 | 1183,23771,US,93596,39.45,-119.53,,Census,US County,NV,"Storey County, Nevada",0,0,0,0,0,0,0,0,11359,16115,8806,3673,3045,1469,667.0,1216,671,568.0,695.0,1503.0,2526.0,3399.0,4010.0
5 | 1555,35716,US,93597,,,,Census,US County,NV,"Nye County, Nevada",0,0,0,0,0,0,0,0,1087,1875,1290,1140,7513,6504,3989.0,3606,3101,4374.0,5599.0,9048.0,17781.0,32485.0,43946.0
6 | 1960,14577,US,124361,36.0313888889,-115.198055556,,Census,Unincorporated township,NV,"Enterprise, Nevada",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,0.0,0.0,0.0,0.0,14676.0,108481.0
7 | 2434,21291,US,93595,40.45,-118.4,,Census,US County,NV,"Pershing County, Nevada",0,0,0,0,0,0,0,0,0,0,0,0,0,2803,2652.0,2713,3103,3199.0,2670.0,3408.0,4336.0,6693.0,6753.0
8 | 3847,33267,US,93593,40.63,-119.68,,Census,US County,NV,"Washoe County, Nevada",0,0,0,0,0,0,0,0,3091,5664,6437,9141,17434,18627,27158.0,32476,50205,84743.0,121068.0,193623.0,254667.0,339486.0,421407.0
9 | 4130,123888,US,21216,,,,Census,US State,NV,Nevada,0,0,0,0,0,0,0,6857,42941,62266,47355,42335,81875,77407,91058.0,110247,160083,285278.0,488738.0,800493.0,1201833.0,1998257.0,2700551.0
10 | 4279,25045,US,124454,40.18,-118.476666667,,Census,Incorporated city,NV,"Lovelock, Nevada",0,0,0,0,0,0,0,0,0,0,0,0,1104,1263,1294.0,1604,1948,1571.0,1680.0,2069.0,2003.0,1894.0,2236.0
11 | 4436,11084,US,124413,40.7141666667,-116.113055556,,Census,City,NV,"Carlin, Nevada",0,0,0,0,0,0,0,0,0,0,0,0,0,0,825.0,832,1203,1023.0,1313.0,1232.0,2220.0,2161.0,2368.0
12 | 6277,32722,US,93605,41.13,-115.35,,Census,US County,NV,"Elko County, Nevada",0,0,0,0,0,0,0,0,3447,5716,4794,5688,8133,8083,9960.0,10912,11654,12011.0,13958.0,17269.0,33530.0,45291.0,48818.0
13 | 6399,6278,US,124404,39.0375,-119.73,,Census,Census-designated place,NV,"Johnson Lane, Nevada",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,0.0,0.0,0.0,2551.0,4857.0,6490.0
14 | 6462,28356,US,87960,38.92,-119.61,,Census,US County,NV,"Douglas County, Nevada",0,0,0,0,0,0,0,0,1215,1581,1551,1534,1895,1825,1840.0,2056,2029,3481.0,6882.0,19421.0,27637.0,41259.0,46997.0
15 | 6632,11669,US,124395,36.0963888889,-115.044166667,,Census,Unincorporated town,NV,"Whitney, Nevada",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,0.0,6501.0,6449.0,11087.0,18273.0,38585.0
16 | 7673,26040,US,87512,39.6,-118.34,,Census,US County,NV,"Churchill County, Nevada",0,0,0,0,0,0,0,0,196,479,703,830,2811,4649,5075.0,5317,6161,8452.0,10513.0,13917.0,17938.0,23982.0,24877.0
17 | 8197,17368,US,124372,36.8025,-114.082222222,,Census,City,NV,"Mesquite, Nevada",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,0.0,0.0,0.0,1871.0,9389.0,15276.0
18 | 8217,27401,US,93592,39.44,-114.9,,Census,US County,NV,"White Pine County, Nevada",0,0,0,0,0,0,0,0,7189,2682,1721,1961,7441,8935,11771.0,12377,9424,9808.0,10150.0,8167.0,9264.0,9181.0,10030.0
19 | 9135,71333,US,47737,36.175,-115.136388889,,Census,City,NV,Las Vegas,0,0,0,0,0,0,0,0,0,0,0,25,800,2304,5165.0,8422,24624,64405.0,125787.0,164674.0,258295.0,478434.0,583756.0
20 | 9401,8345,US,124398,36.1358333333,-115.120833333,,Census,Census-designated place,NV,"Winchester, Nevada",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,0.0,13981.0,19728.0,23365.0,26958.0,27978.0
21 | 9824,22265,US,93603,39.98,-116.27,,Census,US County,NV,"Eureka County, Nevada",0,0,0,0,0,0,0,0,0,7086,3275,1954,1830,1350,1333.0,1361,896,767.0,948.0,1198.0,1547.0,1651.0,1987.0
22 | 9969,46825,US,48944,36.2,-115.02,,Census,US County,NV,"Clark County, Nevada",0,0,0,0,0,0,0,0,0,0,0,0,3321,4859,8532.0,16414,48289,127016.0,273288.0,463087.0,741459.0,1375765.0,1951269.0
23 | 14932,79800,US,26388,39.5272222222,-119.821944444,,Census,City,NV,"Reno, Nevada",0,0,0,0,0,0,0,1035,1035,1362,3563,4500,10867,12016,18529.0,21317,32497,51470.0,72863.0,100756.0,133850.0,180480.0,225221.0
24 | 15546,22535,US,93598,38.54,-118.43,,Census,US County,NV,"Mineral County, Nevada",0,0,0,0,0,0,0,0,0,0,0,0,0,1848,1863.0,2342,5560,6329.0,7051.0,6217.0,6475.0,5071.0,4772.0
25 | 15818,27207,US,93600,,,,Census,US County,NV,"Lincoln County, Nevada",0,0,0,0,0,0,0,0,2985,2637,2466,3284,3489,2287,3601.0,4130,3837,2431.0,2557.0,3732.0,3775.0,4165.0,5345.0
26 | 16261,31439,US,124358,35.9786111111,-114.8325,,Census,City,NV,"Boulder City, Nevada",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,3903,4059.0,5223.0,9590.0,12567.0,14966.0,15023.0
27 | 16707,21723,US,124463,39.5544444444,-119.735555556,,Census,City,NV,"Sparks, Nevada",0,0,0,0,0,0,0,0,0,0,0,0,2500,3238,4508.0,5318,8203,16618.0,24187.0,40780.0,53667.0,66346.0,90264.0
28 | 17289,30025,US,124479,39.2533333333,-114.877222222,,Census,City,NV,"Ely, Nevada",0,0,0,0,0,0,0,0,0,0,203,525,2055,2090,3045.0,4140,3558,4018.0,4176.0,4882.0,4756.0,4041.0,4255.0
29 | 17368,24145,US,93601,39.95,-117.03,,Census,US County,NV,"Lander County, Nevada",0,0,0,0,0,0,0,0,2815,3624,2266,1534,1786,1484,1714.0,1745,1850,1566.0,2666.0,4076.0,6266.0,5794.0,5775.0
30 | 21186,29696,US,93599,39.01,-119.19,,Census,US County,NV,"Lyon County, Nevada",0,0,0,0,0,0,0,0,1837,2409,1987,2268,3568,4078,3810.0,4076,3679,6143.0,8221.0,13594.0,20001.0,34501.0,51980.0
31 | 21796,8988,US,124420,40.7466666667,-115.592777778,,Census,Cdp,NV,"Spring Creek, Nevada",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,0.0,0.0,0.0,5866.0,10548.0,12361.0
32 | 22012,27497,US,124431,40.9683333333,-117.726666667,,Census,City,NV,"Winnemucca, Nevada",0,0,0,0,0,0,0,0,290,763,1307,1110,1786,1934,1989.0,2485,2827,3453.0,3587.0,4140.0,6134.0,7174.0,8396.0
33 | 22262,16206,US,124384,36.0819444444,-115.124722222,,Census,Unincorporated town,NV,"Paradise, Nevada",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,0.0,24477.0,84818.0,124682.0,186070.0,223167.0
34 | 22363,16486,US,124446,38.9852777778,-119.165277778,,Census,City,NV,"Yerington, Nevada",0,0,0,0,0,0,0,0,0,0,0,682,1169,1005,964.0,1157,1764,2010.0,2021.0,2367.0,2883.0,3048.0,3048.0
35 | 22752,27220,US,93604,,,,Census,US County,NV,"Esmeralda County, Nevada",0,0,0,0,0,0,0,0,1553,3220,2148,1972,9369,2410,1077.0,1554,614,619.0,629.0,777.0,1344.0,971.0,783.0
36 | 22985,40587,US,664039,39.3102777778,-119.649444444,,Census,Census-designated place,NV,"Virginia City, Nevada",0,0,0,0,0,0,0,2345,7048,10917,6433,2695,2244,1200,590.0,500,500,610.0,600.0,600.0,920.0,0.0,855.0
37 | 25024,14445,US,124426,40.7394444444,-114.069722222,,Census,Small city,NV,"West Wendover, Nevada",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,0.0,0.0,0.0,2007.0,4721.0,4410.0
38 | 26700,28645,US,124417,40.8333333333,-115.766666667,,Census,City,NV,"Elko, Nevada",0,0,0,0,0,0,0,0,1160,752,766,849,1677,2173,3217.0,4094,5393,6298.0,7621.0,8758.0,14736.0,16708.0,18297.0
39 | 27477,9007,US,124392,36.1755555556,-115.059722222,,Census,Unincorporated town,NV,"Sunrise Manor, Nevada",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,0.0,10886.0,44155.0,95362.0,156120.0,189372.0
40 | 27519,57302,US,7441,39.1608333333,-119.753888889,,Census,Independent city and state capital,NV,"Carson City, Nevada",0,0,0,0,0,0,714,714,3042,4229,3950,2100,2466,1685,1596.0,2478,3082,5163.0,15468.0,32022.0,40443.0,52547.0,55274.0
41 | 27698,39325,US,124364,36.0333333333,-114.983333333,,Census,City,NV,"Henderson, Nevada",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,3643,12525.0,16395.0,24363.0,64942.0,175381.0,257729.0
42 | 28361,7601,US,124391,36.1263888889,-115.332777778,,Census,Cdp,NV,"Summerlin South, Nevada",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,0.0,0.0,0.0,0.0,3735.0,24085.0
43 | 29261,19484,US,124441,39.5986111111,-119.215,,Census,City,NV,"Fernley, Nevada",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,0.0,0.0,5164.0,8543.0,19368.0,19368.0
44 | 30026,25740,US,93602,41.41,-118.12,,Census,US County,NV,"Humboldt County, Nevada",0,0,0,0,0,0,0,40,1916,3480,3434,4463,6825,3743,3795.0,4743,4838,5708.0,6375.0,9434.0,12844.0,16106.0,16528.0
45 | 30225,8553,US,124423,41.1094444444,-114.968888889,,Census,City,NV,"Wells, Nevada",0,0,0,0,0,0,0,0,0,243,254,440,598,521,655.0,830,947,1071.0,1081.0,1218.0,1256.0,1346.0,1292.0
46 | 30891,16164,US,124390,36.1125,-115.250277778,,Census,Unincorporated town,NV,"Spring Valley, Nevada",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,0.0,0.0,0.0,51726.0,117390.0,178395.0
47 | 31399,16974,US,124436,37.6152777778,-114.514166667,,Census,City,NV,"Caliente, Nevada",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,970,792,916.0,982.0,1111.0,1123.0,1130.0,1130.0
48 |
--------------------------------------------------------------------------------
/wikipedia_state_data/PR.csv:
--------------------------------------------------------------------------------
1 | ,article_length,country,id,lat,lon,other_years,poptype,settlement_type,state,title,y1790,y1800,y1810,y1820,y1830,y1840,y1850,y1860,y1870,y1880,y1890,y1900,y1910,y1920,y1930,y1940,y1950,y1960,y1970,y1980,y1990,y2000,y2010
2 | 251,11603,US,654485,18.0063888889,-66.0158333333,"[[y1899,11163]]",USA,Municipality,PR,"Patillas, Puerto Rico",0,0,0,0,0,0,0,0,0,0,0,0,14448,14284,14178.0,17319,18851,17106.0,17828.0,17774.0,19633.0,20152.0,0.0
3 | 996,7759,United States of America,453059,18.4563888889,-66.0711111111,,USA,Sector (of santurce),PR,Condado (Santurce),0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,2470,3336,3371.0,4605.0,5575.0,5582.0,6170.0,0.0
4 | 1687,54548,US,149133,18.2011111111,-67.1397222222,,USA,Municipality,PR,"Mayagüez, Puerto Rico",0,0,0,0,0,0,0,0,0,0,0,0,42429,41612,58270.0,76487,87307,83850.0,85857.0,96193.0,100371.0,98434.0,89080.0
5 | 4250,22881,US,318909,18.3791666667,-65.9013888889,,Puerto Rico,Municipality,PR,"Canóvanas, Puerto Rico",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,0.0,0.0,31880.0,36816.0,43335.0,47648.0
6 | 4771,32880,US,369707,18.1627777778,-66.7222222222,,Census,Municipality,PR,"Adjuntas, Puerto Rico",0,0,0,0,0,0,0,0,0,0,0,19484,16954,17988,18075.0,22556,22424,19658.0,18691.0,18786.0,19451.0,19143.0,19483.0
7 | 5087,5554,US,23745051,18.3372222222,-66.0716666667,"[[y1899,1706],[y1935,3473]]",USA,,PR,"Caimito, San Juan, Puerto Rico",0,0,0,0,0,0,0,0,0,0,0,0,1934,2329,2884.0,3115,4588,6987.0,13268.0,15939.0,19413.0,20832.0,0.0
8 | 5974,171725,US,84165,18.0016666667,-66.6066666667,"[[y1765,3314],[y1776,5674],[y1824,9878],[y1828,14927],[y1836,16970],[y1846,21799],[y1857,20205],[y1876,33514],[y1887,42388],[y1897,49000]]",Spain,Municipality,PR,"Ponce, Puerto Rico",0,7234,0,0,0,0,0,28156,0,0,0,0,0,0,0.0,0,0,0.0,0.0,0.0,0.0,0.0,0.0
9 | 8147,12042,US,654432,18.3636111111,-66.5713888889,,USA,Municipality,PR,"Florida, Puerto Rico",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,1,1.0,1.0,7232.0,8689.0,12367.0,0.0
10 | 8264,10305,US,3074072,18.3997222222,-66.05,"[[y1899,13760]]",Census,Unknown,PR,"Río Piedras, Puerto Rico",0,0,0,0,0,0,0,0,0,0,0,0,18880,24745,40853.0,68290,143989,251384.0,321957.0,323860.0,332865.0,332344.0,0.0
11 | 8287,17941,US,214497,18.445,-66.1177777778,,USA,Municipality,PR,"Cataño, Puerto Rico",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,19865,25208.0,26459.0,26243.0,34587.0,30071.0,0.0
12 | 8332,20676,US,654428,18.1758333333,-66.1613888889,"[[y1899,7552]]",Puerto Rico,Municipality,PR,"Cidra, Puerto Rico",0,0,0,0,0,0,0,0,0,0,0,0,10595,14789,19662.0,20392,20491,21891.0,23892.0,28365.0,35601.0,42753.0,43480.0
13 | 14564,25007,US,654413,18.3794444444,-67.1883333333,,Puerto Rico,Municipality,PR,"Aguada, Puerto Rico",0,0,0,0,0,0,0,0,0,0,0,0,0,0,14670.0,17923,20743,23234.0,25658.0,31567.0,35911.0,42042.0,41959.0
14 | 14896,25036,US,654496,18.3627777778,-66.0175,"[[y1899,5683]]",Puerto Rico,Municipality,PR,"Trujillo Alto, Puerto Rico",0,0,0,0,0,0,0,0,0,0,0,0,0,7470,9576.0,11726,13605,18251.0,30351.0,51389.0,61120.0,75728.0,74842.0
15 | 16335,1800,US,3748241,18.4616666667,-66.0963888889,"[[y1899,5453],[y1935,13356]]",USA,Unknown,PR,"Puerta de Tierra, Puerto Rico",0,0,0,0,0,0,0,0,0,0,0,0,10836,15716,11936.0,11480,9114,8075.0,6143.0,5522.0,5366.0,4135.0,0.0
16 | 16576,14204,US,654483,18.2269444444,-66.3911111111,"[[y1899,14845]]",USA,Municipality,PR,"Orocovis, Puerto Rico",0,0,0,0,0,0,0,0,0,0,0,0,15028,15758,16115.0,19770,21181,20362.0,20201.0,19332.0,21158.0,23844.0,0.0
17 | 20058,40093,US,84511,18.43,-67.1544444444,,Census,Municipality,PR,"Aguadilla, Puerto Rico",0,0,0,0,0,0,0,0,0,0,0,17830,21419,24287,28319.0,34956,44357,47864.0,51355.0,54606.0,59335.0,64685.0,60949.0
18 | 22853,25406,US,647905,18.5130555556,-67.07,,Census,Municipality,PR,"Isabela, Puerto Rico",0,0,0,0,0,0,0,0,0,0,0,14888,16852,19809,23008.0,25842,29113,28754.0,30430.0,37435.0,39147.0,44444.0,45631.0
19 | 26191,13636,US,654468,18.1808333333,-66.98,"[[y1899,8312]]",USA,Municipality,PR,"Maricao, Puerto Rico",0,0,0,0,0,0,0,0,0,0,0,0,7158,8291,6463.0,7724,7403,6990.0,5991.0,6737.0,6206.0,6449.0,0.0
20 | 27232,13370,US,654449,18.1397222222,-67.1275,,USA,Municipality,PR,"Hormigueros, Puerto Rico",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,6916,7153.0,10827.0,14030.0,15212.0,16614.0,0.0
21 | 30471,21093,US,218590,18.4588888889,-66.2677777778,"[[y1899,3804]]",USA,Town and municipality,PR,"Dorado, Puerto Rico",0,0,0,0,0,0,0,0,0,0,0,0,4885,5842,7579.0,9481,11749,13460.0,17388.0,25511.0,30759.0,34017.0,0.0
22 | 30487,16148,US,654415,18.2569444444,-66.1030555556,,Puerto Rico,Municipality,PR,"Aguas Buenas, Puerto Rico",0,0,0,0,0,0,0,0,0,0,0,0,0,0,12885.0,14671,15565,17034.0,18600.0,22429.0,25424.0,29032.0,28659.0
23 |
--------------------------------------------------------------------------------
/wikipedia_state_data/RI.csv:
--------------------------------------------------------------------------------
1 | ,article_length,country,id,lat,lon,other_years,poptype,settlement_type,state,title,y1790,y1800,y1810,y1820,y1830,y1840,y1850,y1860,y1870,y1880,y1890,y1900,y1910,y1920,y1930,y1940,y1950,y1960,y1970,y1980,y1990,y2000,y2010
2 | 478,14174,US,134350,41.5805555556,-71.4538888889,,Census,Town,RI,"North Kingstown, Rhode Island",2907,2794,2957,3007,3036,2909,2971,3104,3563,3949,4193,4194,4048,3397,4279.0,4604,14180,18977.0,29793.0,21938.0,23786.0,26326.0,26486.0
3 | 1857,22579,US,134315,41.5,-71.1666666667,,Census,Town,RI,"Little Compton, Rhode Island",1542,1577,1553,1580,1378,1327,1462,1304,1166,1202,1128,1132,1273,1389,1382.0,1492,1556,1702.0,2385.0,3085.0,3339.0,3593.0,3492.0
4 | 2751,7951,US,134313,41.6294444444,-71.6602777778,,Census,Town,RI,"West Greenwich, Rhode Island",2054,1757,1619,1927,1817,1415,1350,1258,1133,1018,798,606,481,367,402.0,526,847,1169.0,1841.0,2738.0,3492.0,5085.0,6135.0
5 | 2969,20641,US,134311,41.65,-71.4833333333,,Census,Town,RI,"East Greenwich, Rhode Island",1824,1775,1530,1519,1591,1509,2358,2882,2660,2887,3127,2775,3420,3290,3666.0,3842,4923,6100.0,9577.0,10211.0,11865.0,12948.0,13146.0
6 | 3060,20624,US,134322,41.7666666667,-71.45,,Census,City,RI,"Cranston, Rhode Island",1990,1644,2161,2274,2653,2902,4311,7500,4822,5940,8099,13343,21107,29407,42911.0,47085,55060,66766.0,74287.0,72534.0,75043.0,79269.0,80387.0
7 | 3730,6174,US,134318,41.5086111111,-71.2880555556,,Census,Cdp,RI,"Newport East, Rhode Island",0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0,0,2643.0,10285.0,11030.0,11080.0,11463.0,11769.0
8 | 4189,97770,US,19356538,41.8236111111,-71.4222222222,,Census,State capital of rhode island,RI,"Providence, Rhode Island",6380,7614,10070,11767,16833,23171,41513,50666,68904,104857,132146,175597,223326,237595,252981.0,253504,248674,207498.0,179213.0,156804.0,160728.0,173618.0,178042.0
9 | 4486,21070,US,134314,41.5166666667,-71.3666666667,,Census,Town,RI,"Jamestown, Rhode Island",507,501,504,448,415,365,358,400,378,459,707,1091,1175,1633,1599.0,1744,2068,2267.0,2911.0,4040.0,4999.0,5622.0,5405.0
10 | 5760,22365,US,134338,42.0083333333,-71.5161111111,,Census,City,RI,"Woonsocket, Rhode Island",0,0,0,0,0,0,0,0,11527,16050,20830,28204,38126,43496,49376.0,49303,50211,47080.0,46820.0,45914.0,43877.0,43224.0,41186.0
11 | 6782,17099,US,134336,41.9216666667,-71.5494444444,,Census,Town,RI,"Smithfield, Rhode Island",3171,3120,3828,4678,6857,9534,11500,13283,2605,3085,2500,2107,2739,3199,3967.0,4611,6690,9442.0,13468.0,16886.0,19163.0,20613.0,21430.0
12 | 7743,18850,US,134326,41.7969444444,-71.7272222222,,Census,Town,RI,"Foster, Rhode Island",2268,2457,2613,2900,2672,2181,1932,1935,1630,1552,1252,1151,1124,905,916.0,1237,1630,2097.0,2626.0,3370.0,4316.0,4274.0,4606.0
13 | 7993,14554,US,134309,41.7261111111,-71.2705555556,,Census,Town,RI,"Warren, Rhode Island",1122,1473,1775,1806,1800,2437,3103,2636,3008,4007,4489,5108,6585,7841,7974.0,8158,8513,8750.0,10523.0,10640.0,11385.0,11360.0,10611.0
14 | 8288,17195,US,134320,41.9683333333,-71.6830555556,,Census,Burrillville,RI,"Burrillville, Rhode Island",0,0,1834,2164,2196,1982,3538,4140,4674,5714,5492,6317,7878,8696,7677.0,8185,8774,9119.0,10087.0,13164.0,16230.0,15796.0,15955.0
15 | 9582,14852,US,134341,41.3852777778,-71.6680555556,,Census,Town,RI,"Charlestown, Rhode Island",2022,1454,1174,1160,1284,923,994,981,1119,1117,915,975,1037,759,1118.0,1199,1598,1966.0,2863.0,4800.0,6478.0,7859.0,7827.0
16 | 9767,21270,US,248962,41.6841666667,-71.2686111111,,Census,Town,RI,"Bristol, Rhode Island",1406,1678,2698,3197,3084,3490,4616,5271,5302,6628,5478,6901,8565,11375,11953.0,11159,12320,14570.0,17860.0,20128.0,21625.0,22469.0,22954.0
17 | 14711,15832,US,134330,41.8266666667,-71.4947222222,,Census,Town,RI,"Johnston, Rhode Island",1320,1864,1516,1542,2115,2477,2937,3440,4192,5765,9778,4305,5935,6855,9357.0,10672,12725,17160.0,22037.0,24907.0,26542.0,28195.0,28769.0
18 | 15916,11418,US,134342,41.5666666667,-71.6,,Census,Town,RI,"Exeter, Rhode Island",2495,2476,2256,2581,2883,1776,1634,1741,1462,1310,964,841,778,1033,1314.0,1790,1870,2298.0,3245.0,4453.0,5461.0,6045.0,6425.0
19 | 16249,12787,US,134344,,,,Census,Town,RI,"Hopkinton, Rhode Island",2462,2276,1774,1821,1777,1726,2477,2738,2682,2952,2864,2602,2324,2316,2823.0,3230,3676,4174.0,5392.0,6406.0,6873.0,7836.0,8188.0
20 | 16423,27911,US,134334,41.8758333333,-71.3769444444,,Census,City,RI,"Pawtucket, Rhode Island",0,0,0,0,1459,2184,3753,4200,6619,19030,27633,39231,51622,64248,77149.0,75797,81436,81001.0,76984.0,71204.0,72644.0,72958.0,71148.0
21 | 16808,14264,US,258058,41.86,-71.4563888889,,Census,City,RI,"North Providence, Rhode Island",1071,1067,1758,2420,3503,4207,7680,11818,20495,1467,2084,3016,5407,7697,11104.0,12156,13927,18220.0,24337.0,29188.0,32090.0,32411.0,32078.0
22 | 18190,20981,US,134325,41.8136111111,-71.37,,Census,City,RI,"East Providence, Rhode Island",0,0,0,0,0,0,0,0,2668,5056,8422,12138,15808,21793,29995.0,32165,35871,41955.0,48207.0,50980.0,50380.0,48688.0,47037.0
23 | 18779,28134,US,91914,41.51,-71.26,,Census,US County,RI,"Newport County, Rhode Island",14351,14845,16294,15771,16535,16874,20007,21896,20050,24180,28552,32599,39335,42893,41668.0,46696,61539,81891.0,94559.0,81383.0,87194.0,85433.0,82888.0
24 | 19232,18058,US,260200,41.6263888889,-71.2111111111,,Census,Town,RI,"Tiverton, Rhode Island",2453,2717,2837,2875,2905,3183,4699,1927,1808,2505,2837,2977,4032,3894,4578.0,5018,5659,9461.0,12559.0,13526.0,14312.0,15260.0,15780.0
25 | 19447,40838,US,73352,41.4880555556,-71.3125,,Census,City,RI,"Newport, Rhode Island",6716,6739,7907,7319,8010,8333,9563,10508,12521,15693,19457,22441,27149,30255,27612.0,30532,37564,47049.0,34562.0,29259.0,28227.0,26475.0,24672.0
26 | 19722,18274,US,134321,41.8916666667,-71.3911111111,,Census,City,RI,"Central Falls, Rhode Island",0,0,0,0,0,0,0,0,0,0,0,18167,22754,24174,25808.0,25248,23550,19858.0,18716.0,16995.0,17637.0,18928.0,19376.0
27 | 20247,15006,US,134317,41.5116666667,-71.2866666667,,Census,Town,RI,"Middletown, Rhode Island",840,913,976,949,915,891,830,1012,971,1139,1154,1457,1708,2004,2499.0,3379,7382,12675.0,29290.0,17216.0,19460.0,17334.0,16150.0
28 | 20280,28570,US,91916,41.7,-71.28,,Census,US County,RI,"Bristol County, Rhode Island",3211,3801,5072,5637,5446,6476,8514,8907,9421,11394,11428,13144,17602,23113,25089.0,25548,29079,37146.0,45937.0,46942.0,48859.0,50648.0,49875.0
29 | 20512,17499,US,134351,41.5,-71.6666666667,,Census,Town,RI,"Richmond, Rhode Island",1760,1368,1330,1423,1363,1361,1784,1964,2064,1949,1669,1596,1633,1301,1535.0,1629,1772,1986.0,2625.0,4018.0,5351.0,7222.0,7708.0
30 | 21357,17454,US,134346,41.4344444444,-71.4625,,Census,Town,RI,"Narragansett, Rhode Island",0,0,0,0,0,0,0,0,0,0,1408,1523,1250,993,1258.0,1560,2288,3444.0,7138.0,12088.0,14985.0,16361.0,15868.0
31 | 21542,27464,US,25439653,41.5858333333,-71.6544444444,,Census,US County,RI,"Washington County, Rhode Island",18323,16135,14962,15687,15411,14324,16430,18715,20097,22495,23649,24154,24942,24932,29334.0,32493,48542,59054.0,83586.0,93317.0,110006.0,123546.0,126979.0
32 | 22357,28235,US,134312,41.7166666667,-71.4166666667,,Census,City,RI,"Warwick, Rhode Island",0,0,0,0,5529,6726,7740,8916,10453,12164,17761,21316,26629,13481,23196.0,28757,43028,68504.0,83694.0,87123.0,85427.0,85808.0,82672.0
33 | 24156,19749,US,134332,41.9880555556,-71.5519444444,,Census,Town,RI,"North Smithfield, Rhode Island",0,0,0,0,0,0,0,0,3052,3088,3173,2422,2699,3200,3945.0,4196,5726,7632.0,9349.0,9972.0,10497.0,10618.0,11967.0
34 | 24185,27471,US,91915,41.68,-71.58,,Census,US County,RI,"Kent County, Rhode Island",8851,8487,9834,10228,12789,13083,15068,17303,18595,20588,26754,29976,36378,38269,51390.0,58311,77763,112619.0,142382.0,154163.0,161135.0,167090.0,166158.0
35 | 24319,30037,US,91913,,,,Census,US County,RI,"Providence County, Rhode Island",24376,25854,30869,35736,47018,58073,87526,107799,149190,197874,255123,328683,424353,475190,540016.0,550298,574973,568778.0,580261.0,571349.0,596270.0,621602.0,626667.0
36 | 24368,143393,US,25410,,,,Census,US State,RI,Rhode Island,68825,69122,76931,83059,97199,108830,147545,174620,217353,276531,345506,428556,542610,604397,687497.0,713346,791896,859488.0,946725.0,947154.0,1003464.0,1048319.0,1052567.0
37 | 24578,44448,US,258053,41.7452777778,-71.3180555556,"[[y1774,601],[y1782,534],[y2015,16240]]", US,Town,RI,"Barrington, Rhode Island",683,650,604,634,612,549,795,1000,1111,1359,1461,1135,2452,3897,5162.0,6231,8246,13826.0,17554.0,16174.0,15849.0,16819.0,16310.0
38 | 27667,12894,US,134331,41.9211111111,-71.435,,Census,Town,RI,"Lincoln, Rhode Island",0,0,0,0,0,0,0,0,7889,13765,20355,8937,9825,9543,10421.0,10577,11270,13551.0,16182.0,16949.0,18045.0,20898.0,21105.0
39 | 27949,17518,US,134335,41.7833333333,-71.6166666667,,Census,Town,RI,"Scituate, Rhode Island",2315,2523,2568,2834,3993,4090,4582,4251,3846,3810,3174,3361,3493,3006,2292.0,2838,3905,5210.0,7489.0,8405.0,9796.0,10324.0,10329.0
40 | 28505,14701,US,188188,41.7,-71.5166666667,,Census,Town,RI,"West Warwick, Rhode Island",0,0,0,0,0,0,0,0,0,0,0,0,0,15461,17696.0,18188,19096,21414.0,24323.0,27026.0,29268.0,29581.0,29191.0
41 | 28592,12288,US,134327,41.8908333333,-71.6905555556,,Census,Town,RI,"Glocester, Rhode Island",4025,4009,2310,2504,2521,2304,2872,2427,2385,2250,2095,1402,1404,1389,1693.0,2099,2682,3397.0,5160.0,7550.0,9227.0,9948.0,9746.0
42 | 29047,17751,US,260202,41.3552777778,-71.8019444444,,Census,Town,RI,"Westerly, Rhode Island",2298,2329,1911,1972,1915,1912,2763,3470,4709,6104,6813,7541,8696,9952,10997.0,11199,12380,14267.0,17248.0,18580.0,21605.0,22966.0,22787.0
43 | 29589,18389,US,134310,41.6938888889,-71.5958333333,,Census,Town,RI,"Coventry, Rhode Island",2477,2423,2928,3139,3851,3433,3620,4247,4349,4519,5068,5279,5848,5670,6430.0,6998,9869,15432.0,22947.0,27065.0,31083.0,33668.0,35014.0
44 | 29785,21538,US,134323,41.9666666667,-71.4327777778,,Census,Town,RI,"Cumberland, Rhode Island",1964,2056,2210,2653,3675,5225,6661,8339,3882,6445,8090,8925,10107,10077,10304.0,10625,12842,18792.0,26605.0,27069.0,29038.0,31840.0,33506.0
45 | 29941,28448,US,134352,41.4475,-71.5272222222,,Census,Town,RI,"South Kingstown, Rhode Island",4131,3438,3560,3723,3663,3717,3807,4717,4493,5114,4823,4972,5176,5181,6010.0,7282,10148,11942.0,16913.0,20414.0,24631.0,27921.0,30639.0
46 | 30237,14310,US,134319,41.6,-71.25,,Census,Town,RI,"Portsmouth, Rhode Island",1560,1684,1795,1645,1727,1706,1833,2048,2003,1979,1949,2105,2681,2590,2969.0,3683,6578,8251.0,12521.0,14257.0,16857.0,17149.0,17389.0
47 |
--------------------------------------------------------------------------------
/wikipedia_state_data/UM.csv:
--------------------------------------------------------------------------------
1 | ,article_length,country,id,lat,lon,other_years,poptype,settlement_type,state,title,y1790,y1800,y1810,y1820,y1830,y1840,y1850,y1860,y1870,y1880,y1890,y1900,y1910,y1920,y1930,y1940,y1950,y1960,y1970,y1980,y1990,y2000,y2010
2 |
--------------------------------------------------------------------------------
/wikipedia_state_data/VI.csv:
--------------------------------------------------------------------------------
1 | ,article_length,country,id,lat,lon,other_years,poptype,settlement_type,state,title,y1790,y1800,y1810,y1820,y1830,y1840,y1850,y1860,y1870,y1880,y1890,y1900,y1910,y1920,y1930,y1940,y1950,y1960,y1970,y1980,y1990,y2000,y2010
2 |
--------------------------------------------------------------------------------