Compare commits
9 Commits
a01e85c1df
...
ver1
| Author | SHA1 | Date | |
|---|---|---|---|
| 0868ed487e | |||
| fe228a1b93 | |||
| e261b9e981 | |||
| f23fc110ca | |||
| 50e633ff04 | |||
| cf62c81b2c | |||
| 457cea1c87 | |||
| 5071118e47 | |||
| 69bb44bb61 |
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
result/*
|
||||
13
AHPMethod.py
Normal file
13
AHPMethod.py
Normal file
@@ -0,0 +1,13 @@
|
||||
from AHP import AHP
|
||||
import numpy as np
|
||||
|
||||
criteria=np.array([
|
||||
[],
|
||||
[],
|
||||
[]
|
||||
])
|
||||
|
||||
max_eigen,CR,criteria_eigen=AHP(criteria,np.array([[0]])).cal_weights(criteria)
|
||||
|
||||
print()
|
||||
print(max_eigen,CR,criteria_eigen)
|
||||
38
color/config.json
Normal file
38
color/config.json
Normal file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"color_pool":[
|
||||
"#ec6941",
|
||||
"#f19149",
|
||||
"#f8b551",
|
||||
"#fff45c",
|
||||
"#b3d465",
|
||||
"#80c269",
|
||||
"#32b16c",
|
||||
"#13b5b1",
|
||||
"#00b7ee",
|
||||
"#448aca",
|
||||
"#556fb5",
|
||||
"#5f52a0",
|
||||
"#8957a1",
|
||||
"#ae5da1",
|
||||
"#ea68a2",
|
||||
"#eb6877"
|
||||
],
|
||||
"color":[
|
||||
"#ec6941",
|
||||
"#80c269",
|
||||
"#448aca",
|
||||
"#ea68a2",
|
||||
"#f8b551",
|
||||
"#13b5b1",
|
||||
"#5f52a0",
|
||||
"#eb6877",
|
||||
"#fff45c",
|
||||
"#00b7ee",
|
||||
"#8957a1",
|
||||
"#f19149",
|
||||
"#32b16c",
|
||||
"#556fb5",
|
||||
"#ae5da1",
|
||||
"#b3d465"
|
||||
]
|
||||
}
|
||||
15
color/usage.py
Normal file
15
color/usage.py
Normal file
@@ -0,0 +1,15 @@
|
||||
import json
|
||||
import numpy as np
|
||||
import matplotlib.pyplot as plt
|
||||
|
||||
colorList = json.load(open('config.json','r'))["color"]
|
||||
|
||||
N=5
|
||||
|
||||
data = [ np.random.randn(19)/3 + N - i for i in range(N)]
|
||||
|
||||
for i in range(N):
|
||||
plt.plot(data[i], color=colorList[i])
|
||||
|
||||
plt.legend(['data1', 'data2', 'data3', 'data4', 'data5'])
|
||||
plt.show()
|
||||
10249
data/addon/Air quality index in Juneau.csv
Normal file
10249
data/addon/Air quality index in Juneau.csv
Normal file
File diff suppressed because it is too large
Load Diff
12
data/addon/Annual greenhouse gas emissions in Juneau.csv
Normal file
12
data/addon/Annual greenhouse gas emissions in Juneau.csv
Normal file
@@ -0,0 +1,12 @@
|
||||
"Entity DCID","Entity properties isoCode","Entity properties name","Variable DCID","Variable observation date","Variable observation metadata importName","Variable observation metadata provenanceUrl","Variable observation metadata scalingFactor","Variable observation metadata unit","Variable observation metadata unitDisplayName","Variable observation value","Variable properties name"
|
||||
"geoId/02110","","Juneau City and Borough","Annual_Emissions_GreenhouseGas_NonBiogenic","2011","EPA_GHGRP_AggCounty","https://www.epa.gov/ghgreporting","","MetricTonCO2e","tCO2e",71727.76,"Annual Emissions of Non Biogenic Greenhouse Gases"
|
||||
"geoId/02110","","Juneau City and Borough","Annual_Emissions_GreenhouseGas_NonBiogenic","2012","EPA_GHGRP_AggCounty","https://www.epa.gov/ghgreporting","","MetricTonCO2e","tCO2e",113587.490321,"Annual Emissions of Non Biogenic Greenhouse Gases"
|
||||
"geoId/02110","","Juneau City and Borough","Annual_Emissions_GreenhouseGas_NonBiogenic","2013","EPA_GHGRP_AggCounty","https://www.epa.gov/ghgreporting","","MetricTonCO2e","tCO2e",95652.886,"Annual Emissions of Non Biogenic Greenhouse Gases"
|
||||
"geoId/02110","","Juneau City and Borough","Annual_Emissions_GreenhouseGas_NonBiogenic","2014","EPA_GHGRP_AggCounty","https://www.epa.gov/ghgreporting","","MetricTonCO2e","tCO2e",76765.202,"Annual Emissions of Non Biogenic Greenhouse Gases"
|
||||
"geoId/02110","","Juneau City and Borough","Annual_Emissions_GreenhouseGas_NonBiogenic","2015","EPA_GHGRP_AggCounty","https://www.epa.gov/ghgreporting","","MetricTonCO2e","tCO2e",51892.616,"Annual Emissions of Non Biogenic Greenhouse Gases"
|
||||
"geoId/02110","","Juneau City and Borough","Annual_Emissions_GreenhouseGas_NonBiogenic","2016","EPA_GHGRP_AggCounty","https://www.epa.gov/ghgreporting","","MetricTonCO2e","tCO2e",56959.982,"Annual Emissions of Non Biogenic Greenhouse Gases"
|
||||
"geoId/02110","","Juneau City and Borough","Annual_Emissions_GreenhouseGas_NonBiogenic","2017","EPA_GHGRP_AggCounty","https://www.epa.gov/ghgreporting","","MetricTonCO2e","tCO2e",49644.262,"Annual Emissions of Non Biogenic Greenhouse Gases"
|
||||
"geoId/02110","","Juneau City and Borough","Annual_Emissions_GreenhouseGas_NonBiogenic","2018","EPA_GHGRP_AggCounty","https://www.epa.gov/ghgreporting","","MetricTonCO2e","tCO2e",49236.734,"Annual Emissions of Non Biogenic Greenhouse Gases"
|
||||
"geoId/02110","","Juneau City and Borough","Annual_Emissions_GreenhouseGas_NonBiogenic","2019","EPA_GHGRP_AggCounty","https://www.epa.gov/ghgreporting","","MetricTonCO2e","tCO2e",104822.6,"Annual Emissions of Non Biogenic Greenhouse Gases"
|
||||
"geoId/02110","","Juneau City and Borough","Annual_Emissions_GreenhouseGas_NonBiogenic","2020","EPA_GHGRP_AggCounty","https://www.epa.gov/ghgreporting","","MetricTonCO2e","tCO2e",66946.878,"Annual Emissions of Non Biogenic Greenhouse Gases"
|
||||
"geoId/02110","","Juneau City and Borough","Annual_Emissions_GreenhouseGas_NonBiogenic","2021","EPA_GHGRP_AggCounty","https://www.epa.gov/ghgreporting","","MetricTonCO2e","tCO2e",66422.676,"Annual Emissions of Non Biogenic Greenhouse Gases"
|
||||
|
@@ -0,0 +1,12 @@
|
||||
"Entity DCID","Entity properties isoCode","Entity properties name","Variable DCID","Variable observation date","Variable observation metadata importName","Variable observation metadata provenanceUrl","Variable observation metadata scalingFactor","Variable observation metadata unit","Variable observation metadata unitDisplayName","Variable observation value","Variable properties name"
|
||||
"geoId/02110","","Juneau City and Borough","Annual_Emissions_CarbonDioxide_NonBiogenic","2011","EPA_GHGRP_AggCounty","https://www.epa.gov/ghgreporting","","MetricTonCO2e","tCO2e",54494.4,"Annual Emissions of Non Biogenic Carbon Dioxide"
|
||||
"geoId/02110","","Juneau City and Borough","Annual_Emissions_CarbonDioxide_NonBiogenic","2012","EPA_GHGRP_AggCounty","https://www.epa.gov/ghgreporting","","MetricTonCO2e","tCO2e",35734.686709,"Annual Emissions of Non Biogenic Carbon Dioxide"
|
||||
"geoId/02110","","Juneau City and Borough","Annual_Emissions_CarbonDioxide_NonBiogenic","2013","EPA_GHGRP_AggCounty","https://www.epa.gov/ghgreporting","","MetricTonCO2e","tCO2e",59172,"Annual Emissions of Non Biogenic Carbon Dioxide"
|
||||
"geoId/02110","","Juneau City and Borough","Annual_Emissions_CarbonDioxide_NonBiogenic","2014","EPA_GHGRP_AggCounty","https://www.epa.gov/ghgreporting","","MetricTonCO2e","tCO2e",36413.1,"Annual Emissions of Non Biogenic Carbon Dioxide"
|
||||
"geoId/02110","","Juneau City and Borough","Annual_Emissions_CarbonDioxide_NonBiogenic","2015","EPA_GHGRP_AggCounty","https://www.epa.gov/ghgreporting","","MetricTonCO2e","tCO2e",38523.4,"Annual Emissions of Non Biogenic Carbon Dioxide"
|
||||
"geoId/02110","","Juneau City and Borough","Annual_Emissions_CarbonDioxide_NonBiogenic","2016","EPA_GHGRP_AggCounty","https://www.epa.gov/ghgreporting","","MetricTonCO2e","tCO2e",40874.2,"Annual Emissions of Non Biogenic Carbon Dioxide"
|
||||
"geoId/02110","","Juneau City and Borough","Annual_Emissions_CarbonDioxide_NonBiogenic","2017","EPA_GHGRP_AggCounty","https://www.epa.gov/ghgreporting","","MetricTonCO2e","tCO2e",38158.2,"Annual Emissions of Non Biogenic Carbon Dioxide"
|
||||
"geoId/02110","","Juneau City and Borough","Annual_Emissions_CarbonDioxide_NonBiogenic","2018","EPA_GHGRP_AggCounty","https://www.epa.gov/ghgreporting","","MetricTonCO2e","tCO2e",37819.7,"Annual Emissions of Non Biogenic Carbon Dioxide"
|
||||
"geoId/02110","","Juneau City and Borough","Annual_Emissions_CarbonDioxide_NonBiogenic","2019","EPA_GHGRP_AggCounty","https://www.epa.gov/ghgreporting","","MetricTonCO2e","tCO2e",92404.1,"Annual Emissions of Non Biogenic Carbon Dioxide"
|
||||
"geoId/02110","","Juneau City and Borough","Annual_Emissions_CarbonDioxide_NonBiogenic","2020","EPA_GHGRP_AggCounty","https://www.epa.gov/ghgreporting","","MetricTonCO2e","tCO2e",59739.8,"Annual Emissions of Non Biogenic Carbon Dioxide"
|
||||
"geoId/02110","","Juneau City and Borough","Annual_Emissions_CarbonDioxide_NonBiogenic","2021","EPA_GHGRP_AggCounty","https://www.epa.gov/ghgreporting","","MetricTonCO2e","tCO2e",53675.7,"Annual Emissions of Non Biogenic Carbon Dioxide"
|
||||
|
49
data/addon/Citizenship status in Juneau.csv
Normal file
49
data/addon/Citizenship status in Juneau.csv
Normal file
@@ -0,0 +1,49 @@
|
||||
"Entity DCID","Entity properties isoCode","Entity properties name","Variable DCID","Variable observation date","Variable observation metadata importName","Variable observation metadata provenanceUrl","Variable observation metadata scalingFactor","Variable observation metadata unit","Variable observation metadata unitDisplayName","Variable observation value","Variable properties name"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_USCitizenBornInTheUnitedStates","2011","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",28831,"US Citizens Born in the United States"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_USCitizenBornInTheUnitedStates","2012","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",29265,"US Citizens Born in the United States"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_USCitizenBornInTheUnitedStates","2013","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",29177,"US Citizens Born in the United States"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_USCitizenBornInTheUnitedStates","2014","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",29331,"US Citizens Born in the United States"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_USCitizenBornInTheUnitedStates","2015","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",29278,"US Citizens Born in the United States"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_USCitizenBornInTheUnitedStates","2016","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",29194,"US Citizens Born in the United States"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_USCitizenBornInTheUnitedStates","2017","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",28856,"US Citizens Born in the United States"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_USCitizenBornInTheUnitedStates","2018","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",28738,"US Citizens Born in the United States"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_USCitizenBornInTheUnitedStates","2019","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",28777,"US Citizens Born in the United States"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_USCitizenBornInTheUnitedStates","2020","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",28719,"US Citizens Born in the United States"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_USCitizenBornInTheUnitedStates","2021","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",28710,"US Citizens Born in the United States"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_USCitizenBornInTheUnitedStates","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",28940,"US Citizens Born in the United States"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_USCitizenByNaturalization","2011","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1262,"US Citizens by Naturalization"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_USCitizenByNaturalization","2012","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1146,"US Citizens by Naturalization"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_USCitizenByNaturalization","2013","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1264,"US Citizens by Naturalization"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_USCitizenByNaturalization","2014","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1337,"US Citizens by Naturalization"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_USCitizenByNaturalization","2015","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1498,"US Citizens by Naturalization"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_USCitizenByNaturalization","2016","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1427,"US Citizens by Naturalization"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_USCitizenByNaturalization","2017","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1505,"US Citizens by Naturalization"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_USCitizenByNaturalization","2018","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1629,"US Citizens by Naturalization"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_USCitizenByNaturalization","2019","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1656,"US Citizens by Naturalization"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_USCitizenByNaturalization","2020","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1732,"US Citizens by Naturalization"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_USCitizenByNaturalization","2021","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1891,"US Citizens by Naturalization"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_USCitizenByNaturalization","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1896,"US Citizens by Naturalization"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_NotAUSCitizen","2011","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",613,"Population Who Are Not US Citizens"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_NotAUSCitizen","2012","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",717,"Population Who Are Not US Citizens"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_NotAUSCitizen","2013","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",812,"Population Who Are Not US Citizens"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_NotAUSCitizen","2014","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",893,"Population Who Are Not US Citizens"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_NotAUSCitizen","2015","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1054,"Population Who Are Not US Citizens"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_NotAUSCitizen","2016","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1229,"Population Who Are Not US Citizens"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_NotAUSCitizen","2017","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1278,"Population Who Are Not US Citizens"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_NotAUSCitizen","2018","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1255,"Population Who Are Not US Citizens"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_NotAUSCitizen","2019","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1173,"Population Who Are Not US Citizens"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_NotAUSCitizen","2020","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",968,"Population Who Are Not US Citizens"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_NotAUSCitizen","2021","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",973,"Population Who Are Not US Citizens"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_NotAUSCitizen","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",826,"Population Who Are Not US Citizens"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_USCitizenBornAbroadOfAmericanParents","2011","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",388,"US Citizens Born Abroad to American Parents"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_USCitizenBornAbroadOfAmericanParents","2012","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",388,"US Citizens Born Abroad to American Parents"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_USCitizenBornAbroadOfAmericanParents","2013","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",459,"US Citizens Born Abroad to American Parents"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_USCitizenBornAbroadOfAmericanParents","2014","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",522,"US Citizens Born Abroad to American Parents"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_USCitizenBornAbroadOfAmericanParents","2015","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",522,"US Citizens Born Abroad to American Parents"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_USCitizenBornAbroadOfAmericanParents","2016","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",507,"US Citizens Born Abroad to American Parents"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_USCitizenBornAbroadOfAmericanParents","2017","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",544,"US Citizens Born Abroad to American Parents"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_USCitizenBornAbroadOfAmericanParents","2018","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",521,"US Citizens Born Abroad to American Parents"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_USCitizenBornAbroadOfAmericanParents","2019","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",412,"US Citizens Born Abroad to American Parents"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_USCitizenBornAbroadOfAmericanParents","2020","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",547,"US Citizens Born Abroad to American Parents"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_USCitizenBornAbroadOfAmericanParents","2021","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",548,"US Citizens Born Abroad to American Parents"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_USCitizenBornAbroadOfAmericanParents","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",416,"US Citizens Born Abroad to American Parents"
|
||||
|
133
data/addon/Household income in Juneau.csv
Normal file
133
data/addon/Household income in Juneau.csv
Normal file
@@ -0,0 +1,133 @@
|
||||
"Entity DCID","Entity properties isoCode","Entity properties name","Variable DCID","Variable observation date","Variable observation metadata importName","Variable observation metadata provenanceUrl","Variable observation metadata scalingFactor","Variable observation metadata unit","Variable observation metadata unitDisplayName","Variable observation value","Variable properties name"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOfUpto10000USDollar","2011","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",352,"Households With an Income of $10,000 or Less"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOfUpto10000USDollar","2012","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",371,"Households With an Income of $10,000 or Less"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOfUpto10000USDollar","2013","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",389,"Households With an Income of $10,000 or Less"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOfUpto10000USDollar","2014","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",403,"Households With an Income of $10,000 or Less"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOfUpto10000USDollar","2015","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",390,"Households With an Income of $10,000 or Less"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOfUpto10000USDollar","2016","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",359,"Households With an Income of $10,000 or Less"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOfUpto10000USDollar","2017","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",370,"Households With an Income of $10,000 or Less"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOfUpto10000USDollar","2018","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",395,"Households With an Income of $10,000 or Less"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOfUpto10000USDollar","2019","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",403,"Households With an Income of $10,000 or Less"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOfUpto10000USDollar","2020","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",437,"Households With an Income of $10,000 or Less"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOfUpto10000USDollar","2021","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",470,"Households With an Income of $10,000 or Less"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOfUpto10000USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",333,"Households With an Income of $10,000 or Less"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf10000To14999USDollar","2011","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",256,"Households With an Income Between $10,000 and $14,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf10000To14999USDollar","2012","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",252,"Households With an Income Between $10,000 and $14,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf10000To14999USDollar","2013","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",251,"Households With an Income Between $10,000 and $14,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf10000To14999USDollar","2014","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",232,"Households With an Income Between $10,000 and $14,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf10000To14999USDollar","2015","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",294,"Households With an Income Between $10,000 and $14,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf10000To14999USDollar","2016","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",259,"Households With an Income Between $10,000 and $14,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf10000To14999USDollar","2017","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",295,"Households With an Income Between $10,000 and $14,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf10000To14999USDollar","2018","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",353,"Households With an Income Between $10,000 and $14,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf10000To14999USDollar","2019","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",371,"Households With an Income Between $10,000 and $14,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf10000To14999USDollar","2020","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",375,"Households With an Income Between $10,000 and $14,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf10000To14999USDollar","2021","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",304,"Households With an Income Between $10,000 and $14,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf10000To14999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",256,"Households With an Income Between $10,000 and $14,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf20000To24999USDollar","2011","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",303,"Households With an Income Between $20,000 and $24,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf20000To24999USDollar","2012","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",318,"Households With an Income Between $20,000 and $24,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf20000To24999USDollar","2013","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",342,"Households With an Income Between $20,000 and $24,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf20000To24999USDollar","2014","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",362,"Households With an Income Between $20,000 and $24,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf20000To24999USDollar","2015","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",311,"Households With an Income Between $20,000 and $24,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf20000To24999USDollar","2016","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",305,"Households With an Income Between $20,000 and $24,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf20000To24999USDollar","2017","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",262,"Households With an Income Between $20,000 and $24,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf20000To24999USDollar","2018","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",334,"Households With an Income Between $20,000 and $24,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf20000To24999USDollar","2019","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",376,"Households With an Income Between $20,000 and $24,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf20000To24999USDollar","2020","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",275,"Households With an Income Between $20,000 and $24,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf20000To24999USDollar","2021","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",317,"Households With an Income Between $20,000 and $24,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf20000To24999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",412,"Households With an Income Between $20,000 and $24,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf40000To44999USDollar","2011","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",465,"Households With an Income Between $40,000 and $44,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf40000To44999USDollar","2012","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",419,"Households With an Income Between $40,000 and $44,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf40000To44999USDollar","2013","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",447,"Households With an Income Between $40,000 and $44,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf40000To44999USDollar","2014","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",439,"Households With an Income Between $40,000 and $44,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf40000To44999USDollar","2015","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",392,"Households With an Income Between $40,000 and $44,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf40000To44999USDollar","2016","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",392,"Households With an Income Between $40,000 and $44,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf40000To44999USDollar","2017","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",417,"Households With an Income Between $40,000 and $44,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf40000To44999USDollar","2018","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",363,"Households With an Income Between $40,000 and $44,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf40000To44999USDollar","2019","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",257,"Households With an Income Between $40,000 and $44,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf40000To44999USDollar","2020","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",293,"Households With an Income Between $40,000 and $44,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf40000To44999USDollar","2021","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",337,"Households With an Income Between $40,000 and $44,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf40000To44999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",369,"Households With an Income Between $40,000 and $44,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf50000To59999USDollar","2011","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1097,"Households With an Income Between $50,000 and $59,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf50000To59999USDollar","2012","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",946,"Households With an Income Between $50,000 and $59,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf50000To59999USDollar","2013","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",903,"Households With an Income Between $50,000 and $59,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf50000To59999USDollar","2014","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",951,"Households With an Income Between $50,000 and $59,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf50000To59999USDollar","2015","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",867,"Households With an Income Between $50,000 and $59,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf50000To59999USDollar","2016","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",847,"Households With an Income Between $50,000 and $59,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf50000To59999USDollar","2017","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",898,"Households With an Income Between $50,000 and $59,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf50000To59999USDollar","2018","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",854,"Households With an Income Between $50,000 and $59,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf50000To59999USDollar","2019","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",770,"Households With an Income Between $50,000 and $59,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf50000To59999USDollar","2020","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",784,"Households With an Income Between $50,000 and $59,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf50000To59999USDollar","2021","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",677,"Households With an Income Between $50,000 and $59,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf50000To59999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",844,"Households With an Income Between $50,000 and $59,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf60000To74999USDollar","2011","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1508,"Households With an Income Between $60,000 and $74,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf60000To74999USDollar","2012","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1643,"Households With an Income Between $60,000 and $74,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf60000To74999USDollar","2013","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1415,"Households With an Income Between $60,000 and $74,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf60000To74999USDollar","2014","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1328,"Households With an Income Between $60,000 and $74,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf60000To74999USDollar","2015","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1415,"Households With an Income Between $60,000 and $74,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf60000To74999USDollar","2016","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1361,"Households With an Income Between $60,000 and $74,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf60000To74999USDollar","2017","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1280,"Households With an Income Between $60,000 and $74,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf60000To74999USDollar","2018","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1434,"Households With an Income Between $60,000 and $74,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf60000To74999USDollar","2019","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1437,"Households With an Income Between $60,000 and $74,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf60000To74999USDollar","2020","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1626,"Households With an Income Between $60,000 and $74,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf60000To74999USDollar","2021","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1417,"Households With an Income Between $60,000 and $74,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf60000To74999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1164,"Households With an Income Between $60,000 and $74,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf75000To99999USDollar","2011","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",2027,"Households With an Income Between $75,000 and $99,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf75000To99999USDollar","2012","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",2254,"Households With an Income Between $75,000 and $99,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf75000To99999USDollar","2013","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",2306,"Households With an Income Between $75,000 and $99,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf75000To99999USDollar","2014","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",2192,"Households With an Income Between $75,000 and $99,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf75000To99999USDollar","2015","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",2198,"Households With an Income Between $75,000 and $99,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf75000To99999USDollar","2016","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",2087,"Households With an Income Between $75,000 and $99,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf75000To99999USDollar","2017","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1843,"Households With an Income Between $75,000 and $99,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf75000To99999USDollar","2018","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1957,"Households With an Income Between $75,000 and $99,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf75000To99999USDollar","2019","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",2062,"Households With an Income Between $75,000 and $99,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf75000To99999USDollar","2020","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",2214,"Households With an Income Between $75,000 and $99,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf75000To99999USDollar","2021","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1952,"Households With an Income Between $75,000 and $99,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf75000To99999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1954,"Households With an Income Between $75,000 and $99,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf100000To124999USDollar","2011","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1488,"Households With an Income Between $100,000 and $124,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf100000To124999USDollar","2012","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1409,"Households With an Income Between $100,000 and $124,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf100000To124999USDollar","2013","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1571,"Households With an Income Between $100,000 and $124,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf100000To124999USDollar","2014","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1475,"Households With an Income Between $100,000 and $124,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf100000To124999USDollar","2015","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1599,"Households With an Income Between $100,000 and $124,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf100000To124999USDollar","2016","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1663,"Households With an Income Between $100,000 and $124,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf100000To124999USDollar","2017","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1817,"Households With an Income Between $100,000 and $124,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf100000To124999USDollar","2018","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1632,"Households With an Income Between $100,000 and $124,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf100000To124999USDollar","2019","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1752,"Households With an Income Between $100,000 and $124,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf100000To124999USDollar","2020","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1564,"Households With an Income Between $100,000 and $124,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf100000To124999USDollar","2021","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1537,"Households With an Income Between $100,000 and $124,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf100000To124999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1701,"Households With an Income Between $100,000 and $124,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf125000To149999USDollar","2011","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1339,"Households With an Income Between $125,000 and $149,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf125000To149999USDollar","2012","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1147,"Households With an Income Between $125,000 and $149,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf125000To149999USDollar","2013","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1028,"Households With an Income Between $125,000 and $149,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf125000To149999USDollar","2014","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1285,"Households With an Income Between $125,000 and $149,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf125000To149999USDollar","2015","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1292,"Households With an Income Between $125,000 and $149,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf125000To149999USDollar","2016","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1390,"Households With an Income Between $125,000 and $149,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf125000To149999USDollar","2017","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1422,"Households With an Income Between $125,000 and $149,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf125000To149999USDollar","2018","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1317,"Households With an Income Between $125,000 and $149,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf125000To149999USDollar","2019","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1130,"Households With an Income Between $125,000 and $149,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf125000To149999USDollar","2020","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1089,"Households With an Income Between $125,000 and $149,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf125000To149999USDollar","2021","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1064,"Households With an Income Between $125,000 and $149,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf125000To149999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",948,"Households With an Income Between $125,000 and $149,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf150000To199999USDollar","2011","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",977,"Households With an Income Between $150,000 and $199,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf150000To199999USDollar","2012","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",936,"Households With an Income Between $150,000 and $199,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf150000To199999USDollar","2013","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",929,"Households With an Income Between $150,000 and $199,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf150000To199999USDollar","2014","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",992,"Households With an Income Between $150,000 and $199,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf150000To199999USDollar","2015","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1024,"Households With an Income Between $150,000 and $199,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf150000To199999USDollar","2016","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1099,"Households With an Income Between $150,000 and $199,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf150000To199999USDollar","2017","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1198,"Households With an Income Between $150,000 and $199,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf150000To199999USDollar","2018","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1323,"Households With an Income Between $150,000 and $199,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf150000To199999USDollar","2019","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1409,"Households With an Income Between $150,000 and $199,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf150000To199999USDollar","2020","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1394,"Households With an Income Between $150,000 and $199,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf150000To199999USDollar","2021","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1473,"Households With an Income Between $150,000 and $199,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf150000To199999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1620,"Households With an Income Between $150,000 and $199,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf200000OrMoreUSDollar","2011","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",605,"Households With an Income of $200,000 or More"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf200000OrMoreUSDollar","2012","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",784,"Households With an Income of $200,000 or More"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf200000OrMoreUSDollar","2013","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",804,"Households With an Income of $200,000 or More"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf200000OrMoreUSDollar","2014","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",891,"Households With an Income of $200,000 or More"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf200000OrMoreUSDollar","2015","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",921,"Households With an Income of $200,000 or More"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf200000OrMoreUSDollar","2016","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",952,"Households With an Income of $200,000 or More"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf200000OrMoreUSDollar","2017","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1078,"Households With an Income of $200,000 or More"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf200000OrMoreUSDollar","2018","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1182,"Households With an Income of $200,000 or More"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf200000OrMoreUSDollar","2019","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1204,"Households With an Income of $200,000 or More"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf200000OrMoreUSDollar","2020","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1294,"Households With an Income of $200,000 or More"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf200000OrMoreUSDollar","2021","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1601,"Households With an Income of $200,000 or More"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf200000OrMoreUSDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1902,"Households With an Income of $200,000 or More"
|
||||
|
97
data/addon/Individual income in Juneau.csv
Normal file
97
data/addon/Individual income in Juneau.csv
Normal file
@@ -0,0 +1,97 @@
|
||||
"Entity DCID","Entity properties isoCode","Entity properties name","Variable DCID","Variable observation date","Variable observation metadata importName","Variable observation metadata provenanceUrl","Variable observation metadata scalingFactor","Variable observation metadata unit","Variable observation metadata unitDisplayName","Variable observation value","Variable properties name"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOfUpto9999USDollar","2011","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",4076,"Population With an Income of Up to $9,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOfUpto9999USDollar","2012","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",4221,"Population With an Income of Up to $9,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOfUpto9999USDollar","2013","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",4455,"Population With an Income of Up to $9,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOfUpto9999USDollar","2014","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",4400,"Population With an Income of Up to $9,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOfUpto9999USDollar","2015","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",4100,"Population With an Income of Up to $9,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOfUpto9999USDollar","2016","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",4089,"Population With an Income of Up to $9,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOfUpto9999USDollar","2017","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",3869,"Population With an Income of Up to $9,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOfUpto9999USDollar","2018","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",3750,"Population With an Income of Up to $9,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOfUpto9999USDollar","2019","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",3715,"Population With an Income of Up to $9,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOfUpto9999USDollar","2020","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",3622,"Population With an Income of Up to $9,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOfUpto9999USDollar","2021","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",3747,"Population With an Income of Up to $9,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOfUpto9999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",3616,"Population With an Income of Up to $9,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf10000To14999USDollar","2011","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1882,"Population With an Income Between $10,000 and $14,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf10000To14999USDollar","2012","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1707,"Population With an Income Between $10,000 and $14,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf10000To14999USDollar","2013","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1737,"Population With an Income Between $10,000 and $14,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf10000To14999USDollar","2014","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1552,"Population With an Income Between $10,000 and $14,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf10000To14999USDollar","2015","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1771,"Population With an Income Between $10,000 and $14,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf10000To14999USDollar","2016","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1602,"Population With an Income Between $10,000 and $14,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf10000To14999USDollar","2017","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1689,"Population With an Income Between $10,000 and $14,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf10000To14999USDollar","2018","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1808,"Population With an Income Between $10,000 and $14,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf10000To14999USDollar","2019","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1782,"Population With an Income Between $10,000 and $14,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf10000To14999USDollar","2020","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1730,"Population With an Income Between $10,000 and $14,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf10000To14999USDollar","2021","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1629,"Population With an Income Between $10,000 and $14,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf10000To14999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1596,"Population With an Income Between $10,000 and $14,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf15000To24999USDollar","2011","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",2777,"Population With an Income Between $15,000 and $24,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf15000To24999USDollar","2012","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",2817,"Population With an Income Between $15,000 and $24,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf15000To24999USDollar","2013","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",3039,"Population With an Income Between $15,000 and $24,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf15000To24999USDollar","2014","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",2757,"Population With an Income Between $15,000 and $24,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf15000To24999USDollar","2015","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",2477,"Population With an Income Between $15,000 and $24,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf15000To24999USDollar","2016","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",2517,"Population With an Income Between $15,000 and $24,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf15000To24999USDollar","2017","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",2431,"Population With an Income Between $15,000 and $24,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf15000To24999USDollar","2018","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",2035,"Population With an Income Between $15,000 and $24,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf15000To24999USDollar","2019","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",2224,"Population With an Income Between $15,000 and $24,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf15000To24999USDollar","2020","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",2295,"Population With an Income Between $15,000 and $24,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf15000To24999USDollar","2021","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",2247,"Population With an Income Between $15,000 and $24,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf15000To24999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",2164,"Population With an Income Between $15,000 and $24,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf25000To34999USDollar","2011","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",2609,"Population With an Income Between $25,000 and $34,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf25000To34999USDollar","2012","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",2809,"Population With an Income Between $25,000 and $34,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf25000To34999USDollar","2013","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",2703,"Population With an Income Between $25,000 and $34,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf25000To34999USDollar","2014","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",2846,"Population With an Income Between $25,000 and $34,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf25000To34999USDollar","2015","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",2942,"Population With an Income Between $25,000 and $34,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf25000To34999USDollar","2016","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",2897,"Population With an Income Between $25,000 and $34,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf25000To34999USDollar","2017","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",2776,"Population With an Income Between $25,000 and $34,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf25000To34999USDollar","2018","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",2818,"Population With an Income Between $25,000 and $34,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf25000To34999USDollar","2019","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",2972,"Population With an Income Between $25,000 and $34,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf25000To34999USDollar","2020","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",2758,"Population With an Income Between $25,000 and $34,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf25000To34999USDollar","2021","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",2497,"Population With an Income Between $25,000 and $34,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf25000To34999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",2087,"Population With an Income Between $25,000 and $34,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf35000To49999USDollar","2011","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",3959,"Population With an Income Between $35,000 and $49,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf35000To49999USDollar","2012","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",3761,"Population With an Income Between $35,000 and $49,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf35000To49999USDollar","2013","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",3776,"Population With an Income Between $35,000 and $49,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf35000To49999USDollar","2014","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",3883,"Population With an Income Between $35,000 and $49,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf35000To49999USDollar","2015","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",4063,"Population With an Income Between $35,000 and $49,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf35000To49999USDollar","2016","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",4144,"Population With an Income Between $35,000 and $49,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf35000To49999USDollar","2017","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",4165,"Population With an Income Between $35,000 and $49,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf35000To49999USDollar","2018","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",3842,"Population With an Income Between $35,000 and $49,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf35000To49999USDollar","2019","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",3728,"Population With an Income Between $35,000 and $49,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf35000To49999USDollar","2020","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",3679,"Population With an Income Between $35,000 and $49,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf35000To49999USDollar","2021","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",3515,"Population With an Income Between $35,000 and $49,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf35000To49999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",3357,"Population With an Income Between $35,000 and $49,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf50000To64999USDollar","2011","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",3110,"Population With an Income Between $50,000 and $64,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf50000To64999USDollar","2012","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",3145,"Population With an Income Between $50,000 and $64,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf50000To64999USDollar","2013","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",2951,"Population With an Income Between $50,000 and $64,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf50000To64999USDollar","2014","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",2964,"Population With an Income Between $50,000 and $64,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf50000To64999USDollar","2015","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",3100,"Population With an Income Between $50,000 and $64,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf50000To64999USDollar","2016","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",3274,"Population With an Income Between $50,000 and $64,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf50000To64999USDollar","2017","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",3214,"Population With an Income Between $50,000 and $64,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf50000To64999USDollar","2018","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",3231,"Population With an Income Between $50,000 and $64,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf50000To64999USDollar","2019","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",3350,"Population With an Income Between $50,000 and $64,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf50000To64999USDollar","2020","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",3170,"Population With an Income Between $50,000 and $64,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf50000To64999USDollar","2021","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",3281,"Population With an Income Between $50,000 and $64,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf50000To64999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",2906,"Population With an Income Between $50,000 and $64,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf65000To74999USDollar","2011","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1637,"Population With an Income Between $65,000 and $74,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf65000To74999USDollar","2012","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1508,"Population With an Income Between $65,000 and $74,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf65000To74999USDollar","2013","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1557,"Population With an Income Between $65,000 and $74,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf65000To74999USDollar","2014","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1812,"Population With an Income Between $65,000 and $74,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf65000To74999USDollar","2015","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1821,"Population With an Income Between $65,000 and $74,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf65000To74999USDollar","2016","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1793,"Population With an Income Between $65,000 and $74,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf65000To74999USDollar","2017","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1893,"Population With an Income Between $65,000 and $74,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf65000To74999USDollar","2018","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1839,"Population With an Income Between $65,000 and $74,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf65000To74999USDollar","2019","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1648,"Population With an Income Between $65,000 and $74,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf65000To74999USDollar","2020","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1586,"Population With an Income Between $65,000 and $74,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf65000To74999USDollar","2021","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1677,"Population With an Income Between $65,000 and $74,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf65000To74999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1838,"Population With an Income Between $65,000 and $74,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf75000OrMoreUSDollar","2011","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",4335,"Population With an Income of $75,000 or More"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf75000OrMoreUSDollar","2012","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",4729,"Population With an Income of $75,000 or More"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf75000OrMoreUSDollar","2013","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",4815,"Population With an Income of $75,000 or More"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf75000OrMoreUSDollar","2014","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",5043,"Population With an Income of $75,000 or More"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf75000OrMoreUSDollar","2015","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",5262,"Population With an Income of $75,000 or More"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf75000OrMoreUSDollar","2016","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",5365,"Population With an Income of $75,000 or More"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf75000OrMoreUSDollar","2017","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",5687,"Population With an Income of $75,000 or More"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf75000OrMoreUSDollar","2018","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",6164,"Population With an Income of $75,000 or More"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf75000OrMoreUSDollar","2019","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",6002,"Population With an Income of $75,000 or More"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf75000OrMoreUSDollar","2020","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",6329,"Population With an Income of $75,000 or More"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf75000OrMoreUSDollar","2021","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",6738,"Population With an Income of $75,000 or More"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_IncomeOf75000OrMoreUSDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",7670,"Population With an Income of $75,000 or More"
|
||||
|
420
data/addon/Labor force in Juneau.csv
Normal file
420
data/addon/Labor force in Juneau.csv
Normal file
@@ -0,0 +1,420 @@
|
||||
"Entity DCID","Entity properties isoCode","Entity properties name","Variable DCID","Variable observation date","Variable observation metadata importName","Variable observation metadata provenanceUrl","Variable observation metadata scalingFactor","Variable observation metadata unit","Variable observation metadata unitDisplayName","Variable observation value","Variable properties name"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1990-01","BLS_LAUS","https://www.bls.gov/lau/","","","",14250,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1990-02","BLS_LAUS","https://www.bls.gov/lau/","","","",14243,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1990-03","BLS_LAUS","https://www.bls.gov/lau/","","","",14488,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1990-04","BLS_LAUS","https://www.bls.gov/lau/","","","",14866,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1990-05","BLS_LAUS","https://www.bls.gov/lau/","","","",15194,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1990-06","BLS_LAUS","https://www.bls.gov/lau/","","","",15659,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1990-07","BLS_LAUS","https://www.bls.gov/lau/","","","",16398,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1990-08","BLS_LAUS","https://www.bls.gov/lau/","","","",16563,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1990-09","BLS_LAUS","https://www.bls.gov/lau/","","","",16126,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1990-10","BLS_LAUS","https://www.bls.gov/lau/","","","",15173,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1990-11","BLS_LAUS","https://www.bls.gov/lau/","","","",14917,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1990-12","BLS_LAUS","https://www.bls.gov/lau/","","","",14538,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1991-01","BLS_LAUS","https://www.bls.gov/lau/","","","",14286,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1991-02","BLS_LAUS","https://www.bls.gov/lau/","","","",14447,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1991-03","BLS_LAUS","https://www.bls.gov/lau/","","","",14688,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1991-04","BLS_LAUS","https://www.bls.gov/lau/","","","",15032,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1991-05","BLS_LAUS","https://www.bls.gov/lau/","","","",15461,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1991-06","BLS_LAUS","https://www.bls.gov/lau/","","","",15712,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1991-07","BLS_LAUS","https://www.bls.gov/lau/","","","",16566,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1991-08","BLS_LAUS","https://www.bls.gov/lau/","","","",16778,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1991-09","BLS_LAUS","https://www.bls.gov/lau/","","","",16505,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1991-10","BLS_LAUS","https://www.bls.gov/lau/","","","",15414,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1991-11","BLS_LAUS","https://www.bls.gov/lau/","","","",15060,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1991-12","BLS_LAUS","https://www.bls.gov/lau/","","","",14882,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1992-01","BLS_LAUS","https://www.bls.gov/lau/","","","",14699,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1992-02","BLS_LAUS","https://www.bls.gov/lau/","","","",14627,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1992-03","BLS_LAUS","https://www.bls.gov/lau/","","","",14976,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1992-04","BLS_LAUS","https://www.bls.gov/lau/","","","",15342,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1992-05","BLS_LAUS","https://www.bls.gov/lau/","","","",16016,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1992-06","BLS_LAUS","https://www.bls.gov/lau/","","","",16459,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1992-07","BLS_LAUS","https://www.bls.gov/lau/","","","",17425,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1992-08","BLS_LAUS","https://www.bls.gov/lau/","","","",17631,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1992-09","BLS_LAUS","https://www.bls.gov/lau/","","","",17249,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1992-10","BLS_LAUS","https://www.bls.gov/lau/","","","",16395,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1992-11","BLS_LAUS","https://www.bls.gov/lau/","","","",16046,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1992-12","BLS_LAUS","https://www.bls.gov/lau/","","","",15835,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1993-01","BLS_LAUS","https://www.bls.gov/lau/","","","",14895,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1993-02","BLS_LAUS","https://www.bls.gov/lau/","","","",15039,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1993-03","BLS_LAUS","https://www.bls.gov/lau/","","","",15421,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1993-04","BLS_LAUS","https://www.bls.gov/lau/","","","",15634,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1993-05","BLS_LAUS","https://www.bls.gov/lau/","","","",16117,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1993-06","BLS_LAUS","https://www.bls.gov/lau/","","","",16808,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1993-07","BLS_LAUS","https://www.bls.gov/lau/","","","",17522,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1993-08","BLS_LAUS","https://www.bls.gov/lau/","","","",17592,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1993-09","BLS_LAUS","https://www.bls.gov/lau/","","","",17296,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1993-10","BLS_LAUS","https://www.bls.gov/lau/","","","",16517,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1993-11","BLS_LAUS","https://www.bls.gov/lau/","","","",15684,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1993-12","BLS_LAUS","https://www.bls.gov/lau/","","","",15343,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1994-01","BLS_LAUS","https://www.bls.gov/lau/","","","",15030,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1994-02","BLS_LAUS","https://www.bls.gov/lau/","","","",15028,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1994-03","BLS_LAUS","https://www.bls.gov/lau/","","","",15236,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1994-04","BLS_LAUS","https://www.bls.gov/lau/","","","",15666,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1994-05","BLS_LAUS","https://www.bls.gov/lau/","","","",16553,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1994-06","BLS_LAUS","https://www.bls.gov/lau/","","","",17042,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1994-07","BLS_LAUS","https://www.bls.gov/lau/","","","",17462,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1994-08","BLS_LAUS","https://www.bls.gov/lau/","","","",17672,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1994-09","BLS_LAUS","https://www.bls.gov/lau/","","","",17039,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1994-10","BLS_LAUS","https://www.bls.gov/lau/","","","",16169,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1994-11","BLS_LAUS","https://www.bls.gov/lau/","","","",15812,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1994-12","BLS_LAUS","https://www.bls.gov/lau/","","","",15390,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1995-01","BLS_LAUS","https://www.bls.gov/lau/","","","",15304,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1995-02","BLS_LAUS","https://www.bls.gov/lau/","","","",15247,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1995-03","BLS_LAUS","https://www.bls.gov/lau/","","","",15572,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1995-04","BLS_LAUS","https://www.bls.gov/lau/","","","",16416,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1995-05","BLS_LAUS","https://www.bls.gov/lau/","","","",16983,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1995-06","BLS_LAUS","https://www.bls.gov/lau/","","","",17120,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1995-07","BLS_LAUS","https://www.bls.gov/lau/","","","",18209,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1995-08","BLS_LAUS","https://www.bls.gov/lau/","","","",18210,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1995-09","BLS_LAUS","https://www.bls.gov/lau/","","","",17645,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1995-10","BLS_LAUS","https://www.bls.gov/lau/","","","",16770,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1995-11","BLS_LAUS","https://www.bls.gov/lau/","","","",16432,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1995-12","BLS_LAUS","https://www.bls.gov/lau/","","","",16027,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1996-01","BLS_LAUS","https://www.bls.gov/lau/","","","",15828,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1996-02","BLS_LAUS","https://www.bls.gov/lau/","","","",15949,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1996-03","BLS_LAUS","https://www.bls.gov/lau/","","","",16249,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1996-04","BLS_LAUS","https://www.bls.gov/lau/","","","",16645,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1996-05","BLS_LAUS","https://www.bls.gov/lau/","","","",17229,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1996-06","BLS_LAUS","https://www.bls.gov/lau/","","","",17526,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1996-07","BLS_LAUS","https://www.bls.gov/lau/","","","",18609,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1996-08","BLS_LAUS","https://www.bls.gov/lau/","","","",18567,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1996-09","BLS_LAUS","https://www.bls.gov/lau/","","","",17856,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1996-10","BLS_LAUS","https://www.bls.gov/lau/","","","",17041,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1996-11","BLS_LAUS","https://www.bls.gov/lau/","","","",16495,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1996-12","BLS_LAUS","https://www.bls.gov/lau/","","","",16321,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1997-01","BLS_LAUS","https://www.bls.gov/lau/","","","",16250,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1997-02","BLS_LAUS","https://www.bls.gov/lau/","","","",16406,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1997-03","BLS_LAUS","https://www.bls.gov/lau/","","","",16812,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1997-04","BLS_LAUS","https://www.bls.gov/lau/","","","",16814,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1997-05","BLS_LAUS","https://www.bls.gov/lau/","","","",17541,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1997-06","BLS_LAUS","https://www.bls.gov/lau/","","","",17806,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1997-07","BLS_LAUS","https://www.bls.gov/lau/","","","",18670,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1997-08","BLS_LAUS","https://www.bls.gov/lau/","","","",18757,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1997-09","BLS_LAUS","https://www.bls.gov/lau/","","","",18179,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1997-10","BLS_LAUS","https://www.bls.gov/lau/","","","",17053,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1997-11","BLS_LAUS","https://www.bls.gov/lau/","","","",16725,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1997-12","BLS_LAUS","https://www.bls.gov/lau/","","","",16506,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1998-01","BLS_LAUS","https://www.bls.gov/lau/","","","",15819,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1998-02","BLS_LAUS","https://www.bls.gov/lau/","","","",15869,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1998-03","BLS_LAUS","https://www.bls.gov/lau/","","","",16328,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1998-04","BLS_LAUS","https://www.bls.gov/lau/","","","",16367,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1998-05","BLS_LAUS","https://www.bls.gov/lau/","","","",17105,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1998-06","BLS_LAUS","https://www.bls.gov/lau/","","","",17539,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1998-07","BLS_LAUS","https://www.bls.gov/lau/","","","",18186,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1998-08","BLS_LAUS","https://www.bls.gov/lau/","","","",18414,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1998-09","BLS_LAUS","https://www.bls.gov/lau/","","","",17714,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1998-10","BLS_LAUS","https://www.bls.gov/lau/","","","",16899,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1998-11","BLS_LAUS","https://www.bls.gov/lau/","","","",16656,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1998-12","BLS_LAUS","https://www.bls.gov/lau/","","","",16156,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1999-01","BLS_LAUS","https://www.bls.gov/lau/","","","",15834,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1999-02","BLS_LAUS","https://www.bls.gov/lau/","","","",16047,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1999-03","BLS_LAUS","https://www.bls.gov/lau/","","","",16185,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1999-04","BLS_LAUS","https://www.bls.gov/lau/","","","",16547,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1999-05","BLS_LAUS","https://www.bls.gov/lau/","","","",17417,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1999-06","BLS_LAUS","https://www.bls.gov/lau/","","","",17952,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1999-07","BLS_LAUS","https://www.bls.gov/lau/","","","",18884,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1999-08","BLS_LAUS","https://www.bls.gov/lau/","","","",18623,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1999-09","BLS_LAUS","https://www.bls.gov/lau/","","","",18304,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1999-10","BLS_LAUS","https://www.bls.gov/lau/","","","",17114,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1999-11","BLS_LAUS","https://www.bls.gov/lau/","","","",16684,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","1999-12","BLS_LAUS","https://www.bls.gov/lau/","","","",16452,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2000-01","BLS_LAUS","https://www.bls.gov/lau/","","","",17945,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2000-02","BLS_LAUS","https://www.bls.gov/lau/","","","",18079,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2000-03","BLS_LAUS","https://www.bls.gov/lau/","","","",18080,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2000-04","BLS_LAUS","https://www.bls.gov/lau/","","","",17949,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2000-05","BLS_LAUS","https://www.bls.gov/lau/","","","",18325,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2000-06","BLS_LAUS","https://www.bls.gov/lau/","","","",18692,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2000-07","BLS_LAUS","https://www.bls.gov/lau/","","","",18616,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2000-08","BLS_LAUS","https://www.bls.gov/lau/","","","",18099,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2000-09","BLS_LAUS","https://www.bls.gov/lau/","","","",17781,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2000-10","BLS_LAUS","https://www.bls.gov/lau/","","","",17602,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2000-11","BLS_LAUS","https://www.bls.gov/lau/","","","",17595,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2000-12","BLS_LAUS","https://www.bls.gov/lau/","","","",17715,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2001-01","BLS_LAUS","https://www.bls.gov/lau/","","","",17754,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2001-02","BLS_LAUS","https://www.bls.gov/lau/","","","",17706,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2001-03","BLS_LAUS","https://www.bls.gov/lau/","","","",17798,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2001-04","BLS_LAUS","https://www.bls.gov/lau/","","","",17704,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2001-05","BLS_LAUS","https://www.bls.gov/lau/","","","",18058,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2001-06","BLS_LAUS","https://www.bls.gov/lau/","","","",18283,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2001-07","BLS_LAUS","https://www.bls.gov/lau/","","","",18637,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2001-08","BLS_LAUS","https://www.bls.gov/lau/","","","",18327,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2001-09","BLS_LAUS","https://www.bls.gov/lau/","","","",17980,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2001-10","BLS_LAUS","https://www.bls.gov/lau/","","","",17969,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2001-11","BLS_LAUS","https://www.bls.gov/lau/","","","",17801,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2001-12","BLS_LAUS","https://www.bls.gov/lau/","","","",18076,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2002-01","BLS_LAUS","https://www.bls.gov/lau/","","","",17773,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2002-02","BLS_LAUS","https://www.bls.gov/lau/","","","",17925,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2002-03","BLS_LAUS","https://www.bls.gov/lau/","","","",17848,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2002-04","BLS_LAUS","https://www.bls.gov/lau/","","","",18009,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2002-05","BLS_LAUS","https://www.bls.gov/lau/","","","",18407,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2002-06","BLS_LAUS","https://www.bls.gov/lau/","","","",18333,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2002-07","BLS_LAUS","https://www.bls.gov/lau/","","","",18675,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2002-08","BLS_LAUS","https://www.bls.gov/lau/","","","",18310,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2002-09","BLS_LAUS","https://www.bls.gov/lau/","","","",17956,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2002-10","BLS_LAUS","https://www.bls.gov/lau/","","","",17622,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2002-11","BLS_LAUS","https://www.bls.gov/lau/","","","",17608,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2002-12","BLS_LAUS","https://www.bls.gov/lau/","","","",17583,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2003-01","BLS_LAUS","https://www.bls.gov/lau/","","","",17773,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2003-02","BLS_LAUS","https://www.bls.gov/lau/","","","",17902,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2003-03","BLS_LAUS","https://www.bls.gov/lau/","","","",17887,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2003-04","BLS_LAUS","https://www.bls.gov/lau/","","","",18012,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2003-05","BLS_LAUS","https://www.bls.gov/lau/","","","",18438,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2003-06","BLS_LAUS","https://www.bls.gov/lau/","","","",18937,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2003-07","BLS_LAUS","https://www.bls.gov/lau/","","","",18796,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2003-08","BLS_LAUS","https://www.bls.gov/lau/","","","",18353,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2003-09","BLS_LAUS","https://www.bls.gov/lau/","","","",18196,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2003-10","BLS_LAUS","https://www.bls.gov/lau/","","","",17679,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2003-11","BLS_LAUS","https://www.bls.gov/lau/","","","",17748,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2003-12","BLS_LAUS","https://www.bls.gov/lau/","","","",17604,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2004-01","BLS_LAUS","https://www.bls.gov/lau/","","","",17860,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2004-02","BLS_LAUS","https://www.bls.gov/lau/","","","",17846,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2004-03","BLS_LAUS","https://www.bls.gov/lau/","","","",17867,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2004-04","BLS_LAUS","https://www.bls.gov/lau/","","","",17823,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2004-05","BLS_LAUS","https://www.bls.gov/lau/","","","",18235,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2004-06","BLS_LAUS","https://www.bls.gov/lau/","","","",18372,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2004-07","BLS_LAUS","https://www.bls.gov/lau/","","","",18587,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2004-08","BLS_LAUS","https://www.bls.gov/lau/","","","",18035,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2004-09","BLS_LAUS","https://www.bls.gov/lau/","","","",17830,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2004-10","BLS_LAUS","https://www.bls.gov/lau/","","","",17607,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2004-11","BLS_LAUS","https://www.bls.gov/lau/","","","",17740,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2004-12","BLS_LAUS","https://www.bls.gov/lau/","","","",17858,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2005-01","BLS_LAUS","https://www.bls.gov/lau/","","","",17790,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2005-02","BLS_LAUS","https://www.bls.gov/lau/","","","",17957,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2005-03","BLS_LAUS","https://www.bls.gov/lau/","","","",18124,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2005-04","BLS_LAUS","https://www.bls.gov/lau/","","","",18262,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2005-05","BLS_LAUS","https://www.bls.gov/lau/","","","",18826,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2005-06","BLS_LAUS","https://www.bls.gov/lau/","","","",18740,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2005-07","BLS_LAUS","https://www.bls.gov/lau/","","","",18979,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2005-08","BLS_LAUS","https://www.bls.gov/lau/","","","",18724,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2005-09","BLS_LAUS","https://www.bls.gov/lau/","","","",18338,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2005-10","BLS_LAUS","https://www.bls.gov/lau/","","","",18099,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2005-11","BLS_LAUS","https://www.bls.gov/lau/","","","",17963,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2005-12","BLS_LAUS","https://www.bls.gov/lau/","","","",18109,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2006-01","BLS_LAUS","https://www.bls.gov/lau/","","","",18074,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2006-02","BLS_LAUS","https://www.bls.gov/lau/","","","",18385,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2006-03","BLS_LAUS","https://www.bls.gov/lau/","","","",18166,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2006-04","BLS_LAUS","https://www.bls.gov/lau/","","","",18489,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2006-05","BLS_LAUS","https://www.bls.gov/lau/","","","",18953,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2006-06","BLS_LAUS","https://www.bls.gov/lau/","","","",18686,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2006-07","BLS_LAUS","https://www.bls.gov/lau/","","","",19073,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2006-08","BLS_LAUS","https://www.bls.gov/lau/","","","",18715,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2006-09","BLS_LAUS","https://www.bls.gov/lau/","","","",18523,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2006-10","BLS_LAUS","https://www.bls.gov/lau/","","","",18271,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2006-11","BLS_LAUS","https://www.bls.gov/lau/","","","",18310,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2006-12","BLS_LAUS","https://www.bls.gov/lau/","","","",18280,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2007-01","BLS_LAUS","https://www.bls.gov/lau/","","","",18296,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2007-02","BLS_LAUS","https://www.bls.gov/lau/","","","",18200,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2007-03","BLS_LAUS","https://www.bls.gov/lau/","","","",18320,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2007-04","BLS_LAUS","https://www.bls.gov/lau/","","","",18382,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2007-05","BLS_LAUS","https://www.bls.gov/lau/","","","",18994,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2007-06","BLS_LAUS","https://www.bls.gov/lau/","","","",18679,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2007-07","BLS_LAUS","https://www.bls.gov/lau/","","","",18971,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2007-08","BLS_LAUS","https://www.bls.gov/lau/","","","",18507,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2007-09","BLS_LAUS","https://www.bls.gov/lau/","","","",18512,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2007-10","BLS_LAUS","https://www.bls.gov/lau/","","","",18088,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2007-11","BLS_LAUS","https://www.bls.gov/lau/","","","",18195,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2007-12","BLS_LAUS","https://www.bls.gov/lau/","","","",18057,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2008-01","BLS_LAUS","https://www.bls.gov/lau/","","","",18325,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2008-02","BLS_LAUS","https://www.bls.gov/lau/","","","",18415,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2008-03","BLS_LAUS","https://www.bls.gov/lau/","","","",18577,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2008-04","BLS_LAUS","https://www.bls.gov/lau/","","","",18734,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2008-05","BLS_LAUS","https://www.bls.gov/lau/","","","",19236,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2008-06","BLS_LAUS","https://www.bls.gov/lau/","","","",19386,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2008-07","BLS_LAUS","https://www.bls.gov/lau/","","","",19777,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2008-08","BLS_LAUS","https://www.bls.gov/lau/","","","",19408,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2008-09","BLS_LAUS","https://www.bls.gov/lau/","","","",18840,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2008-10","BLS_LAUS","https://www.bls.gov/lau/","","","",18175,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2008-11","BLS_LAUS","https://www.bls.gov/lau/","","","",18009,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2008-12","BLS_LAUS","https://www.bls.gov/lau/","","","",18179,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2009-01","BLS_LAUS","https://www.bls.gov/lau/","","","",18046,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2009-02","BLS_LAUS","https://www.bls.gov/lau/","","","",18148,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2009-03","BLS_LAUS","https://www.bls.gov/lau/","","","",18112,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2009-04","BLS_LAUS","https://www.bls.gov/lau/","","","",18453,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2009-05","BLS_LAUS","https://www.bls.gov/lau/","","","",18715,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2009-06","BLS_LAUS","https://www.bls.gov/lau/","","","",18759,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2009-07","BLS_LAUS","https://www.bls.gov/lau/","","","",18938,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2009-08","BLS_LAUS","https://www.bls.gov/lau/","","","",18535,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2009-09","BLS_LAUS","https://www.bls.gov/lau/","","","",18404,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2009-10","BLS_LAUS","https://www.bls.gov/lau/","","","",18142,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2009-11","BLS_LAUS","https://www.bls.gov/lau/","","","",18096,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2009-12","BLS_LAUS","https://www.bls.gov/lau/","","","",18074,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2010-01","BLS_LAUS","https://www.bls.gov/lau/","","","",17672,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2010-02","BLS_LAUS","https://www.bls.gov/lau/","","","",17704,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2010-03","BLS_LAUS","https://www.bls.gov/lau/","","","",17719,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2010-04","BLS_LAUS","https://www.bls.gov/lau/","","","",17986,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2010-05","BLS_LAUS","https://www.bls.gov/lau/","","","",18324,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2010-06","BLS_LAUS","https://www.bls.gov/lau/","","","",18030,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2010-07","BLS_LAUS","https://www.bls.gov/lau/","","","",18292,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2010-08","BLS_LAUS","https://www.bls.gov/lau/","","","",18023,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2010-09","BLS_LAUS","https://www.bls.gov/lau/","","","",17993,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2010-10","BLS_LAUS","https://www.bls.gov/lau/","","","",17511,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2010-11","BLS_LAUS","https://www.bls.gov/lau/","","","",17610,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2010-12","BLS_LAUS","https://www.bls.gov/lau/","","","",17687,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2011-01","BLS_LAUS","https://www.bls.gov/lau/","","","",17773,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2011-02","BLS_LAUS","https://www.bls.gov/lau/","","","",17672,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2011-03","BLS_LAUS","https://www.bls.gov/lau/","","","",17849,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2011-04","BLS_LAUS","https://www.bls.gov/lau/","","","",17794,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2011-05","BLS_LAUS","https://www.bls.gov/lau/","","","",18452,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2011-06","BLS_LAUS","https://www.bls.gov/lau/","","","",18092,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2011-07","BLS_LAUS","https://www.bls.gov/lau/","","","",18020,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2011-08","BLS_LAUS","https://www.bls.gov/lau/","","","",17903,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2011-09","BLS_LAUS","https://www.bls.gov/lau/","","","",17837,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2011-10","BLS_LAUS","https://www.bls.gov/lau/","","","",17510,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2011-11","BLS_LAUS","https://www.bls.gov/lau/","","","",17500,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2011-12","BLS_LAUS","https://www.bls.gov/lau/","","","",17588,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2012-01","BLS_LAUS","https://www.bls.gov/lau/","","","",17525,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2012-02","BLS_LAUS","https://www.bls.gov/lau/","","","",17559,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2012-03","BLS_LAUS","https://www.bls.gov/lau/","","","",17633,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2012-04","BLS_LAUS","https://www.bls.gov/lau/","","","",17703,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2012-05","BLS_LAUS","https://www.bls.gov/lau/","","","",18258,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2012-06","BLS_LAUS","https://www.bls.gov/lau/","","","",18405,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2012-07","BLS_LAUS","https://www.bls.gov/lau/","","","",18528,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2012-08","BLS_LAUS","https://www.bls.gov/lau/","","","",18113,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2012-09","BLS_LAUS","https://www.bls.gov/lau/","","","",18050,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2012-10","BLS_LAUS","https://www.bls.gov/lau/","","","",17467,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2012-11","BLS_LAUS","https://www.bls.gov/lau/","","","",17374,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2012-12","BLS_LAUS","https://www.bls.gov/lau/","","","",17352,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2013-01","BLS_LAUS","https://www.bls.gov/lau/","","","",17315,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2013-02","BLS_LAUS","https://www.bls.gov/lau/","","","",17350,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2013-03","BLS_LAUS","https://www.bls.gov/lau/","","","",17282,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2013-04","BLS_LAUS","https://www.bls.gov/lau/","","","",17350,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2013-05","BLS_LAUS","https://www.bls.gov/lau/","","","",18043,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2013-06","BLS_LAUS","https://www.bls.gov/lau/","","","",18177,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2013-07","BLS_LAUS","https://www.bls.gov/lau/","","","",18102,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2013-08","BLS_LAUS","https://www.bls.gov/lau/","","","",18074,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2013-09","BLS_LAUS","https://www.bls.gov/lau/","","","",17664,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2013-10","BLS_LAUS","https://www.bls.gov/lau/","","","",16936,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2013-11","BLS_LAUS","https://www.bls.gov/lau/","","","",16909,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2013-12","BLS_LAUS","https://www.bls.gov/lau/","","","",16846,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2014-01","BLS_LAUS","https://www.bls.gov/lau/","","","",16903,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2014-02","BLS_LAUS","https://www.bls.gov/lau/","","","",17013,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2014-03","BLS_LAUS","https://www.bls.gov/lau/","","","",17068,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2014-04","BLS_LAUS","https://www.bls.gov/lau/","","","",17156,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2014-05","BLS_LAUS","https://www.bls.gov/lau/","","","",17914,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2014-06","BLS_LAUS","https://www.bls.gov/lau/","","","",17981,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2014-07","BLS_LAUS","https://www.bls.gov/lau/","","","",18063,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2014-08","BLS_LAUS","https://www.bls.gov/lau/","","","",18035,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2014-09","BLS_LAUS","https://www.bls.gov/lau/","","","",17651,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2014-10","BLS_LAUS","https://www.bls.gov/lau/","","","",17099,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2014-11","BLS_LAUS","https://www.bls.gov/lau/","","","",17044,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2014-12","BLS_LAUS","https://www.bls.gov/lau/","","","",17018,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2015-01","BLS_LAUS","https://www.bls.gov/lau/","","","",16903,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2015-02","BLS_LAUS","https://www.bls.gov/lau/","","","",16854,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2015-03","BLS_LAUS","https://www.bls.gov/lau/","","","",16831,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2015-04","BLS_LAUS","https://www.bls.gov/lau/","","","",17002,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2015-05","BLS_LAUS","https://www.bls.gov/lau/","","","",17677,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2015-06","BLS_LAUS","https://www.bls.gov/lau/","","","",17505,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2015-07","BLS_LAUS","https://www.bls.gov/lau/","","","",17534,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2015-08","BLS_LAUS","https://www.bls.gov/lau/","","","",17615,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2015-09","BLS_LAUS","https://www.bls.gov/lau/","","","",17247,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2015-10","BLS_LAUS","https://www.bls.gov/lau/","","","",16494,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2015-11","BLS_LAUS","https://www.bls.gov/lau/","","","",16557,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2015-12","BLS_LAUS","https://www.bls.gov/lau/","","","",16510,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2016-01","BLS_LAUS","https://www.bls.gov/lau/","","","",16782,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2016-02","BLS_LAUS","https://www.bls.gov/lau/","","","",16822,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2016-03","BLS_LAUS","https://www.bls.gov/lau/","","","",16956,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2016-04","BLS_LAUS","https://www.bls.gov/lau/","","","",17242,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2016-05","BLS_LAUS","https://www.bls.gov/lau/","","","",17930,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2016-06","BLS_LAUS","https://www.bls.gov/lau/","","","",17826,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2016-07","BLS_LAUS","https://www.bls.gov/lau/","","","",17930,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2016-08","BLS_LAUS","https://www.bls.gov/lau/","","","",18115,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2016-09","BLS_LAUS","https://www.bls.gov/lau/","","","",17657,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2016-10","BLS_LAUS","https://www.bls.gov/lau/","","","",17114,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2016-11","BLS_LAUS","https://www.bls.gov/lau/","","","",16920,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2016-12","BLS_LAUS","https://www.bls.gov/lau/","","","",16824,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2017-01","BLS_LAUS","https://www.bls.gov/lau/","","","",16836,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2017-02","BLS_LAUS","https://www.bls.gov/lau/","","","",16878,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2017-03","BLS_LAUS","https://www.bls.gov/lau/","","","",16847,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2017-04","BLS_LAUS","https://www.bls.gov/lau/","","","",17165,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2017-05","BLS_LAUS","https://www.bls.gov/lau/","","","",18040,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2017-06","BLS_LAUS","https://www.bls.gov/lau/","","","",17661,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2017-07","BLS_LAUS","https://www.bls.gov/lau/","","","",17877,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2017-08","BLS_LAUS","https://www.bls.gov/lau/","","","",17997,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2017-09","BLS_LAUS","https://www.bls.gov/lau/","","","",17613,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2017-10","BLS_LAUS","https://www.bls.gov/lau/","","","",17027,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2017-11","BLS_LAUS","https://www.bls.gov/lau/","","","",16902,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2017-12","BLS_LAUS","https://www.bls.gov/lau/","","","",16665,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2018-01","BLS_LAUS","https://www.bls.gov/lau/","","","",16693,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2018-02","BLS_LAUS","https://www.bls.gov/lau/","","","",16688,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2018-03","BLS_LAUS","https://www.bls.gov/lau/","","","",16735,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2018-04","BLS_LAUS","https://www.bls.gov/lau/","","","",16930,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2018-05","BLS_LAUS","https://www.bls.gov/lau/","","","",17852,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2018-06","BLS_LAUS","https://www.bls.gov/lau/","","","",17755,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2018-07","BLS_LAUS","https://www.bls.gov/lau/","","","",18077,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2018-08","BLS_LAUS","https://www.bls.gov/lau/","","","",17898,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2018-09","BLS_LAUS","https://www.bls.gov/lau/","","","",17540,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2018-10","BLS_LAUS","https://www.bls.gov/lau/","","","",17094,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2018-11","BLS_LAUS","https://www.bls.gov/lau/","","","",16751,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2018-12","BLS_LAUS","https://www.bls.gov/lau/","","","",16465,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2019-01","BLS_LAUS","https://www.bls.gov/lau/","","","",16559,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2019-02","BLS_LAUS","https://www.bls.gov/lau/","","","",16692,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2019-03","BLS_LAUS","https://www.bls.gov/lau/","","","",16747,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2019-04","BLS_LAUS","https://www.bls.gov/lau/","","","",16827,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2019-05","BLS_LAUS","https://www.bls.gov/lau/","","","",17896,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2019-06","BLS_LAUS","https://www.bls.gov/lau/","","","",17818,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2019-07","BLS_LAUS","https://www.bls.gov/lau/","","","",17981,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2019-08","BLS_LAUS","https://www.bls.gov/lau/","","","",17928,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2019-09","BLS_LAUS","https://www.bls.gov/lau/","","","",17620,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2019-10","BLS_LAUS","https://www.bls.gov/lau/","","","",17125,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2019-11","BLS_LAUS","https://www.bls.gov/lau/","","","",16620,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2019-12","BLS_LAUS","https://www.bls.gov/lau/","","","",16578,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2020-01","BLS_LAUS","https://www.bls.gov/lau/","","","",16441,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2020-02","BLS_LAUS","https://www.bls.gov/lau/","","","",16508,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2020-03","BLS_LAUS","https://www.bls.gov/lau/","","","",16500,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2020-04","BLS_LAUS","https://www.bls.gov/lau/","","","",15674,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2020-05","BLS_LAUS","https://www.bls.gov/lau/","","","",15997,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2020-06","BLS_LAUS","https://www.bls.gov/lau/","","","",16164,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2020-07","BLS_LAUS","https://www.bls.gov/lau/","","","",16586,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2020-08","BLS_LAUS","https://www.bls.gov/lau/","","","",16410,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2020-09","BLS_LAUS","https://www.bls.gov/lau/","","","",16188,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2020-10","BLS_LAUS","https://www.bls.gov/lau/","","","",16296,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2020-11","BLS_LAUS","https://www.bls.gov/lau/","","","",16308,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2020-12","BLS_LAUS","https://www.bls.gov/lau/","","","",16374,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2021-01","BLS_LAUS","https://www.bls.gov/lau/","","","",16491,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2021-02","BLS_LAUS","https://www.bls.gov/lau/","","","",16357,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2021-03","BLS_LAUS","https://www.bls.gov/lau/","","","",16462,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2021-04","BLS_LAUS","https://www.bls.gov/lau/","","","",16572,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2021-05","BLS_LAUS","https://www.bls.gov/lau/","","","",16615,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2021-06","BLS_LAUS","https://www.bls.gov/lau/","","","",16640,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2021-07","BLS_LAUS","https://www.bls.gov/lau/","","","",16886,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2021-08","BLS_LAUS","https://www.bls.gov/lau/","","","",17111,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2021-09","BLS_LAUS","https://www.bls.gov/lau/","","","",16835,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2021-10","BLS_LAUS","https://www.bls.gov/lau/","","","",17035,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2021-11","BLS_LAUS","https://www.bls.gov/lau/","","","",16841,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2021-12","BLS_LAUS","https://www.bls.gov/lau/","","","",16842,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2022-01","BLS_LAUS","https://www.bls.gov/lau/","","","",16888,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2022-02","BLS_LAUS","https://www.bls.gov/lau/","","","",16892,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2022-03","BLS_LAUS","https://www.bls.gov/lau/","","","",16870,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2022-04","BLS_LAUS","https://www.bls.gov/lau/","","","",17093,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2022-05","BLS_LAUS","https://www.bls.gov/lau/","","","",17889,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2022-06","BLS_LAUS","https://www.bls.gov/lau/","","","",17622,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2022-07","BLS_LAUS","https://www.bls.gov/lau/","","","",17736,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2022-08","BLS_LAUS","https://www.bls.gov/lau/","","","",17853,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2022-09","BLS_LAUS","https://www.bls.gov/lau/","","","",17483,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2022-10","BLS_LAUS","https://www.bls.gov/lau/","","","",17336,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2022-11","BLS_LAUS","https://www.bls.gov/lau/","","","",16820,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2022-12","BLS_LAUS","https://www.bls.gov/lau/","","","",16717,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2023-01","BLS_LAUS","https://www.bls.gov/lau/","","","",16733,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2023-02","BLS_LAUS","https://www.bls.gov/lau/","","","",16875,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2023-03","BLS_LAUS","https://www.bls.gov/lau/","","","",16954,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2023-04","BLS_LAUS","https://www.bls.gov/lau/","","","",17584,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2023-05","BLS_LAUS","https://www.bls.gov/lau/","","","",18195,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2023-06","BLS_LAUS","https://www.bls.gov/lau/","","","",17823,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2023-07","BLS_LAUS","https://www.bls.gov/lau/","","","",18053,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2023-08","BLS_LAUS","https://www.bls.gov/lau/","","","",17958,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2023-09","BLS_LAUS","https://www.bls.gov/lau/","","","",17710,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2023-10","BLS_LAUS","https://www.bls.gov/lau/","","","",17675,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2023-11","BLS_LAUS","https://www.bls.gov/lau/","","","",17266,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2023-12","BLS_LAUS","https://www.bls.gov/lau/","","","",16826,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2024-01","BLS_LAUS","https://www.bls.gov/lau/","","","",16693,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2024-02","BLS_LAUS","https://www.bls.gov/lau/","","","",16630,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2024-03","BLS_LAUS","https://www.bls.gov/lau/","","","",16744,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2024-04","BLS_LAUS","https://www.bls.gov/lau/","","","",17043,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2024-05","BLS_LAUS","https://www.bls.gov/lau/","","","",17848,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2024-06","BLS_LAUS","https://www.bls.gov/lau/","","","",17272,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2024-07","BLS_LAUS","https://www.bls.gov/lau/","","","",17542,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2024-08","BLS_LAUS","https://www.bls.gov/lau/","","","",17633,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2024-09","BLS_LAUS","https://www.bls.gov/lau/","","","",17343,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2024-10","BLS_LAUS","https://www.bls.gov/lau/","","","",17025,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2024-11","BLS_LAUS","https://www.bls.gov/lau/","","","",16650,"Population in the Labor Force"
|
||||
|
@@ -0,0 +1,7 @@
|
||||
"Entity DCID","Entity properties isoCode","Entity properties name","Variable DCID","Variable observation date","Variable observation metadata importName","Variable observation metadata provenanceUrl","Variable observation metadata scalingFactor","Variable observation metadata unit","Variable observation metadata unitDisplayName","Variable observation value","Variable properties name"
|
||||
"geoId/02020","","Anchorage Municipality","Count_Person_InLaborForce","2024-11","BLS_LAUS","https://www.bls.gov/lau/","","","",154683,"Population in the Labor Force"
|
||||
"geoId/02090","","Fairbanks North Star Borough","Count_Person_InLaborForce","2024-11","BLS_LAUS","https://www.bls.gov/lau/","","","",46276,"Population in the Labor Force"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_InLaborForce","2024-11","BLS_LAUS","https://www.bls.gov/lau/","","","",16650,"Population in the Labor Force"
|
||||
"geoId/02122","","Kenai Peninsula Borough","Count_Person_InLaborForce","2024-11","BLS_LAUS","https://www.bls.gov/lau/","","","",27325,"Population in the Labor Force"
|
||||
"geoId/02130","","Ketchikan Gateway Borough","Count_Person_InLaborForce","2024-11","BLS_LAUS","https://www.bls.gov/lau/","","","",6409,"Population in the Labor Force"
|
||||
"geoId/02170","","Matanuska-Susitna Borough","Count_Person_InLaborForce","2024-11","BLS_LAUS","https://www.bls.gov/lau/","","","",50932,"Population in the Labor Force"
|
||||
|
9
data/addon/Lifetime air toxics cancer risk in Juneau.csv
Normal file
9
data/addon/Lifetime air toxics cancer risk in Juneau.csv
Normal file
@@ -0,0 +1,9 @@
|
||||
"Entity DCID","Entity properties isoCode","Entity properties name","Variable DCID","Variable observation date","Variable observation metadata importName","Variable observation metadata provenanceUrl","Variable observation metadata scalingFactor","Variable observation metadata unit","Variable observation metadata unitDisplayName","Variable observation value","Variable properties name"
|
||||
"geoId/02110","","Juneau City and Borough","AirPollutant_Cancer_Risk","2016","EPA_EJSCREEN_AggCensusTract_AggCounty","https://gaftp.epa.gov/EJSCREEN/","","PerMillionPerson","PerMillionPerson",26.8376104206,"Lifetime Cancer Risk"
|
||||
"geoId/02110","","Juneau City and Borough","AirPollutant_Cancer_Risk","2017","EPA_EJSCREEN_AggCensusTract_AggCounty","https://gaftp.epa.gov/EJSCREEN/","","PerMillionPerson","PerMillionPerson",26.8376104206,"Lifetime Cancer Risk"
|
||||
"geoId/02110","","Juneau City and Borough","AirPollutant_Cancer_Risk","2018","EPA_EJSCREEN_AggCensusTract_AggCounty","https://gaftp.epa.gov/EJSCREEN/","","PerMillionPerson","PerMillionPerson",26.8376104206,"Lifetime Cancer Risk"
|
||||
"geoId/02110","","Juneau City and Borough","AirPollutant_Cancer_Risk","2019","EPA_EJSCREEN_AggCensusTract_AggCounty","https://gaftp.epa.gov/EJSCREEN/","","PerMillionPerson","PerMillionPerson",9.24294790491833,"Lifetime Cancer Risk"
|
||||
"geoId/02110","","Juneau City and Borough","AirPollutant_Cancer_Risk","2020","EPA_EJSCREEN_AggCensusTract_AggCounty","https://gaftp.epa.gov/EJSCREEN/","","PerMillionPerson","PerMillionPerson",9.24294790491669,"Lifetime Cancer Risk"
|
||||
"geoId/02110","","Juneau City and Borough","AirPollutant_Cancer_Risk","2021","EPA_EJSCREEN_AggCensusTract_AggCounty","https://gaftp.epa.gov/EJSCREEN/","","PerMillionPerson","PerMillionPerson",9.16666666666667,"Lifetime Cancer Risk"
|
||||
"geoId/02110","","Juneau City and Borough","AirPollutant_Cancer_Risk","2022","EPA_EJSCREEN_AggCensusTract_AggCounty","https://gaftp.epa.gov/EJSCREEN/","","PerMillionPerson","PerMillionPerson",9.16666666666667,"Lifetime Cancer Risk"
|
||||
"geoId/02110","","Juneau City and Borough","AirPollutant_Cancer_Risk","2023","EPA_EJSCREEN_AggCensusTract_AggCounty","https://gaftp.epa.gov/EJSCREEN/","","PerMillionPerson","PerMillionPerson",8.83333333333333,"Lifetime Cancer Risk"
|
||||
|
9
data/addon/Mean Diesel PM concentration in Juneau.csv
Normal file
9
data/addon/Mean Diesel PM concentration in Juneau.csv
Normal file
@@ -0,0 +1,9 @@
|
||||
"Entity DCID","Entity properties isoCode","Entity properties name","Variable DCID","Variable observation date","Variable observation metadata importName","Variable observation metadata provenanceUrl","Variable observation metadata scalingFactor","Variable observation metadata unit","Variable observation metadata unitDisplayName","Variable observation value","Variable properties name"
|
||||
"geoId/02110","","Juneau City and Borough","Mean_Concentration_AirPollutant_DieselPM","2016","EPA_EJSCREEN_AggCensusTract_AggCounty","https://gaftp.epa.gov/EJSCREEN/","","MicrogramsPerCubicMeter","µg/m³",0.186313446416667,"Mean Concentration of Diesel PM Air Pollutant"
|
||||
"geoId/02110","","Juneau City and Borough","Mean_Concentration_AirPollutant_DieselPM","2017","EPA_EJSCREEN_AggCensusTract_AggCounty","https://gaftp.epa.gov/EJSCREEN/","","MicrogramsPerCubicMeter","µg/m³",0.186313446416667,"Mean Concentration of Diesel PM Air Pollutant"
|
||||
"geoId/02110","","Juneau City and Borough","Mean_Concentration_AirPollutant_DieselPM","2018","EPA_EJSCREEN_AggCensusTract_AggCounty","https://gaftp.epa.gov/EJSCREEN/","","MicrogramsPerCubicMeter","µg/m³",0.186313446416667,"Mean Concentration of Diesel PM Air Pollutant"
|
||||
"geoId/02110","","Juneau City and Borough","Mean_Concentration_AirPollutant_DieselPM","2019","EPA_EJSCREEN_AggCensusTract_AggCounty","https://gaftp.epa.gov/EJSCREEN/","","MicrogramsPerCubicMeter","µg/m³",0.140303293305833,"Mean Concentration of Diesel PM Air Pollutant"
|
||||
"geoId/02110","","Juneau City and Borough","Mean_Concentration_AirPollutant_DieselPM","2020","EPA_EJSCREEN_AggCensusTract_AggCounty","https://gaftp.epa.gov/EJSCREEN/","","MicrogramsPerCubicMeter","µg/m³",0.140303293305833,"Mean Concentration of Diesel PM Air Pollutant"
|
||||
"geoId/02110","","Juneau City and Borough","Mean_Concentration_AirPollutant_DieselPM","2021","EPA_EJSCREEN_AggCensusTract_AggCounty","https://gaftp.epa.gov/EJSCREEN/","","MicrogramsPerCubicMeter","µg/m³",0.0524964953335383,"Mean Concentration of Diesel PM Air Pollutant"
|
||||
"geoId/02110","","Juneau City and Borough","Mean_Concentration_AirPollutant_DieselPM","2022","EPA_EJSCREEN_AggCensusTract_AggCounty","https://gaftp.epa.gov/EJSCREEN/","","MicrogramsPerCubicMeter","µg/m³",0.0524964953335383,"Mean Concentration of Diesel PM Air Pollutant"
|
||||
"geoId/02110","","Juneau City and Borough","Mean_Concentration_AirPollutant_DieselPM","2023","EPA_EJSCREEN_AggCensusTract_AggCounty","https://gaftp.epa.gov/EJSCREEN/","","MicrogramsPerCubicMeter","µg/m³",0.0831783958333333,"Mean Concentration of Diesel PM Air Pollutant"
|
||||
|
13
data/addon/Median individual income in Juneau.csv
Normal file
13
data/addon/Median individual income in Juneau.csv
Normal file
@@ -0,0 +1,13 @@
|
||||
"Entity DCID","Entity properties isoCode","Entity properties name","Variable DCID","Variable observation date","Variable observation metadata importName","Variable observation metadata provenanceUrl","Variable observation metadata scalingFactor","Variable observation metadata unit","Variable observation metadata unitDisplayName","Variable observation value","Variable properties name"
|
||||
"geoId/02110","","Juneau City and Borough","Median_Income_Person","2011","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","USDollar","USD",38235,"Median Income of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","Median_Income_Person","2012","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","USDollar","USD",38721,"Median Income of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","Median_Income_Person","2013","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","USDollar","USD",37758,"Median Income of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","Median_Income_Person","2014","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","USDollar","USD",40324,"Median Income of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","Median_Income_Person","2015","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","USDollar","USD",40770,"Median Income of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","Median_Income_Person","2016","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","USDollar","USD",40890,"Median Income of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","Median_Income_Person","2017","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","USDollar","USD",42369,"Median Income of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","Median_Income_Person","2018","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","USDollar","USD",43431,"Median Income of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","Median_Income_Person","2019","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","USDollar","USD",42746,"Median Income of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","Median_Income_Person","2020","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","USDollar","USD",43202,"Median Income of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","Median_Income_Person","2021","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","USDollar","USD",45148,"Median Income of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","Median_Income_Person","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","USDollar","USD",48897,"Median Income of a Population"
|
||||
|
12
data/addon/Methane emissions (non-biogenic) in Juneau.csv
Normal file
12
data/addon/Methane emissions (non-biogenic) in Juneau.csv
Normal file
@@ -0,0 +1,12 @@
|
||||
"Entity DCID","Entity properties isoCode","Entity properties name","Variable DCID","Variable observation date","Variable observation metadata importName","Variable observation metadata provenanceUrl","Variable observation metadata scalingFactor","Variable observation metadata unit","Variable observation metadata unitDisplayName","Variable observation value","Variable properties name"
|
||||
"geoId/02110","","Juneau City and Borough","Annual_Emissions_Methane_NonBiogenic","2011","EPA_GHGRP_AggCounty","https://www.epa.gov/ghgreporting","","MetricTonCO2e","tCO2e",17100.75,"Annual Emissions of Non Biogenic Methane"
|
||||
"geoId/02110","","Juneau City and Borough","Annual_Emissions_Methane_NonBiogenic","2012","EPA_GHGRP_AggCounty","https://www.epa.gov/ghgreporting","","MetricTonCO2e","tCO2e",77764.36645,"Annual Emissions of Non Biogenic Methane"
|
||||
"geoId/02110","","Juneau City and Borough","Annual_Emissions_Methane_NonBiogenic","2013","EPA_GHGRP_AggCounty","https://www.epa.gov/ghgreporting","","MetricTonCO2e","tCO2e",36337.25,"Annual Emissions of Non Biogenic Methane"
|
||||
"geoId/02110","","Juneau City and Borough","Annual_Emissions_Methane_NonBiogenic","2014","EPA_GHGRP_AggCounty","https://www.epa.gov/ghgreporting","","MetricTonCO2e","tCO2e",40263,"Annual Emissions of Non Biogenic Methane"
|
||||
"geoId/02110","","Juneau City and Borough","Annual_Emissions_Methane_NonBiogenic","2015","EPA_GHGRP_AggCounty","https://www.epa.gov/ghgreporting","","MetricTonCO2e","tCO2e",13274.75,"Annual Emissions of Non Biogenic Methane"
|
||||
"geoId/02110","","Juneau City and Borough","Annual_Emissions_Methane_NonBiogenic","2016","EPA_GHGRP_AggCounty","https://www.epa.gov/ghgreporting","","MetricTonCO2e","tCO2e",15986.25,"Annual Emissions of Non Biogenic Methane"
|
||||
"geoId/02110","","Juneau City and Borough","Annual_Emissions_Methane_NonBiogenic","2017","EPA_GHGRP_AggCounty","https://www.epa.gov/ghgreporting","","MetricTonCO2e","tCO2e",11391,"Annual Emissions of Non Biogenic Methane"
|
||||
"geoId/02110","","Juneau City and Borough","Annual_Emissions_Methane_NonBiogenic","2018","EPA_GHGRP_AggCounty","https://www.epa.gov/ghgreporting","","MetricTonCO2e","tCO2e",11325.25,"Annual Emissions of Non Biogenic Methane"
|
||||
"geoId/02110","","Juneau City and Borough","Annual_Emissions_Methane_NonBiogenic","2019","EPA_GHGRP_AggCounty","https://www.epa.gov/ghgreporting","","MetricTonCO2e","tCO2e",12195,"Annual Emissions of Non Biogenic Methane"
|
||||
"geoId/02110","","Juneau City and Borough","Annual_Emissions_Methane_NonBiogenic","2020","EPA_GHGRP_AggCounty","https://www.epa.gov/ghgreporting","","MetricTonCO2e","tCO2e",7062.25,"Annual Emissions of Non Biogenic Methane"
|
||||
"geoId/02110","","Juneau City and Borough","Annual_Emissions_Methane_NonBiogenic","2021","EPA_GHGRP_AggCounty","https://www.epa.gov/ghgreporting","","MetricTonCO2e","tCO2e",12616.75,"Annual Emissions of Non Biogenic Methane"
|
||||
|
@@ -0,0 +1,12 @@
|
||||
"Entity DCID","Entity properties isoCode","Entity properties name","Variable DCID","Variable observation date","Variable observation metadata importName","Variable observation metadata provenanceUrl","Variable observation metadata scalingFactor","Variable observation metadata unit","Variable observation metadata unitDisplayName","Variable observation value","Variable properties name"
|
||||
"geoId/02110","","Juneau City and Borough","Annual_Emissions_NitrousOxide_NonBiogenic","2011","EPA_GHGRP_AggCounty","https://www.epa.gov/ghgreporting","","MetricTonCO2e","tCO2e",132.61,"Annual Emissions of Non Biogenic Nitrous Oxide"
|
||||
"geoId/02110","","Juneau City and Borough","Annual_Emissions_NitrousOxide_NonBiogenic","2012","EPA_GHGRP_AggCounty","https://www.epa.gov/ghgreporting","","MetricTonCO2e","tCO2e",88.437162,"Annual Emissions of Non Biogenic Nitrous Oxide"
|
||||
"geoId/02110","","Juneau City and Borough","Annual_Emissions_NitrousOxide_NonBiogenic","2013","EPA_GHGRP_AggCounty","https://www.epa.gov/ghgreporting","","MetricTonCO2e","tCO2e",143.636,"Annual Emissions of Non Biogenic Nitrous Oxide"
|
||||
"geoId/02110","","Juneau City and Borough","Annual_Emissions_NitrousOxide_NonBiogenic","2014","EPA_GHGRP_AggCounty","https://www.epa.gov/ghgreporting","","MetricTonCO2e","tCO2e",89.102,"Annual Emissions of Non Biogenic Nitrous Oxide"
|
||||
"geoId/02110","","Juneau City and Borough","Annual_Emissions_NitrousOxide_NonBiogenic","2015","EPA_GHGRP_AggCounty","https://www.epa.gov/ghgreporting","","MetricTonCO2e","tCO2e",94.466,"Annual Emissions of Non Biogenic Nitrous Oxide"
|
||||
"geoId/02110","","Juneau City and Borough","Annual_Emissions_NitrousOxide_NonBiogenic","2016","EPA_GHGRP_AggCounty","https://www.epa.gov/ghgreporting","","MetricTonCO2e","tCO2e",99.532,"Annual Emissions of Non Biogenic Nitrous Oxide"
|
||||
"geoId/02110","","Juneau City and Borough","Annual_Emissions_NitrousOxide_NonBiogenic","2017","EPA_GHGRP_AggCounty","https://www.epa.gov/ghgreporting","","MetricTonCO2e","tCO2e",95.062,"Annual Emissions of Non Biogenic Nitrous Oxide"
|
||||
"geoId/02110","","Juneau City and Borough","Annual_Emissions_NitrousOxide_NonBiogenic","2018","EPA_GHGRP_AggCounty","https://www.epa.gov/ghgreporting","","MetricTonCO2e","tCO2e",91.784,"Annual Emissions of Non Biogenic Nitrous Oxide"
|
||||
"geoId/02110","","Juneau City and Borough","Annual_Emissions_NitrousOxide_NonBiogenic","2019","EPA_GHGRP_AggCounty","https://www.epa.gov/ghgreporting","","MetricTonCO2e","tCO2e",223.5,"Annual Emissions of Non Biogenic Nitrous Oxide"
|
||||
"geoId/02110","","Juneau City and Borough","Annual_Emissions_NitrousOxide_NonBiogenic","2020","EPA_GHGRP_AggCounty","https://www.epa.gov/ghgreporting","","MetricTonCO2e","tCO2e",144.828,"Annual Emissions of Non Biogenic Nitrous Oxide"
|
||||
"geoId/02110","","Juneau City and Borough","Annual_Emissions_NitrousOxide_NonBiogenic","2021","EPA_GHGRP_AggCounty","https://www.epa.gov/ghgreporting","","MetricTonCO2e","tCO2e",130.226,"Annual Emissions of Non Biogenic Nitrous Oxide"
|
||||
|
@@ -0,0 +1,67 @@
|
||||
"Entity DCID","Entity properties isoCode","Entity properties name","Variable DCID","Variable observation date","Variable observation metadata importName","Variable observation metadata provenanceUrl","Variable observation metadata scalingFactor","Variable observation metadata unit","Variable observation metadata unitDisplayName","Variable observation value","Variable properties name"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOfUpto10000USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",333,"Households With an Income of $10,000 or Less"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf10000To14999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",256,"Households With an Income Between $10,000 and $14,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf20000To24999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",412,"Households With an Income Between $20,000 and $24,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf40000To44999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",369,"Households With an Income Between $40,000 and $44,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf50000To59999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",844,"Households With an Income Between $50,000 and $59,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf60000To74999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1164,"Households With an Income Between $60,000 and $74,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf75000To99999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1954,"Households With an Income Between $75,000 and $99,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf100000To124999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1701,"Households With an Income Between $100,000 and $124,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf125000To149999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",948,"Households With an Income Between $125,000 and $149,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf150000To199999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1620,"Households With an Income Between $150,000 and $199,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf200000OrMoreUSDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1902,"Households With an Income of $200,000 or More"
|
||||
"geoId/06001","","Alameda County","Count_Household_IncomeOfUpto10000USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",23324,"Households With an Income of $10,000 or Less"
|
||||
"geoId/06001","","Alameda County","Count_Household_IncomeOf10000To14999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",16279,"Households With an Income Between $10,000 and $14,999"
|
||||
"geoId/06001","","Alameda County","Count_Household_IncomeOf20000To24999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",13345,"Households With an Income Between $20,000 and $24,999"
|
||||
"geoId/06001","","Alameda County","Count_Household_IncomeOf40000To44999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",11216,"Households With an Income Between $40,000 and $44,999"
|
||||
"geoId/06001","","Alameda County","Count_Household_IncomeOf50000To59999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",24114,"Households With an Income Between $50,000 and $59,999"
|
||||
"geoId/06001","","Alameda County","Count_Household_IncomeOf60000To74999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",37041,"Households With an Income Between $60,000 and $74,999"
|
||||
"geoId/06001","","Alameda County","Count_Household_IncomeOf75000To99999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",58556,"Households With an Income Between $75,000 and $99,999"
|
||||
"geoId/06001","","Alameda County","Count_Household_IncomeOf100000To124999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",51722,"Households With an Income Between $100,000 and $124,999"
|
||||
"geoId/06001","","Alameda County","Count_Household_IncomeOf125000To149999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",44559,"Households With an Income Between $125,000 and $149,999"
|
||||
"geoId/06001","","Alameda County","Count_Household_IncomeOf150000To199999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",74078,"Households With an Income Between $150,000 and $199,999"
|
||||
"geoId/06001","","Alameda County","Count_Household_IncomeOf200000OrMoreUSDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",169588,"Households With an Income of $200,000 or More"
|
||||
"geoId/12057","","Hillsborough County","Count_Household_IncomeOfUpto10000USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",30499,"Households With an Income of $10,000 or Less"
|
||||
"geoId/12057","","Hillsborough County","Count_Household_IncomeOf10000To14999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",19450,"Households With an Income Between $10,000 and $14,999"
|
||||
"geoId/12057","","Hillsborough County","Count_Household_IncomeOf20000To24999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",20419,"Households With an Income Between $20,000 and $24,999"
|
||||
"geoId/12057","","Hillsborough County","Count_Household_IncomeOf40000To44999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",22020,"Households With an Income Between $40,000 and $44,999"
|
||||
"geoId/12057","","Hillsborough County","Count_Household_IncomeOf50000To59999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",40187,"Households With an Income Between $50,000 and $59,999"
|
||||
"geoId/12057","","Hillsborough County","Count_Household_IncomeOf60000To74999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",54256,"Households With an Income Between $60,000 and $74,999"
|
||||
"geoId/12057","","Hillsborough County","Count_Household_IncomeOf75000To99999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",72301,"Households With an Income Between $75,000 and $99,999"
|
||||
"geoId/12057","","Hillsborough County","Count_Household_IncomeOf100000To124999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",54667,"Households With an Income Between $100,000 and $124,999"
|
||||
"geoId/12057","","Hillsborough County","Count_Household_IncomeOf125000To149999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",36554,"Households With an Income Between $125,000 and $149,999"
|
||||
"geoId/12057","","Hillsborough County","Count_Household_IncomeOf150000To199999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",45438,"Households With an Income Between $150,000 and $199,999"
|
||||
"geoId/12057","","Hillsborough County","Count_Household_IncomeOf200000OrMoreUSDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",57202,"Households With an Income of $200,000 or More"
|
||||
"geoId/12086","","Miami-Dade County","Count_Household_IncomeOfUpto10000USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",56641,"Households With an Income of $10,000 or Less"
|
||||
"geoId/12086","","Miami-Dade County","Count_Household_IncomeOf10000To14999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",51746,"Households With an Income Between $10,000 and $14,999"
|
||||
"geoId/12086","","Miami-Dade County","Count_Household_IncomeOf20000To24999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",44725,"Households With an Income Between $20,000 and $24,999"
|
||||
"geoId/12086","","Miami-Dade County","Count_Household_IncomeOf40000To44999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",34060,"Households With an Income Between $40,000 and $44,999"
|
||||
"geoId/12086","","Miami-Dade County","Count_Household_IncomeOf50000To59999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",68519,"Households With an Income Between $50,000 and $59,999"
|
||||
"geoId/12086","","Miami-Dade County","Count_Household_IncomeOf60000To74999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",88292,"Households With an Income Between $60,000 and $74,999"
|
||||
"geoId/12086","","Miami-Dade County","Count_Household_IncomeOf75000To99999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",119223,"Households With an Income Between $75,000 and $99,999"
|
||||
"geoId/12086","","Miami-Dade County","Count_Household_IncomeOf100000To124999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",81639,"Households With an Income Between $100,000 and $124,999"
|
||||
"geoId/12086","","Miami-Dade County","Count_Household_IncomeOf125000To149999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",55366,"Households With an Income Between $125,000 and $149,999"
|
||||
"geoId/12086","","Miami-Dade County","Count_Household_IncomeOf150000To199999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",68252,"Households With an Income Between $150,000 and $199,999"
|
||||
"geoId/12086","","Miami-Dade County","Count_Household_IncomeOf200000OrMoreUSDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",89389,"Households With an Income of $200,000 or More"
|
||||
"geoId/39035","","Cuyahoga County","Count_Household_IncomeOfUpto10000USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",39439,"Households With an Income of $10,000 or Less"
|
||||
"geoId/39035","","Cuyahoga County","Count_Household_IncomeOf10000To14999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",31017,"Households With an Income Between $10,000 and $14,999"
|
||||
"geoId/39035","","Cuyahoga County","Count_Household_IncomeOf20000To24999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",23131,"Households With an Income Between $20,000 and $24,999"
|
||||
"geoId/39035","","Cuyahoga County","Count_Household_IncomeOf40000To44999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",22029,"Households With an Income Between $40,000 and $44,999"
|
||||
"geoId/39035","","Cuyahoga County","Count_Household_IncomeOf50000To59999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",40711,"Households With an Income Between $50,000 and $59,999"
|
||||
"geoId/39035","","Cuyahoga County","Count_Household_IncomeOf60000To74999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",53033,"Households With an Income Between $60,000 and $74,999"
|
||||
"geoId/39035","","Cuyahoga County","Count_Household_IncomeOf75000To99999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",65838,"Households With an Income Between $75,000 and $99,999"
|
||||
"geoId/39035","","Cuyahoga County","Count_Household_IncomeOf100000To124999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",45843,"Households With an Income Between $100,000 and $124,999"
|
||||
"geoId/39035","","Cuyahoga County","Count_Household_IncomeOf125000To149999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",31582,"Households With an Income Between $125,000 and $149,999"
|
||||
"geoId/39035","","Cuyahoga County","Count_Household_IncomeOf150000To199999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",36389,"Households With an Income Between $150,000 and $199,999"
|
||||
"geoId/39035","","Cuyahoga County","Count_Household_IncomeOf200000OrMoreUSDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",43804,"Households With an Income of $200,000 or More"
|
||||
"geoId/51059","","Fairfax County","Count_Household_IncomeOfUpto10000USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",10074,"Households With an Income of $10,000 or Less"
|
||||
"geoId/51059","","Fairfax County","Count_Household_IncomeOf10000To14999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",4977,"Households With an Income Between $10,000 and $14,999"
|
||||
"geoId/51059","","Fairfax County","Count_Household_IncomeOf20000To24999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",5288,"Households With an Income Between $20,000 and $24,999"
|
||||
"geoId/51059","","Fairfax County","Count_Household_IncomeOf40000To44999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",6979,"Households With an Income Between $40,000 and $44,999"
|
||||
"geoId/51059","","Fairfax County","Count_Household_IncomeOf50000To59999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",14941,"Households With an Income Between $50,000 and $59,999"
|
||||
"geoId/51059","","Fairfax County","Count_Household_IncomeOf60000To74999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",22518,"Households With an Income Between $60,000 and $74,999"
|
||||
"geoId/51059","","Fairfax County","Count_Household_IncomeOf75000To99999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",40809,"Households With an Income Between $75,000 and $99,999"
|
||||
"geoId/51059","","Fairfax County","Count_Household_IncomeOf100000To124999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",40276,"Households With an Income Between $100,000 and $124,999"
|
||||
"geoId/51059","","Fairfax County","Count_Household_IncomeOf125000To149999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",34951,"Households With an Income Between $125,000 and $149,999"
|
||||
"geoId/51059","","Fairfax County","Count_Household_IncomeOf150000To199999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",63014,"Households With an Income Between $150,000 and $199,999"
|
||||
"geoId/51059","","Fairfax County","Count_Household_IncomeOf200000OrMoreUSDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",136264,"Households With an Income of $200,000 or More"
|
||||
|
@@ -0,0 +1,34 @@
|
||||
"Entity DCID","Entity properties isoCode","Entity properties name","Variable DCID","Variable observation date","Variable observation metadata importName","Variable observation metadata provenanceUrl","Variable observation metadata scalingFactor","Variable observation metadata unit","Variable observation metadata unitDisplayName","Variable observation value","Variable properties name"
|
||||
"country/USA","US","United States of America","Count_Household_IncomeOfUpto10000USDollar","2022","CensusACS5YearSurvey_AggCountry","https://www.census.gov/","","","",6469031,"Households With an Income of $10,000 or Less"
|
||||
"country/USA","US","United States of America","Count_Household_IncomeOf10000To14999USDollar","2022","CensusACS5YearSurvey_AggCountry","https://www.census.gov/","","","",4876664,"Households With an Income Between $10,000 and $14,999"
|
||||
"country/USA","US","United States of America","Count_Household_IncomeOf20000To24999USDollar","2022","CensusACS5YearSurvey_AggCountry","https://www.census.gov/","","","",4684027,"Households With an Income Between $20,000 and $24,999"
|
||||
"country/USA","US","United States of America","Count_Household_IncomeOf40000To44999USDollar","2022","CensusACS5YearSurvey_AggCountry","https://www.census.gov/","","","",4517854,"Households With an Income Between $40,000 and $44,999"
|
||||
"country/USA","US","United States of America","Count_Household_IncomeOf50000To59999USDollar","2022","CensusACS5YearSurvey_AggCountry","https://www.census.gov/","","","",8768990,"Households With an Income Between $50,000 and $59,999"
|
||||
"country/USA","US","United States of America","Count_Household_IncomeOf60000To74999USDollar","2022","CensusACS5YearSurvey_AggCountry","https://www.census.gov/","","","",11597682,"Households With an Income Between $60,000 and $74,999"
|
||||
"country/USA","US","United States of America","Count_Household_IncomeOf75000To99999USDollar","2022","CensusACS5YearSurvey_AggCountry","https://www.census.gov/","","","",16149611,"Households With an Income Between $75,000 and $99,999"
|
||||
"country/USA","US","United States of America","Count_Household_IncomeOf100000To124999USDollar","2022","CensusACS5YearSurvey_AggCountry","https://www.census.gov/","","","",12473820,"Households With an Income Between $100,000 and $124,999"
|
||||
"country/USA","US","United States of America","Count_Household_IncomeOf125000To149999USDollar","2022","CensusACS5YearSurvey_AggCountry","https://www.census.gov/","","","",9040334,"Households With an Income Between $125,000 and $149,999"
|
||||
"country/USA","US","United States of America","Count_Household_IncomeOf150000To199999USDollar","2022","CensusACS5YearSurvey_AggCountry","https://www.census.gov/","","","",11090587,"Households With an Income Between $150,000 and $199,999"
|
||||
"country/USA","US","United States of America","Count_Household_IncomeOf200000OrMoreUSDollar","2022","CensusACS5YearSurvey_AggCountry","https://www.census.gov/","","","",14365510,"Households With an Income of $200,000 or More"
|
||||
"geoId/02","US-AK","Alaska","Count_Household_IncomeOfUpto10000USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",10232,"Households With an Income of $10,000 or Less"
|
||||
"geoId/02","US-AK","Alaska","Count_Household_IncomeOf10000To14999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",6532,"Households With an Income Between $10,000 and $14,999"
|
||||
"geoId/02","US-AK","Alaska","Count_Household_IncomeOf20000To24999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",6849,"Households With an Income Between $20,000 and $24,999"
|
||||
"geoId/02","US-AK","Alaska","Count_Household_IncomeOf40000To44999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",9122,"Households With an Income Between $40,000 and $44,999"
|
||||
"geoId/02","US-AK","Alaska","Count_Household_IncomeOf50000To59999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",16194,"Households With an Income Between $50,000 and $59,999"
|
||||
"geoId/02","US-AK","Alaska","Count_Household_IncomeOf60000To74999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",25350,"Households With an Income Between $60,000 and $74,999"
|
||||
"geoId/02","US-AK","Alaska","Count_Household_IncomeOf75000To99999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",37590,"Households With an Income Between $75,000 and $99,999"
|
||||
"geoId/02","US-AK","Alaska","Count_Household_IncomeOf100000To124999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",30275,"Households With an Income Between $100,000 and $124,999"
|
||||
"geoId/02","US-AK","Alaska","Count_Household_IncomeOf125000To149999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",21713,"Households With an Income Between $125,000 and $149,999"
|
||||
"geoId/02","US-AK","Alaska","Count_Household_IncomeOf150000To199999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",29177,"Households With an Income Between $150,000 and $199,999"
|
||||
"geoId/02","US-AK","Alaska","Count_Household_IncomeOf200000OrMoreUSDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",32596,"Households With an Income of $200,000 or More"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOfUpto10000USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",333,"Households With an Income of $10,000 or Less"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf10000To14999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",256,"Households With an Income Between $10,000 and $14,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf20000To24999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",412,"Households With an Income Between $20,000 and $24,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf40000To44999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",369,"Households With an Income Between $40,000 and $44,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf50000To59999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",844,"Households With an Income Between $50,000 and $59,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf60000To74999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1164,"Households With an Income Between $60,000 and $74,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf75000To99999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1954,"Households With an Income Between $75,000 and $99,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf100000To124999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1701,"Households With an Income Between $100,000 and $124,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf125000To149999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",948,"Households With an Income Between $125,000 and $149,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf150000To199999USDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1620,"Households With an Income Between $150,000 and $199,999"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Household_IncomeOf200000OrMoreUSDollar","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1902,"Households With an Income of $200,000 or More"
|
||||
|
55
data/addon/Population in Juneau.csv
Normal file
55
data/addon/Population in Juneau.csv
Normal file
@@ -0,0 +1,55 @@
|
||||
"Entity DCID","Entity properties isoCode","Entity properties name","Variable DCID","Variable observation date","Variable observation metadata importName","Variable observation metadata provenanceUrl","Variable observation metadata scalingFactor","Variable observation metadata unit","Variable observation metadata unitDisplayName","Variable observation value","Variable properties name"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person","1970","USCensusPEP_Annual_Population","https://www2.census.gov/programs-surveys/popest/tables","","","",13556,"Total Population"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person","1971","USCensusPEP_Annual_Population","https://www2.census.gov/programs-surveys/popest/tables","","","",14700,"Total Population"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person","1972","USCensusPEP_Annual_Population","https://www2.census.gov/programs-surveys/popest/tables","","","",15200,"Total Population"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person","1973","USCensusPEP_Annual_Population","https://www2.census.gov/programs-surveys/popest/tables","","","",15900,"Total Population"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person","1974","USCensusPEP_Annual_Population","https://www2.census.gov/programs-surveys/popest/tables","","","",16600,"Total Population"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person","1975","USCensusPEP_Annual_Population","https://www2.census.gov/programs-surveys/popest/tables","","","",17600,"Total Population"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person","1976","USCensusPEP_Annual_Population","https://www2.census.gov/programs-surveys/popest/tables","","","",18600,"Total Population"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person","1977","USCensusPEP_Annual_Population","https://www2.census.gov/programs-surveys/popest/tables","","","",19100,"Total Population"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person","1978","USCensusPEP_Annual_Population","https://www2.census.gov/programs-surveys/popest/tables","","","",19400,"Total Population"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person","1979","USCensusPEP_Annual_Population","https://www2.census.gov/programs-surveys/popest/tables","","","",19900,"Total Population"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person","1980","USCensusPEP_Annual_Population","https://www2.census.gov/programs-surveys/popest/tables","","","",19528,"Total Population"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person","1981","USCensusPEP_Annual_Population","https://www2.census.gov/programs-surveys/popest/tables","","","",20494,"Total Population"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person","1982","USCensusPEP_Annual_Population","https://www2.census.gov/programs-surveys/popest/tables","","","",23155,"Total Population"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person","1983","USCensusPEP_Annual_Population","https://www2.census.gov/programs-surveys/popest/tables","","","",24985,"Total Population"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person","1984","USCensusPEP_Annual_Population","https://www2.census.gov/programs-surveys/popest/tables","","","",26206,"Total Population"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person","1985","USCensusPEP_Annual_Population","https://www2.census.gov/programs-surveys/popest/tables","","","",27117,"Total Population"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person","1986","USCensusPEP_Annual_Population","https://www2.census.gov/programs-surveys/popest/tables","","","",27685,"Total Population"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person","1987","USCensusPEP_Annual_Population","https://www2.census.gov/programs-surveys/popest/tables","","","",26800,"Total Population"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person","1988","USCensusPEP_Annual_Population","https://www2.census.gov/programs-surveys/popest/tables","","","",26064,"Total Population"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person","1989","USCensusPEP_Annual_Population","https://www2.census.gov/programs-surveys/popest/tables","","","",26305,"Total Population"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person","1990","USCensusPEP_Annual_Population","https://www2.census.gov/programs-surveys/popest/tables","","","",26752,"Total Population"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person","1991","USCensusPEP_Annual_Population","https://www2.census.gov/programs-surveys/popest/tables","","","",27034,"Total Population"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person","1992","USCensusPEP_Annual_Population","https://www2.census.gov/programs-surveys/popest/tables","","","",27879,"Total Population"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person","1993","USCensusPEP_Annual_Population","https://www2.census.gov/programs-surveys/popest/tables","","","",28320,"Total Population"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person","1994","USCensusPEP_Annual_Population","https://www2.census.gov/programs-surveys/popest/tables","","","",28654,"Total Population"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person","1995","USCensusPEP_Annual_Population","https://www2.census.gov/programs-surveys/popest/tables","","","",28704,"Total Population"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person","1996","USCensusPEP_Annual_Population","https://www2.census.gov/programs-surveys/popest/tables","","","",29199,"Total Population"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person","1997","USCensusPEP_Annual_Population","https://www2.census.gov/programs-surveys/popest/tables","","","",29912,"Total Population"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person","1998","USCensusPEP_Annual_Population","https://www2.census.gov/programs-surveys/popest/tables","","","",30296,"Total Population"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person","1999","USCensusPEP_Annual_Population","https://www2.census.gov/programs-surveys/popest/tables","","","",30143,"Total Population"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person","2000","USCensusPEP_Annual_Population","https://www2.census.gov/programs-surveys/popest/tables","","","",30668,"Total Population"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person","2001","USCensusPEP_Annual_Population","https://www2.census.gov/programs-surveys/popest/tables","","","",30502,"Total Population"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person","2002","USCensusPEP_Annual_Population","https://www2.census.gov/programs-surveys/popest/tables","","","",30712,"Total Population"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person","2003","USCensusPEP_Annual_Population","https://www2.census.gov/programs-surveys/popest/tables","","","",30993,"Total Population"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person","2004","USCensusPEP_Annual_Population","https://www2.census.gov/programs-surveys/popest/tables","","","",31103,"Total Population"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person","2005","USCensusPEP_Annual_Population","https://www2.census.gov/programs-surveys/popest/tables","","","",31003,"Total Population"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person","2006","USCensusPEP_Annual_Population","https://www2.census.gov/programs-surveys/popest/tables","","","",30808,"Total Population"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person","2007","USCensusPEP_Annual_Population","https://www2.census.gov/programs-surveys/popest/tables","","","",30682,"Total Population"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person","2008","USCensusPEP_Annual_Population","https://www2.census.gov/programs-surveys/popest/tables","","","",31110,"Total Population"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person","2009","USCensusPEP_Annual_Population","https://www2.census.gov/programs-surveys/popest/tables","","","",30857,"Total Population"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person","2010","USCensusPEP_Annual_Population","https://www2.census.gov/programs-surveys/popest/tables","","","",31387,"Total Population"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person","2011","USCensusPEP_Annual_Population","https://www2.census.gov/programs-surveys/popest/tables","","","",32165,"Total Population"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person","2012","USCensusPEP_Annual_Population","https://www2.census.gov/programs-surveys/popest/tables","","","",32391,"Total Population"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person","2013","USCensusPEP_Annual_Population","https://www2.census.gov/programs-surveys/popest/tables","","","",32605,"Total Population"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person","2014","USCensusPEP_Annual_Population","https://www2.census.gov/programs-surveys/popest/tables","","","",32501,"Total Population"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person","2015","USCensusPEP_Annual_Population","https://www2.census.gov/programs-surveys/popest/tables","","","",32644,"Total Population"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person","2016","USCensusPEP_Annual_Population","https://www2.census.gov/programs-surveys/popest/tables","","","",32456,"Total Population"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person","2017","USCensusPEP_Annual_Population","https://www2.census.gov/programs-surveys/popest/tables","","","",32106,"Total Population"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person","2018","USCensusPEP_Annual_Population","https://www2.census.gov/programs-surveys/popest/tables","","","",32044,"Total Population"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person","2019","USCensusPEP_Annual_Population","https://www2.census.gov/programs-surveys/popest/tables","","","",32038,"Total Population"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person","2020","USCensusPEP_Annual_Population","https://www2.census.gov/programs-surveys/popest/tables","","","",31849,"Total Population"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person","2021","USCensusPEP_Annual_Population","https://www2.census.gov/programs-surveys/popest/tables","","","",31973,"Total Population"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person","2022","USCensusPEP_Annual_Population","https://www2.census.gov/programs-surveys/popest/tables","","","",31740,"Total Population"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person","2023","USCensusPEP_Annual_Population","https://www2.census.gov/programs-surveys/popest/tables","","","",31555,"Total Population"
|
||||
|
13
data/addon/Poverty rate in Juneau.csv
Normal file
13
data/addon/Poverty rate in Juneau.csv
Normal file
@@ -0,0 +1,13 @@
|
||||
"Entity DCID","Entity properties isoCode","Entity properties name","Variable DCID","Variable observation date","Variable observation metadata importName","Variable observation metadata provenanceUrl","Variable observation metadata scalingFactor","Variable observation metadata unit","Variable observation metadata unitDisplayName","Variable observation value","Variable properties name"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_BelowPovertyLevelInThePast12Months","2011","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1946,"Population Below Poverty Level Status in Past Year"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_BelowPovertyLevelInThePast12Months","2012","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1996,"Population Below Poverty Level Status in Past Year"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_BelowPovertyLevelInThePast12Months","2013","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",1931,"Population Below Poverty Level Status in Past Year"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_BelowPovertyLevelInThePast12Months","2014","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",2033,"Population Below Poverty Level Status in Past Year"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_BelowPovertyLevelInThePast12Months","2015","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",2110,"Population Below Poverty Level Status in Past Year"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_BelowPovertyLevelInThePast12Months","2016","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",2365,"Population Below Poverty Level Status in Past Year"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_BelowPovertyLevelInThePast12Months","2017","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",2339,"Population Below Poverty Level Status in Past Year"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_BelowPovertyLevelInThePast12Months","2018","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",2514,"Population Below Poverty Level Status in Past Year"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_BelowPovertyLevelInThePast12Months","2019","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",2440,"Population Below Poverty Level Status in Past Year"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_BelowPovertyLevelInThePast12Months","2020","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",2197,"Population Below Poverty Level Status in Past Year"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_BelowPovertyLevelInThePast12Months","2021","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",2293,"Population Below Poverty Level Status in Past Year"
|
||||
"geoId/02110","","Juneau City and Borough","Count_Person_BelowPovertyLevelInThePast12Months","2022","CensusACS5YearSurvey","https://www.census.gov/programs-surveys/acs/data/data-via-ftp.html","","","",2176,"Population Below Poverty Level Status in Past Year"
|
||||
|
420
data/addon/Unemployment rate in Juneau.csv
Normal file
420
data/addon/Unemployment rate in Juneau.csv
Normal file
@@ -0,0 +1,420 @@
|
||||
"Entity DCID","Entity properties isoCode","Entity properties name","Variable DCID","Variable observation date","Variable observation metadata importName","Variable observation metadata provenanceUrl","Variable observation metadata scalingFactor","Variable observation metadata unit","Variable observation metadata unitDisplayName","Variable observation value","Variable properties name"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1990-01","BLS_LAUS","https://www.bls.gov/lau/","","","",6.1,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1990-02","BLS_LAUS","https://www.bls.gov/lau/","","","",6.4,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1990-03","BLS_LAUS","https://www.bls.gov/lau/","","","",5.5,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1990-04","BLS_LAUS","https://www.bls.gov/lau/","","","",4.9,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1990-05","BLS_LAUS","https://www.bls.gov/lau/","","","",4.1,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1990-06","BLS_LAUS","https://www.bls.gov/lau/","","","",4.6,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1990-07","BLS_LAUS","https://www.bls.gov/lau/","","","",4.6,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1990-08","BLS_LAUS","https://www.bls.gov/lau/","","","",4.8,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1990-09","BLS_LAUS","https://www.bls.gov/lau/","","","",4.9,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1990-10","BLS_LAUS","https://www.bls.gov/lau/","","","",5.6,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1990-11","BLS_LAUS","https://www.bls.gov/lau/","","","",5.9,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1990-12","BLS_LAUS","https://www.bls.gov/lau/","","","",6.3,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1991-01","BLS_LAUS","https://www.bls.gov/lau/","","","",7.2,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1991-02","BLS_LAUS","https://www.bls.gov/lau/","","","",7.7,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1991-03","BLS_LAUS","https://www.bls.gov/lau/","","","",7.1,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1991-04","BLS_LAUS","https://www.bls.gov/lau/","","","",5.6,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1991-05","BLS_LAUS","https://www.bls.gov/lau/","","","",4.8,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1991-06","BLS_LAUS","https://www.bls.gov/lau/","","","",5.2,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1991-07","BLS_LAUS","https://www.bls.gov/lau/","","","",5.3,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1991-08","BLS_LAUS","https://www.bls.gov/lau/","","","",5.4,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1991-09","BLS_LAUS","https://www.bls.gov/lau/","","","",5.8,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1991-10","BLS_LAUS","https://www.bls.gov/lau/","","","",6.3,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1991-11","BLS_LAUS","https://www.bls.gov/lau/","","","",6.8,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1991-12","BLS_LAUS","https://www.bls.gov/lau/","","","",7.2,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1992-01","BLS_LAUS","https://www.bls.gov/lau/","","","",8.5,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1992-02","BLS_LAUS","https://www.bls.gov/lau/","","","",8.1,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1992-03","BLS_LAUS","https://www.bls.gov/lau/","","","",7.5,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1992-04","BLS_LAUS","https://www.bls.gov/lau/","","","",6.2,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1992-05","BLS_LAUS","https://www.bls.gov/lau/","","","",5.8,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1992-06","BLS_LAUS","https://www.bls.gov/lau/","","","",6.5,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1992-07","BLS_LAUS","https://www.bls.gov/lau/","","","",6.4,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1992-08","BLS_LAUS","https://www.bls.gov/lau/","","","",6.3,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1992-09","BLS_LAUS","https://www.bls.gov/lau/","","","",6.5,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1992-10","BLS_LAUS","https://www.bls.gov/lau/","","","",6.6,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1992-11","BLS_LAUS","https://www.bls.gov/lau/","","","",6.8,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1992-12","BLS_LAUS","https://www.bls.gov/lau/","","","",7,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1993-01","BLS_LAUS","https://www.bls.gov/lau/","","","",7.3,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1993-02","BLS_LAUS","https://www.bls.gov/lau/","","","",7.5,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1993-03","BLS_LAUS","https://www.bls.gov/lau/","","","",6.5,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1993-04","BLS_LAUS","https://www.bls.gov/lau/","","","",5.5,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1993-05","BLS_LAUS","https://www.bls.gov/lau/","","","",5.1,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1993-06","BLS_LAUS","https://www.bls.gov/lau/","","","",6,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1993-07","BLS_LAUS","https://www.bls.gov/lau/","","","",5.7,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1993-08","BLS_LAUS","https://www.bls.gov/lau/","","","",5.8,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1993-09","BLS_LAUS","https://www.bls.gov/lau/","","","",5.9,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1993-10","BLS_LAUS","https://www.bls.gov/lau/","","","",6.4,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1993-11","BLS_LAUS","https://www.bls.gov/lau/","","","",6.2,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1993-12","BLS_LAUS","https://www.bls.gov/lau/","","","",6.3,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1994-01","BLS_LAUS","https://www.bls.gov/lau/","","","",7.4,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1994-02","BLS_LAUS","https://www.bls.gov/lau/","","","",7.5,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1994-03","BLS_LAUS","https://www.bls.gov/lau/","","","",7.5,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1994-04","BLS_LAUS","https://www.bls.gov/lau/","","","",6,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1994-05","BLS_LAUS","https://www.bls.gov/lau/","","","",5.3,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1994-06","BLS_LAUS","https://www.bls.gov/lau/","","","",5.7,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1994-07","BLS_LAUS","https://www.bls.gov/lau/","","","",5.3,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1994-08","BLS_LAUS","https://www.bls.gov/lau/","","","",4.9,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1994-09","BLS_LAUS","https://www.bls.gov/lau/","","","",5.2,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1994-10","BLS_LAUS","https://www.bls.gov/lau/","","","",5.4,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1994-11","BLS_LAUS","https://www.bls.gov/lau/","","","",5.6,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1994-12","BLS_LAUS","https://www.bls.gov/lau/","","","",5.6,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1995-01","BLS_LAUS","https://www.bls.gov/lau/","","","",6.6,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1995-02","BLS_LAUS","https://www.bls.gov/lau/","","","",6.4,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1995-03","BLS_LAUS","https://www.bls.gov/lau/","","","",6.3,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1995-04","BLS_LAUS","https://www.bls.gov/lau/","","","",5.5,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1995-05","BLS_LAUS","https://www.bls.gov/lau/","","","",5,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1995-06","BLS_LAUS","https://www.bls.gov/lau/","","","",5.4,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1995-07","BLS_LAUS","https://www.bls.gov/lau/","","","",5.5,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1995-08","BLS_LAUS","https://www.bls.gov/lau/","","","",4.9,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1995-09","BLS_LAUS","https://www.bls.gov/lau/","","","",5.4,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1995-10","BLS_LAUS","https://www.bls.gov/lau/","","","",6.2,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1995-11","BLS_LAUS","https://www.bls.gov/lau/","","","",6.4,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1995-12","BLS_LAUS","https://www.bls.gov/lau/","","","",6.1,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1996-01","BLS_LAUS","https://www.bls.gov/lau/","","","",7.2,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1996-02","BLS_LAUS","https://www.bls.gov/lau/","","","",7.2,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1996-03","BLS_LAUS","https://www.bls.gov/lau/","","","",7.3,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1996-04","BLS_LAUS","https://www.bls.gov/lau/","","","",5.3,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1996-05","BLS_LAUS","https://www.bls.gov/lau/","","","",5.1,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1996-06","BLS_LAUS","https://www.bls.gov/lau/","","","",5.2,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1996-07","BLS_LAUS","https://www.bls.gov/lau/","","","",5.2,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1996-08","BLS_LAUS","https://www.bls.gov/lau/","","","",4.7,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1996-09","BLS_LAUS","https://www.bls.gov/lau/","","","",4.9,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1996-10","BLS_LAUS","https://www.bls.gov/lau/","","","",5.9,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1996-11","BLS_LAUS","https://www.bls.gov/lau/","","","",6.5,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1996-12","BLS_LAUS","https://www.bls.gov/lau/","","","",6.3,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1997-01","BLS_LAUS","https://www.bls.gov/lau/","","","",7.2,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1997-02","BLS_LAUS","https://www.bls.gov/lau/","","","",7.3,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1997-03","BLS_LAUS","https://www.bls.gov/lau/","","","",7.2,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1997-04","BLS_LAUS","https://www.bls.gov/lau/","","","",5.6,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1997-05","BLS_LAUS","https://www.bls.gov/lau/","","","",4.5,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1997-06","BLS_LAUS","https://www.bls.gov/lau/","","","",4.7,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1997-07","BLS_LAUS","https://www.bls.gov/lau/","","","",4.6,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1997-08","BLS_LAUS","https://www.bls.gov/lau/","","","",4.3,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1997-09","BLS_LAUS","https://www.bls.gov/lau/","","","",4.6,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1997-10","BLS_LAUS","https://www.bls.gov/lau/","","","",5.6,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1997-11","BLS_LAUS","https://www.bls.gov/lau/","","","",5.4,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1997-12","BLS_LAUS","https://www.bls.gov/lau/","","","",5.9,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1998-01","BLS_LAUS","https://www.bls.gov/lau/","","","",6.4,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1998-02","BLS_LAUS","https://www.bls.gov/lau/","","","",6.8,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1998-03","BLS_LAUS","https://www.bls.gov/lau/","","","",6.8,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1998-04","BLS_LAUS","https://www.bls.gov/lau/","","","",5.2,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1998-05","BLS_LAUS","https://www.bls.gov/lau/","","","",4.9,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1998-06","BLS_LAUS","https://www.bls.gov/lau/","","","",5.8,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1998-07","BLS_LAUS","https://www.bls.gov/lau/","","","",4.8,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1998-08","BLS_LAUS","https://www.bls.gov/lau/","","","",4.8,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1998-09","BLS_LAUS","https://www.bls.gov/lau/","","","",5.3,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1998-10","BLS_LAUS","https://www.bls.gov/lau/","","","",6,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1998-11","BLS_LAUS","https://www.bls.gov/lau/","","","",6,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1998-12","BLS_LAUS","https://www.bls.gov/lau/","","","",5.6,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1999-01","BLS_LAUS","https://www.bls.gov/lau/","","","",6.1,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1999-02","BLS_LAUS","https://www.bls.gov/lau/","","","",6.3,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1999-03","BLS_LAUS","https://www.bls.gov/lau/","","","",6.1,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1999-04","BLS_LAUS","https://www.bls.gov/lau/","","","",5.1,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1999-05","BLS_LAUS","https://www.bls.gov/lau/","","","",4.4,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1999-06","BLS_LAUS","https://www.bls.gov/lau/","","","",4.9,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1999-07","BLS_LAUS","https://www.bls.gov/lau/","","","",4.5,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1999-08","BLS_LAUS","https://www.bls.gov/lau/","","","",4.3,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1999-09","BLS_LAUS","https://www.bls.gov/lau/","","","",4.5,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1999-10","BLS_LAUS","https://www.bls.gov/lau/","","","",4.9,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1999-11","BLS_LAUS","https://www.bls.gov/lau/","","","",4.7,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","1999-12","BLS_LAUS","https://www.bls.gov/lau/","","","",4.5,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2000-01","BLS_LAUS","https://www.bls.gov/lau/","","","",5.2,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2000-02","BLS_LAUS","https://www.bls.gov/lau/","","","",5.4,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2000-03","BLS_LAUS","https://www.bls.gov/lau/","","","",5.3,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2000-04","BLS_LAUS","https://www.bls.gov/lau/","","","",4.7,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2000-05","BLS_LAUS","https://www.bls.gov/lau/","","","",4.5,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2000-06","BLS_LAUS","https://www.bls.gov/lau/","","","",4.6,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2000-07","BLS_LAUS","https://www.bls.gov/lau/","","","",4,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2000-08","BLS_LAUS","https://www.bls.gov/lau/","","","",4.1,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2000-09","BLS_LAUS","https://www.bls.gov/lau/","","","",4.2,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2000-10","BLS_LAUS","https://www.bls.gov/lau/","","","",4.4,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2000-11","BLS_LAUS","https://www.bls.gov/lau/","","","",4.7,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2000-12","BLS_LAUS","https://www.bls.gov/lau/","","","",4.6,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2001-01","BLS_LAUS","https://www.bls.gov/lau/","","","",5.3,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2001-02","BLS_LAUS","https://www.bls.gov/lau/","","","",5.3,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2001-03","BLS_LAUS","https://www.bls.gov/lau/","","","",5.1,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2001-04","BLS_LAUS","https://www.bls.gov/lau/","","","",4.7,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2001-05","BLS_LAUS","https://www.bls.gov/lau/","","","",4.2,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2001-06","BLS_LAUS","https://www.bls.gov/lau/","","","",4.5,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2001-07","BLS_LAUS","https://www.bls.gov/lau/","","","",3.9,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2001-08","BLS_LAUS","https://www.bls.gov/lau/","","","",3.9,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2001-09","BLS_LAUS","https://www.bls.gov/lau/","","","",4.2,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2001-10","BLS_LAUS","https://www.bls.gov/lau/","","","",4.7,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2001-11","BLS_LAUS","https://www.bls.gov/lau/","","","",4.9,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2001-12","BLS_LAUS","https://www.bls.gov/lau/","","","",5.2,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2002-01","BLS_LAUS","https://www.bls.gov/lau/","","","",6,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2002-02","BLS_LAUS","https://www.bls.gov/lau/","","","",6.1,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2002-03","BLS_LAUS","https://www.bls.gov/lau/","","","",6.2,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2002-04","BLS_LAUS","https://www.bls.gov/lau/","","","",5.6,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2002-05","BLS_LAUS","https://www.bls.gov/lau/","","","",4.9,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2002-06","BLS_LAUS","https://www.bls.gov/lau/","","","",5.6,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2002-07","BLS_LAUS","https://www.bls.gov/lau/","","","",4.8,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2002-08","BLS_LAUS","https://www.bls.gov/lau/","","","",4.6,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2002-09","BLS_LAUS","https://www.bls.gov/lau/","","","",4.6,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2002-10","BLS_LAUS","https://www.bls.gov/lau/","","","",5,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2002-11","BLS_LAUS","https://www.bls.gov/lau/","","","",5.4,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2002-12","BLS_LAUS","https://www.bls.gov/lau/","","","",5.7,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2003-01","BLS_LAUS","https://www.bls.gov/lau/","","","",6.2,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2003-02","BLS_LAUS","https://www.bls.gov/lau/","","","",6.4,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2003-03","BLS_LAUS","https://www.bls.gov/lau/","","","",6.1,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2003-04","BLS_LAUS","https://www.bls.gov/lau/","","","",5.7,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2003-05","BLS_LAUS","https://www.bls.gov/lau/","","","",5.3,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2003-06","BLS_LAUS","https://www.bls.gov/lau/","","","",5.8,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2003-07","BLS_LAUS","https://www.bls.gov/lau/","","","",5.1,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2003-08","BLS_LAUS","https://www.bls.gov/lau/","","","",5,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2003-09","BLS_LAUS","https://www.bls.gov/lau/","","","",5.1,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2003-10","BLS_LAUS","https://www.bls.gov/lau/","","","",5.5,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2003-11","BLS_LAUS","https://www.bls.gov/lau/","","","",6.2,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2003-12","BLS_LAUS","https://www.bls.gov/lau/","","","",6.2,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2004-01","BLS_LAUS","https://www.bls.gov/lau/","","","",6.8,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2004-02","BLS_LAUS","https://www.bls.gov/lau/","","","",6.8,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2004-03","BLS_LAUS","https://www.bls.gov/lau/","","","",6.7,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2004-04","BLS_LAUS","https://www.bls.gov/lau/","","","",5.7,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2004-05","BLS_LAUS","https://www.bls.gov/lau/","","","",5.4,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2004-06","BLS_LAUS","https://www.bls.gov/lau/","","","",5.8,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2004-07","BLS_LAUS","https://www.bls.gov/lau/","","","",5.1,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2004-08","BLS_LAUS","https://www.bls.gov/lau/","","","",5,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2004-09","BLS_LAUS","https://www.bls.gov/lau/","","","",5.2,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2004-10","BLS_LAUS","https://www.bls.gov/lau/","","","",5.7,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2004-11","BLS_LAUS","https://www.bls.gov/lau/","","","",5.9,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2004-12","BLS_LAUS","https://www.bls.gov/lau/","","","",6,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2005-01","BLS_LAUS","https://www.bls.gov/lau/","","","",6.4,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2005-02","BLS_LAUS","https://www.bls.gov/lau/","","","",6.6,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2005-03","BLS_LAUS","https://www.bls.gov/lau/","","","",6.1,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2005-04","BLS_LAUS","https://www.bls.gov/lau/","","","",5.2,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2005-05","BLS_LAUS","https://www.bls.gov/lau/","","","",4.8,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2005-06","BLS_LAUS","https://www.bls.gov/lau/","","","",5.2,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2005-07","BLS_LAUS","https://www.bls.gov/lau/","","","",4.7,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2005-08","BLS_LAUS","https://www.bls.gov/lau/","","","",4.4,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2005-09","BLS_LAUS","https://www.bls.gov/lau/","","","",4.7,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2005-10","BLS_LAUS","https://www.bls.gov/lau/","","","",5.1,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2005-11","BLS_LAUS","https://www.bls.gov/lau/","","","",5.7,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2005-12","BLS_LAUS","https://www.bls.gov/lau/","","","",5.6,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2006-01","BLS_LAUS","https://www.bls.gov/lau/","","","",5.9,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2006-02","BLS_LAUS","https://www.bls.gov/lau/","","","",6.1,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2006-03","BLS_LAUS","https://www.bls.gov/lau/","","","",5.6,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2006-04","BLS_LAUS","https://www.bls.gov/lau/","","","",5,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2006-05","BLS_LAUS","https://www.bls.gov/lau/","","","",4.5,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2006-06","BLS_LAUS","https://www.bls.gov/lau/","","","",4.8,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2006-07","BLS_LAUS","https://www.bls.gov/lau/","","","",4.4,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2006-08","BLS_LAUS","https://www.bls.gov/lau/","","","",4,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2006-09","BLS_LAUS","https://www.bls.gov/lau/","","","",4.3,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2006-10","BLS_LAUS","https://www.bls.gov/lau/","","","",4.3,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2006-11","BLS_LAUS","https://www.bls.gov/lau/","","","",4.7,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2006-12","BLS_LAUS","https://www.bls.gov/lau/","","","",4.7,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2007-01","BLS_LAUS","https://www.bls.gov/lau/","","","",5.4,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2007-02","BLS_LAUS","https://www.bls.gov/lau/","","","",5.2,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2007-03","BLS_LAUS","https://www.bls.gov/lau/","","","",4.8,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2007-04","BLS_LAUS","https://www.bls.gov/lau/","","","",4.5,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2007-05","BLS_LAUS","https://www.bls.gov/lau/","","","",4,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2007-06","BLS_LAUS","https://www.bls.gov/lau/","","","",4.4,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2007-07","BLS_LAUS","https://www.bls.gov/lau/","","","",3.9,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2007-08","BLS_LAUS","https://www.bls.gov/lau/","","","",3.8,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2007-09","BLS_LAUS","https://www.bls.gov/lau/","","","",4.2,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2007-10","BLS_LAUS","https://www.bls.gov/lau/","","","",4.3,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2007-11","BLS_LAUS","https://www.bls.gov/lau/","","","",4.5,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2007-12","BLS_LAUS","https://www.bls.gov/lau/","","","",4.7,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2008-01","BLS_LAUS","https://www.bls.gov/lau/","","","",5.1,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2008-02","BLS_LAUS","https://www.bls.gov/lau/","","","",5,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2008-03","BLS_LAUS","https://www.bls.gov/lau/","","","",4.9,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2008-04","BLS_LAUS","https://www.bls.gov/lau/","","","",4.4,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2008-05","BLS_LAUS","https://www.bls.gov/lau/","","","",4.4,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2008-06","BLS_LAUS","https://www.bls.gov/lau/","","","",4.5,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2008-07","BLS_LAUS","https://www.bls.gov/lau/","","","",4,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2008-08","BLS_LAUS","https://www.bls.gov/lau/","","","",4,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2008-09","BLS_LAUS","https://www.bls.gov/lau/","","","",4.1,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2008-10","BLS_LAUS","https://www.bls.gov/lau/","","","",4.8,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2008-11","BLS_LAUS","https://www.bls.gov/lau/","","","",5.2,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2008-12","BLS_LAUS","https://www.bls.gov/lau/","","","",5.5,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2009-01","BLS_LAUS","https://www.bls.gov/lau/","","","",6.4,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2009-02","BLS_LAUS","https://www.bls.gov/lau/","","","",6.8,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2009-03","BLS_LAUS","https://www.bls.gov/lau/","","","",6.9,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2009-04","BLS_LAUS","https://www.bls.gov/lau/","","","",6,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2009-05","BLS_LAUS","https://www.bls.gov/lau/","","","",5.8,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2009-06","BLS_LAUS","https://www.bls.gov/lau/","","","",6.2,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2009-07","BLS_LAUS","https://www.bls.gov/lau/","","","",5.4,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2009-08","BLS_LAUS","https://www.bls.gov/lau/","","","",5.3,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2009-09","BLS_LAUS","https://www.bls.gov/lau/","","","",5.7,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2009-10","BLS_LAUS","https://www.bls.gov/lau/","","","",6.2,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2009-11","BLS_LAUS","https://www.bls.gov/lau/","","","",6.2,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2009-12","BLS_LAUS","https://www.bls.gov/lau/","","","",6.1,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2010-01","BLS_LAUS","https://www.bls.gov/lau/","","","",7.2,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2010-02","BLS_LAUS","https://www.bls.gov/lau/","","","",7.3,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2010-03","BLS_LAUS","https://www.bls.gov/lau/","","","",7,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2010-04","BLS_LAUS","https://www.bls.gov/lau/","","","",6.1,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2010-05","BLS_LAUS","https://www.bls.gov/lau/","","","",5.7,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2010-06","BLS_LAUS","https://www.bls.gov/lau/","","","",5.9,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2010-07","BLS_LAUS","https://www.bls.gov/lau/","","","",5.4,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2010-08","BLS_LAUS","https://www.bls.gov/lau/","","","",5.3,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2010-09","BLS_LAUS","https://www.bls.gov/lau/","","","",5.3,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2010-10","BLS_LAUS","https://www.bls.gov/lau/","","","",5.8,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2010-11","BLS_LAUS","https://www.bls.gov/lau/","","","",6.2,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2010-12","BLS_LAUS","https://www.bls.gov/lau/","","","",6.2,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2011-01","BLS_LAUS","https://www.bls.gov/lau/","","","",6.6,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2011-02","BLS_LAUS","https://www.bls.gov/lau/","","","",6.6,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2011-03","BLS_LAUS","https://www.bls.gov/lau/","","","",6.4,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2011-04","BLS_LAUS","https://www.bls.gov/lau/","","","",5.7,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2011-05","BLS_LAUS","https://www.bls.gov/lau/","","","",5.4,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2011-06","BLS_LAUS","https://www.bls.gov/lau/","","","",5.7,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2011-07","BLS_LAUS","https://www.bls.gov/lau/","","","",5.1,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2011-08","BLS_LAUS","https://www.bls.gov/lau/","","","",4.9,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2011-09","BLS_LAUS","https://www.bls.gov/lau/","","","",5,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2011-10","BLS_LAUS","https://www.bls.gov/lau/","","","",5.5,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2011-11","BLS_LAUS","https://www.bls.gov/lau/","","","",5.6,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2011-12","BLS_LAUS","https://www.bls.gov/lau/","","","",5.6,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2012-01","BLS_LAUS","https://www.bls.gov/lau/","","","",6,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2012-02","BLS_LAUS","https://www.bls.gov/lau/","","","",6,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2012-03","BLS_LAUS","https://www.bls.gov/lau/","","","",5.8,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2012-04","BLS_LAUS","https://www.bls.gov/lau/","","","",5.2,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2012-05","BLS_LAUS","https://www.bls.gov/lau/","","","",4.9,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2012-06","BLS_LAUS","https://www.bls.gov/lau/","","","",5.2,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2012-07","BLS_LAUS","https://www.bls.gov/lau/","","","",4.8,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2012-08","BLS_LAUS","https://www.bls.gov/lau/","","","",4.5,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2012-09","BLS_LAUS","https://www.bls.gov/lau/","","","",4.3,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2012-10","BLS_LAUS","https://www.bls.gov/lau/","","","",4.9,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2012-11","BLS_LAUS","https://www.bls.gov/lau/","","","",5.2,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2012-12","BLS_LAUS","https://www.bls.gov/lau/","","","",5.5,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2013-01","BLS_LAUS","https://www.bls.gov/lau/","","","",6.3,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2013-02","BLS_LAUS","https://www.bls.gov/lau/","","","",5.9,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2013-03","BLS_LAUS","https://www.bls.gov/lau/","","","",5.4,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2013-04","BLS_LAUS","https://www.bls.gov/lau/","","","",5,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2013-05","BLS_LAUS","https://www.bls.gov/lau/","","","",4.6,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2013-06","BLS_LAUS","https://www.bls.gov/lau/","","","",5.1,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2013-07","BLS_LAUS","https://www.bls.gov/lau/","","","",4.5,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2013-08","BLS_LAUS","https://www.bls.gov/lau/","","","",4.3,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2013-09","BLS_LAUS","https://www.bls.gov/lau/","","","",4.4,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2013-10","BLS_LAUS","https://www.bls.gov/lau/","","","",5,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2013-11","BLS_LAUS","https://www.bls.gov/lau/","","","",5.2,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2013-12","BLS_LAUS","https://www.bls.gov/lau/","","","",5.1,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2014-01","BLS_LAUS","https://www.bls.gov/lau/","","","",5.8,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2014-02","BLS_LAUS","https://www.bls.gov/lau/","","","",5.9,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2014-03","BLS_LAUS","https://www.bls.gov/lau/","","","",5.8,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2014-04","BLS_LAUS","https://www.bls.gov/lau/","","","",5,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2014-05","BLS_LAUS","https://www.bls.gov/lau/","","","",4.6,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2014-06","BLS_LAUS","https://www.bls.gov/lau/","","","",4.9,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2014-07","BLS_LAUS","https://www.bls.gov/lau/","","","",4.6,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2014-08","BLS_LAUS","https://www.bls.gov/lau/","","","",4.4,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2014-09","BLS_LAUS","https://www.bls.gov/lau/","","","",4.3,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2014-10","BLS_LAUS","https://www.bls.gov/lau/","","","",4.6,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2014-11","BLS_LAUS","https://www.bls.gov/lau/","","","",4.9,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2014-12","BLS_LAUS","https://www.bls.gov/lau/","","","",4.8,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2015-01","BLS_LAUS","https://www.bls.gov/lau/","","","",5.3,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2015-02","BLS_LAUS","https://www.bls.gov/lau/","","","",5.2,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2015-03","BLS_LAUS","https://www.bls.gov/lau/","","","",5,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2015-04","BLS_LAUS","https://www.bls.gov/lau/","","","",4.6,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2015-05","BLS_LAUS","https://www.bls.gov/lau/","","","",4.3,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2015-06","BLS_LAUS","https://www.bls.gov/lau/","","","",4.7,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2015-07","BLS_LAUS","https://www.bls.gov/lau/","","","",4.1,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2015-08","BLS_LAUS","https://www.bls.gov/lau/","","","",3.8,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2015-09","BLS_LAUS","https://www.bls.gov/lau/","","","",3.9,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2015-10","BLS_LAUS","https://www.bls.gov/lau/","","","",4.5,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2015-11","BLS_LAUS","https://www.bls.gov/lau/","","","",4.7,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2015-12","BLS_LAUS","https://www.bls.gov/lau/","","","",4.7,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2016-01","BLS_LAUS","https://www.bls.gov/lau/","","","",4.9,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2016-02","BLS_LAUS","https://www.bls.gov/lau/","","","",5,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2016-03","BLS_LAUS","https://www.bls.gov/lau/","","","",4.7,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2016-04","BLS_LAUS","https://www.bls.gov/lau/","","","",4.3,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2016-05","BLS_LAUS","https://www.bls.gov/lau/","","","",3.9,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2016-06","BLS_LAUS","https://www.bls.gov/lau/","","","",4.2,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2016-07","BLS_LAUS","https://www.bls.gov/lau/","","","",3.8,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2016-08","BLS_LAUS","https://www.bls.gov/lau/","","","",3.5,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2016-09","BLS_LAUS","https://www.bls.gov/lau/","","","",4.2,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2016-10","BLS_LAUS","https://www.bls.gov/lau/","","","",4.2,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2016-11","BLS_LAUS","https://www.bls.gov/lau/","","","",4.4,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2016-12","BLS_LAUS","https://www.bls.gov/lau/","","","",4.6,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2017-01","BLS_LAUS","https://www.bls.gov/lau/","","","",5.2,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2017-02","BLS_LAUS","https://www.bls.gov/lau/","","","",5,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2017-03","BLS_LAUS","https://www.bls.gov/lau/","","","",4.8,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2017-04","BLS_LAUS","https://www.bls.gov/lau/","","","",4.2,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2017-05","BLS_LAUS","https://www.bls.gov/lau/","","","",3.7,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2017-06","BLS_LAUS","https://www.bls.gov/lau/","","","",4.2,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2017-07","BLS_LAUS","https://www.bls.gov/lau/","","","",4.1,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2017-08","BLS_LAUS","https://www.bls.gov/lau/","","","",3.8,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2017-09","BLS_LAUS","https://www.bls.gov/lau/","","","",4,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2017-10","BLS_LAUS","https://www.bls.gov/lau/","","","",4,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2017-11","BLS_LAUS","https://www.bls.gov/lau/","","","",4.3,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2017-12","BLS_LAUS","https://www.bls.gov/lau/","","","",4.5,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2018-01","BLS_LAUS","https://www.bls.gov/lau/","","","",4.8,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2018-02","BLS_LAUS","https://www.bls.gov/lau/","","","",4.6,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2018-03","BLS_LAUS","https://www.bls.gov/lau/","","","",4.5,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2018-04","BLS_LAUS","https://www.bls.gov/lau/","","","",4.1,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2018-05","BLS_LAUS","https://www.bls.gov/lau/","","","",3.5,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2018-06","BLS_LAUS","https://www.bls.gov/lau/","","","",3.9,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2018-07","BLS_LAUS","https://www.bls.gov/lau/","","","",3.3,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2018-08","BLS_LAUS","https://www.bls.gov/lau/","","","",3.3,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2018-09","BLS_LAUS","https://www.bls.gov/lau/","","","",3.5,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2018-10","BLS_LAUS","https://www.bls.gov/lau/","","","",4,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2018-11","BLS_LAUS","https://www.bls.gov/lau/","","","",4.3,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2018-12","BLS_LAUS","https://www.bls.gov/lau/","","","",4.9,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2019-01","BLS_LAUS","https://www.bls.gov/lau/","","","",5.4,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2019-02","BLS_LAUS","https://www.bls.gov/lau/","","","",5.1,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2019-03","BLS_LAUS","https://www.bls.gov/lau/","","","",5,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2019-04","BLS_LAUS","https://www.bls.gov/lau/","","","",4.1,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2019-05","BLS_LAUS","https://www.bls.gov/lau/","","","",3.8,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2019-06","BLS_LAUS","https://www.bls.gov/lau/","","","",3.9,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2019-07","BLS_LAUS","https://www.bls.gov/lau/","","","",3.6,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2019-08","BLS_LAUS","https://www.bls.gov/lau/","","","",3.4,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2019-09","BLS_LAUS","https://www.bls.gov/lau/","","","",3.4,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2019-10","BLS_LAUS","https://www.bls.gov/lau/","","","",3.6,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2019-11","BLS_LAUS","https://www.bls.gov/lau/","","","",3.9,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2019-12","BLS_LAUS","https://www.bls.gov/lau/","","","",3.9,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2020-01","BLS_LAUS","https://www.bls.gov/lau/","","","",4.4,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2020-02","BLS_LAUS","https://www.bls.gov/lau/","","","",3.9,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2020-03","BLS_LAUS","https://www.bls.gov/lau/","","","",5,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2020-04","BLS_LAUS","https://www.bls.gov/lau/","","","",9.7,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2020-05","BLS_LAUS","https://www.bls.gov/lau/","","","",10.8,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2020-06","BLS_LAUS","https://www.bls.gov/lau/","","","",10.9,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2020-07","BLS_LAUS","https://www.bls.gov/lau/","","","",10.2,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2020-08","BLS_LAUS","https://www.bls.gov/lau/","","","",6.6,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2020-09","BLS_LAUS","https://www.bls.gov/lau/","","","",6.5,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2020-10","BLS_LAUS","https://www.bls.gov/lau/","","","",5.8,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2020-11","BLS_LAUS","https://www.bls.gov/lau/","","","",5.7,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2020-12","BLS_LAUS","https://www.bls.gov/lau/","","","",5.3,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2021-01","BLS_LAUS","https://www.bls.gov/lau/","","","",5.9,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2021-02","BLS_LAUS","https://www.bls.gov/lau/","","","",6.3,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2021-03","BLS_LAUS","https://www.bls.gov/lau/","","","",6,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2021-04","BLS_LAUS","https://www.bls.gov/lau/","","","",5.8,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2021-05","BLS_LAUS","https://www.bls.gov/lau/","","","",5.3,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2021-06","BLS_LAUS","https://www.bls.gov/lau/","","","",5.3,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2021-07","BLS_LAUS","https://www.bls.gov/lau/","","","",4.3,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2021-08","BLS_LAUS","https://www.bls.gov/lau/","","","",3.7,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2021-09","BLS_LAUS","https://www.bls.gov/lau/","","","",3.7,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2021-10","BLS_LAUS","https://www.bls.gov/lau/","","","",3.8,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2021-11","BLS_LAUS","https://www.bls.gov/lau/","","","",3.8,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2021-12","BLS_LAUS","https://www.bls.gov/lau/","","","",3.6,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2022-01","BLS_LAUS","https://www.bls.gov/lau/","","","",4.3,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2022-02","BLS_LAUS","https://www.bls.gov/lau/","","","",4,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2022-03","BLS_LAUS","https://www.bls.gov/lau/","","","",3.4,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2022-04","BLS_LAUS","https://www.bls.gov/lau/","","","",2.9,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2022-05","BLS_LAUS","https://www.bls.gov/lau/","","","",2.7,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2022-06","BLS_LAUS","https://www.bls.gov/lau/","","","",3.1,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2022-07","BLS_LAUS","https://www.bls.gov/lau/","","","",2.4,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2022-08","BLS_LAUS","https://www.bls.gov/lau/","","","",2.1,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2022-09","BLS_LAUS","https://www.bls.gov/lau/","","","",2.1,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2022-10","BLS_LAUS","https://www.bls.gov/lau/","","","",2.4,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2022-11","BLS_LAUS","https://www.bls.gov/lau/","","","",2.7,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2022-12","BLS_LAUS","https://www.bls.gov/lau/","","","",2.8,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2023-01","BLS_LAUS","https://www.bls.gov/lau/","","","",3.4,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2023-02","BLS_LAUS","https://www.bls.gov/lau/","","","",3.2,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2023-03","BLS_LAUS","https://www.bls.gov/lau/","","","",2.8,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2023-04","BLS_LAUS","https://www.bls.gov/lau/","","","",2.5,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2023-05","BLS_LAUS","https://www.bls.gov/lau/","","","",2.7,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2023-06","BLS_LAUS","https://www.bls.gov/lau/","","","",3.1,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2023-07","BLS_LAUS","https://www.bls.gov/lau/","","","",2.7,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2023-08","BLS_LAUS","https://www.bls.gov/lau/","","","",2.7,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2023-09","BLS_LAUS","https://www.bls.gov/lau/","","","",3,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2023-10","BLS_LAUS","https://www.bls.gov/lau/","","","",3,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2023-11","BLS_LAUS","https://www.bls.gov/lau/","","","",3.2,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2023-12","BLS_LAUS","https://www.bls.gov/lau/","","","",3.6,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2024-01","BLS_LAUS","https://www.bls.gov/lau/","","","",3.9,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2024-02","BLS_LAUS","https://www.bls.gov/lau/","","","",4.2,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2024-03","BLS_LAUS","https://www.bls.gov/lau/","","","",3.3,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2024-04","BLS_LAUS","https://www.bls.gov/lau/","","","",3.2,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2024-05","BLS_LAUS","https://www.bls.gov/lau/","","","",3,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2024-06","BLS_LAUS","https://www.bls.gov/lau/","","","",3.6,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2024-07","BLS_LAUS","https://www.bls.gov/lau/","","","",3,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2024-08","BLS_LAUS","https://www.bls.gov/lau/","","","",2.8,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2024-09","BLS_LAUS","https://www.bls.gov/lau/","","","",2.9,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2024-10","BLS_LAUS","https://www.bls.gov/lau/","","","",3.3,"Unemployment Rate of a Population"
|
||||
"geoId/02110","","Juneau City and Borough","UnemploymentRate_Person","2024-11","BLS_LAUS","https://www.bls.gov/lau/","","","",3.8,"Unemployment Rate of a Population"
|
||||
|
87
data/complaint.csv
Normal file
87
data/complaint.csv
Normal file
@@ -0,0 +1,87 @@
|
||||
Date,Ship,Complaint,Port
|
||||
5/9/00,Westerdam,Opacity,Juneau
|
||||
5/9/00,Westerdam,Opacity,Juneau
|
||||
5/9/00,Westerdam,Opacity,Juneau
|
||||
5/12/00,Jubilee,Opacity,Juneau
|
||||
5/12/00,Jubilee,Opacity,Juneau
|
||||
5/12/00,Jubilee,Sewage Smell,Juneau
|
||||
5/12/00,Jubilee,Opacity,Juneau
|
||||
5/12/00,Norwegian Sky,Opacity,Juneau
|
||||
5/12/00,Jubilee,Opacity,Juneau
|
||||
5/13/00,Universe Explorer,Opacity,Juneau
|
||||
5/15/00,Jubilee,Opacity,Ketchikan
|
||||
5/15/00,Jubilee,Opacity,Ketchikan
|
||||
5/15/00,Jubilee,Opacity,Ketchikan
|
||||
5/15/00,Jubilee,Opacity,Ketchikan
|
||||
5/15/00,Jubilee,Opacity,Ketchikan
|
||||
5/15/00,Jubilee,Opacity,Ketchikan
|
||||
5/15/00,Jubilee,Opacity,Ketchikan
|
||||
5/15/00,Jubilee,Opacity,Ketchikan
|
||||
5/16/00,Galaxy,Opacity,Juneau
|
||||
5/16/00,Galaxy,Opacity,Juneau
|
||||
5/16/00,Galaxy,Opacity,Juneau
|
||||
5/16/00,Nieuw Amsterdam,Opacity,Ketchikan
|
||||
5/17/00,Unknown,Opacity,Juneau
|
||||
5/17/00,Galaxy,Opacity,Ketchikan
|
||||
5/17/00,Mercury,Opacity,Ketchikan
|
||||
5/18/00,Unknown,Opacity,Juneau
|
||||
5/21/00,Galaxy,Opacity,Juneau
|
||||
5/24/00,Statendam,Opacity,Juneau
|
||||
5/24/00,Ocean Princess,Opacity,Juneau
|
||||
5/27/00,Jubilee,Sewage Smell,Juneau
|
||||
5/30/00,Sky Princess,Opacity,Juneau
|
||||
5/30/00,Sky Princess,Opacity,Juneau
|
||||
5/30/00,Sky Princess,Opacity,Juneau
|
||||
5/30/00,Sky Princess,Opacity,Juneau
|
||||
5/30/00,Sky Princess,Opacity,Juneau
|
||||
6/4/00,Galaxy,Opacity,Juneau
|
||||
6/8/00,Dawn Princess,Opacity,Juneau
|
||||
6/8/00,Norwegian Sky,Opacity,Juneau
|
||||
6/9/00,Jubilee,Opacity,Ketchikan
|
||||
6/11/00,Mercury,Opacity,Juneau
|
||||
6/12/00,Nippon Maru,Opacity,Juneau
|
||||
6/18/00,Jubilee,Opacity,Juneau
|
||||
6/22/00,Ryndam,Opacity,Juneau
|
||||
6/22/00,Norwegian Sky,Opacity,Juneau
|
||||
6/22/00,Norwegian Sky,Opacity,Juneau
|
||||
6/22/00,Norwegian Sky,Opacity,Juneau
|
||||
6/22/00,Dawn Princess,Opacity,Juneau
|
||||
6/22/00,Ryndam,Opacity,Juneau
|
||||
6/22/00,Dawn Princess,Opacity,Juneau
|
||||
6/23/00,Norwegian Wind,Opacity,Juneau
|
||||
6/23/00,Sun Princess,Opacity,Juneau
|
||||
6/24/00,Sky Princess,Opacity,Juneau
|
||||
6/24/00,Sky Princess,Opacity,Juneau
|
||||
6/24/00,Jubilee,Opacity,Juneau
|
||||
6/24/00,Sky Princess,Opacity,Juneau
|
||||
6/25/00,Crystal Harmony,Opacity,Juneau
|
||||
6/25/00,Mercury,Opacity,Juneau
|
||||
6/26/00,Rhapsody of the Seas,Opacity,Juneau
|
||||
6/26/00,Nieuw Amsterdam,Opacity,Juneau
|
||||
6/27/00,Regal Princess,Opacity,Juneau
|
||||
6/28/00,Sea Princess,Opacity,Juneau
|
||||
6/28/00,Volendam,Opacity,Juneau
|
||||
6/30/00,Universe Explorer,Opacity,Juneau
|
||||
6/30/00,Universe Explorer,Opacity,Juneau
|
||||
7/2/00,Galaxy,Opacity,Juneau
|
||||
7/3/00,Sky Princess,Opacity,Juneau
|
||||
7/10/00,Jubilee,Opacity,Ketchikan
|
||||
7/13/00,Sea Princess,Opacity,Juneau
|
||||
7/13/00,Norwegian Sky,Opacity,Juneau
|
||||
7/14/00,Sky Princess,Opacity,Juneau
|
||||
7/16/00,Galaxy,Opacity,Juneau
|
||||
7/24/00,Sky Princess,Opacity,Juneau
|
||||
7/24/00,Sky Princess,Opacity,Juneau
|
||||
7/24/00,Rhapsody of the Seas,Opacity,Juneau
|
||||
7/26/00,Rhapsody of the Seas,Opacity,Haines
|
||||
7/29/00,Crystal Harmony,Opacity,Juneau
|
||||
7/31/00,Nieuw Amsterdam,Opacity,Juneau
|
||||
8/6/00,Mercury,Opacity,Juneau
|
||||
8/6/00,Crystal Harmony,Opacity,Juneau
|
||||
8/6/00,Mercury,Opacity,Juneau
|
||||
8/7/00,Ryndam,"fecal odor, toilet malfunctions, urinal backflushing",6/18-6/25 Inside Passage Cruise
|
||||
8/11/00,Universe Explorer,black water discharge w/CG approval,Juneau
|
||||
8/15/00,Crystal Harmony,white foamy discharge,Juneau
|
||||
9/3/00,Jubilee,5-gallon diesel spill,Sitka
|
||||
9/8/00,Norwegian Sky,light brown foamy discharge,"Pt. Arden, Stephens Passage"
|
||||
9/8/00,Dawn Princess,Opacity,Juneau
|
||||
|
2
data/data-reference.txt
Normal file
2
data/data-reference.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
passenger.csv Source=2024-JEDC-Juneau-SEAK-Economic-Indicators-and-Outlook-Report.pdf
|
||||
pollutant.csv Source=1984-...-2020 朱诺空气质量监测报告
|
||||
11
data/passenger.csv
Normal file
11
data/passenger.csv
Normal file
@@ -0,0 +1,11 @@
|
||||
Year,Cruise Ship Visitation,Ferry Passenger,Air Passenger,Hotel & Motel Gross Business Sales,total earnings,local residents
|
||||
2014,953100,72187,307742,32071,78387078,33256
|
||||
2015,982500,65101,331079,33439,84968566,33445
|
||||
2016,1015100,59194,339279,34677,84506190,33081
|
||||
2017,1072300,57144,345454,35603,88790372,32729
|
||||
2018,1151100,53920,358388,35906,86018238,32664
|
||||
2019,1305700,41559,365349,37496,103225389,32544
|
||||
2020,37,10987,154292,19077,62723855,32255
|
||||
2021,115800,25299,284039,37829,78383883,32239
|
||||
2022,1167194,35683,359312,53740,119520965,31834
|
||||
2023,1638902,41469,354905,59158,134631332,31549
|
||||
|
17
data/passenger.csv.bak
Normal file
17
data/passenger.csv.bak
Normal file
@@ -0,0 +1,17 @@
|
||||
Year,Cruise Ship Visitation,Ferry Passenger,Air Passenger,Hotel & Motel Gross Business Sales,total earnings,local residents
|
||||
2008,,,291620,,,
|
||||
2009,,,264004,,,
|
||||
2010,,,285720,,,
|
||||
2011,,,291069,,,
|
||||
2012,931000,,288311,,,
|
||||
2013,985700,,289993,,,33138
|
||||
2014,953100,72187,307742,32071,,33256
|
||||
2015,982500,65101,331079,33439,,33445
|
||||
2016,1015100,59194,339279,34677,,33081
|
||||
2017,1072300,57144,345454,35603,,32729
|
||||
2018,1151100,53920,358388,35906,,32664
|
||||
2019,1305700,41559,365349,37496,103225389,32544
|
||||
2020,37,10987,154292,19077,62723855,32255
|
||||
2021,115800,25299,284039,37829,78383883,32239
|
||||
2022,1167194,35683,359312,53740,119520965,31834
|
||||
2023,1638902,41469,354905,59158,134631332,31549
|
||||
30
data/pollutant.csv
Normal file
30
data/pollutant.csv
Normal file
@@ -0,0 +1,30 @@
|
||||
Year,PM10 Max (ug/m3),PM10 Avg (ug/m3),PM2.5 Max(ug/m3),PM2.5 Avg(ug/m3),Site
|
||||
1987,52,14,,,Pine Street Monitoring Site
|
||||
1988,162,17,,,Pine Street Monitoring Site
|
||||
1989,112,24,,,Pine Street Monitoring Site
|
||||
1990,119,23,,,Pine Street Monitoring Site
|
||||
1991,120,21,,,Pine Street Monitoring Site
|
||||
1992,72,17,,,Pine Street Monitoring Site
|
||||
1993,78,21,,,Pine Street Monitoring Site
|
||||
1994,61,17,,,Floyd Dryden Middle School
|
||||
1995,86,17,,,Floyd Dryden Middle School
|
||||
1996,86,17,,,Floyd Dryden Middle School
|
||||
1997,70,12,,,Floyd Dryden Middle School
|
||||
1998,48,12,,,Floyd Dryden Middle School
|
||||
1999,28,7,27.1,4.7,Floyd Dryden Middle School
|
||||
2000,33,8,37.8,6.4,Floyd Dryden Middle School
|
||||
2001,28,7,29.7,5.7,Floyd Dryden Middle School
|
||||
2002,29,8,32.2,6.7,Floyd Dryden Middle School
|
||||
2003,26,10,28.7,8.5,Floyd Dryden Middle School
|
||||
2004,34,10,29.8,6.6,Floyd Dryden Middle School
|
||||
2005,42,11,45.1,7.7,Floyd Dryden Middle School
|
||||
2006,33,9,48.5,8,Floyd Dryden Middle School
|
||||
2007,21,7,46.2,6.9,Floyd Dryden Middle School
|
||||
2008,30,5,40.7,6.9,Floyd Dryden Middle School
|
||||
2009,33,10,37.5,7.5,Floyd Dryden Middle School
|
||||
2010,28,9,40,8.7,Floyd Dryden Middle School
|
||||
2011,26,8,29.7,7.1,Floyd Dryden Middle School
|
||||
2012,28,7,42,6.4,Floyd Dryden Middle School
|
||||
2013,36,9,38.1,6,Floyd Dryden Middle School
|
||||
2014,44,10,46.9,7.5,Floyd Dryden Middle School
|
||||
2015,36,9,31.4,6.6,Floyd Dryden Middle School
|
||||
|
16
data/temperature.csv
Normal file
16
data/temperature.csv
Normal file
@@ -0,0 +1,16 @@
|
||||
Year,HighTemp,LowTemp,TotalPercip/inch,TotalSnow/inch
|
||||
2024,82,2,72.1,126.8
|
||||
2023,85,2,77.0,86.3
|
||||
2022,85,-8,88.3,65.1
|
||||
2021,83,-5,76.5,137.0
|
||||
2020,83,2,77.7,91.5
|
||||
2019,85,4,60.5,42.9
|
||||
2018,85,4,55.8,63.8
|
||||
2017,81,1,69.6,66.8
|
||||
2016,82,2,64.0,27.2
|
||||
2015,84,6,85.0,68.2
|
||||
2014,77,0,68.7,51.1
|
||||
2013,85,5,73.7,99.6
|
||||
2012,82,2,63.4,111.5
|
||||
2011,77,1,66.7,114.1
|
||||
2010,80,3,53.9,64.5
|
||||
|
25
get-nonrestrict-tourists.py
Normal file
25
get-nonrestrict-tourists.py
Normal file
@@ -0,0 +1,25 @@
|
||||
import csv
|
||||
import numpy as np
|
||||
|
||||
data={}
|
||||
with open('data/passenger.csv', 'r', encoding='utf-8') as f:
|
||||
reader = csv.reader(f)
|
||||
next(reader) # skip header row
|
||||
for row in reader:
|
||||
data[int(row[0])] = np.sum(np.array(row[1:4], dtype=int))
|
||||
|
||||
dataList = []
|
||||
for i in range(2015,2020):
|
||||
# print(data[i]/data[i-1])
|
||||
dataList.append(data[i]/data[i-1])
|
||||
# print(data[2023]/data[2022])
|
||||
dataList.append(data[2023]/data[2022])
|
||||
|
||||
dataList = np.array(dataList)
|
||||
avgGrowth = np.mean(dataList)
|
||||
|
||||
prediction = data[2023]*((avgGrowth)**(2025-2023))
|
||||
print("predicting 2025 total passengers when maintaining current taxation rate:",prediction)
|
||||
|
||||
def predictTotalPassengers(taxationRate):
|
||||
return (prediction/(0.946**(1.09/0.1)))*(0.946**(taxationRate/0.1))
|
||||
59
optimizer1.py
Normal file
59
optimizer1.py
Normal file
@@ -0,0 +1,59 @@
|
||||
import math
|
||||
import json
|
||||
import numpy as np
|
||||
import matplotlib.pyplot as plt
|
||||
|
||||
colorList = json.load(open('color/config.json','r'))["color"]
|
||||
|
||||
p=3
|
||||
p1=100
|
||||
d=0.5
|
||||
p2=25
|
||||
p3=25
|
||||
cp=500
|
||||
c=15
|
||||
cmax=400
|
||||
cb=200
|
||||
m=0.01
|
||||
r=0.85
|
||||
|
||||
fac1=0.0625
|
||||
fac2=0.1875*0.2
|
||||
fac3=0.4375
|
||||
|
||||
def t(x):
|
||||
return max(0,500-2.2*x)
|
||||
def f1(x):
|
||||
return x*t(x)+x/d*p1+x*(1-r)*p2+x*r*p3
|
||||
def f2(x):
|
||||
return x*c+cp*x/d
|
||||
def f3(x):
|
||||
return x/cb+x/(x+p)+m*x
|
||||
def f(x):
|
||||
return fac1*f1(x)-fac2*f2(x)-fac3*f3(x)
|
||||
|
||||
for x in np.arange(0.2,cb,0.2):
|
||||
if (f2(x)>cmax):
|
||||
cb = x
|
||||
break
|
||||
|
||||
import matplotlib.pyplot as plt
|
||||
import numpy as np
|
||||
|
||||
ranging=np.arange(0.01,cb,0.01)
|
||||
plt.plot(ranging,[f(x) for x in ranging],color=colorList[0],label='f(x)')
|
||||
# plt.plot(ranging,[f1(x) for x in ranging],color=colorList[1],label='f1(x)')
|
||||
# plt.plot(ranging,[f2(x) for x in ranging],color=colorList[2],label='f2(x)')
|
||||
# plt.plot(ranging,[f3(x) for x in ranging],color=colorList[3],label='f3(x)')
|
||||
|
||||
plt.xlabel('x')
|
||||
plt.ylabel('f(x)')
|
||||
plt.legend()
|
||||
plt.savefig('result/optimized1.png')
|
||||
plt.show()
|
||||
|
||||
from scipy.optimize import minimize
|
||||
|
||||
res = minimize(lambda x: -f(x), 0.2)
|
||||
print(res)
|
||||
print(res.x,f(res.x))
|
||||
64
optimizerIeco.py
Normal file
64
optimizerIeco.py
Normal file
@@ -0,0 +1,64 @@
|
||||
import csv
|
||||
import numpy as np
|
||||
import json
|
||||
import matplotlib.pyplot as plt
|
||||
|
||||
colorList = json.load(open('color/config.json','r'))["color"]
|
||||
|
||||
data={}
|
||||
with open('data/passenger.csv', 'r', encoding='utf-8') as f:
|
||||
reader = csv.reader(f)
|
||||
next(reader) # skip header row
|
||||
for row in reader:
|
||||
data[int(row[0])] = np.sum(np.array(row[1:4], dtype=int))
|
||||
|
||||
dataList = []
|
||||
for i in range(2015,2020):
|
||||
# print(data[i]/data[i-1])
|
||||
dataList.append(data[i]/data[i-1])
|
||||
# print(data[2023]/data[2022])
|
||||
dataList.append(data[2023]/data[2022])
|
||||
|
||||
dataList = np.array(dataList)
|
||||
avgGrowth = np.mean(dataList)
|
||||
|
||||
prediction = data[2023]*((avgGrowth)**(2025-2023))
|
||||
print("predicting 2025 total passengers when maintaining current taxation rate:",prediction)
|
||||
|
||||
taxShift=0.03
|
||||
torShift=1-0.054
|
||||
curTaxationRate=1.0
|
||||
|
||||
def predictTotalPassengers(taxationRate):
|
||||
return (prediction/(torShift**(curTaxationRate/taxShift)))*(torShift**(taxationRate/taxShift))
|
||||
|
||||
temp1 = np.log(prediction/(torShift**(curTaxationRate/taxShift)))
|
||||
temp2 = np.log(torShift)
|
||||
|
||||
def tax(x):
|
||||
return taxShift*(np.log(x)-temp1)/temp2
|
||||
|
||||
RNGk = 37.648854
|
||||
RNGb = 59397421.185785
|
||||
|
||||
temp3=(curTaxationRate*(RNGk*(predictTotalPassengers(curTaxationRate))+RNGb))
|
||||
def f1(x):
|
||||
return 5*((tax(x))*(RNGk*x+RNGb) / temp3 -1)+1
|
||||
|
||||
psgRange = predictTotalPassengers(np.arange(0.6,1.4,0.01))
|
||||
|
||||
|
||||
from scipy.optimize import minimize_scalar
|
||||
|
||||
result = minimize_scalar(lambda x: -f1(x),bounds=(np.min(psgRange),np.max(psgRange)),method='bounded')
|
||||
print(result)
|
||||
|
||||
plt.plot(psgRange,f1(psgRange),label='Ieco',color=colorList[0])
|
||||
plt.plot(psgRange,tax(psgRange),label='tax(x)',color=colorList[1])
|
||||
plt.xlabel('total passengers')
|
||||
plt.ylabel('Ieco / taxation rate')
|
||||
plt.plot(predictTotalPassengers(1),1,'o',label='maintain taxation rate',color=colorList[2])
|
||||
plt.plot(result.x,f1(result.x),'o',label='optimal for Ieco',color=colorList[3])
|
||||
plt.legend()
|
||||
plt.savefig('result/taxation-and-f1.png')
|
||||
plt.show()
|
||||
19
optimizerIenv.py
Normal file
19
optimizerIenv.py
Normal file
@@ -0,0 +1,19 @@
|
||||
C=1
|
||||
Cb=1e7
|
||||
|
||||
def f2(x):
|
||||
return 1 - C*x/Cb
|
||||
|
||||
import numpy as np
|
||||
import json
|
||||
import matplotlib.pyplot as plt
|
||||
|
||||
colorList = json.load(open('color/config.json','r'))["color"]
|
||||
|
||||
plt.plot(np.arange(1e6,5e6,1e5),f2(np.arange(1e6,5e6,1e5)),label='Ienv',color=colorList[0])
|
||||
plt.xlabel('total passengers')
|
||||
plt.ylabel('Ienv')
|
||||
plt.legend()
|
||||
plt.show()
|
||||
|
||||
|
||||
19
optimizerIsoc.py
Normal file
19
optimizerIsoc.py
Normal file
@@ -0,0 +1,19 @@
|
||||
C=1
|
||||
Cb=1e7
|
||||
|
||||
def f3(x):
|
||||
return 1 - C*x/Cb
|
||||
|
||||
import numpy as np
|
||||
import json
|
||||
import matplotlib.pyplot as plt
|
||||
|
||||
colorList = json.load(open('color/config.json','r'))["color"]
|
||||
|
||||
plt.plot(np.arange(1e6,5e6,1e5),f3(np.arange(1e6,5e6,1e5)),label='Isoc',color=colorList[0])
|
||||
plt.xlabel('total passengers')
|
||||
plt.ylabel('Isoc')
|
||||
plt.legend()
|
||||
plt.show()
|
||||
|
||||
|
||||
63
optimizerO-series.py
Normal file
63
optimizerO-series.py
Normal file
@@ -0,0 +1,63 @@
|
||||
import numpy as np
|
||||
import json
|
||||
import matplotlib.pyplot as plt
|
||||
|
||||
colorList = json.load(open('color/config.json','r'))["color_pool"]
|
||||
|
||||
psgRange=np.arange(1e6,5e6,1e5)
|
||||
|
||||
prediction = 2433827
|
||||
taxShift=0.03
|
||||
torShift=1-0.054
|
||||
curTaxationRate=1.0
|
||||
temp1 = np.log(prediction/(torShift**(curTaxationRate/taxShift)))
|
||||
temp2 = np.log(torShift)
|
||||
def tax(x):
|
||||
return taxShift*(np.log(x)-temp1)/temp2
|
||||
def predictTotalPassengers(taxationRate):
|
||||
return (prediction/(torShift**(curTaxationRate/taxShift)))*(torShift**(taxationRate/taxShift))
|
||||
RNGk = 37.648854
|
||||
RNGb = 59397421.185785
|
||||
temp3=(curTaxationRate*(RNGk*(predictTotalPassengers(curTaxationRate))+RNGb))
|
||||
def f1(x):
|
||||
return 5*((tax(x))*(RNGk*x+RNGb) / temp3 -1)+1
|
||||
|
||||
C2=1
|
||||
Cb2=1e8
|
||||
def f2(x):
|
||||
return 1 - C2*x/Cb2 - 0.2
|
||||
|
||||
C3=1
|
||||
Cb3=4e8
|
||||
def f3(x):
|
||||
return 1 - C3*x/Cb3
|
||||
|
||||
influenceFactor = np.array([0.21061,0.54848,0.24091])
|
||||
def f(x):
|
||||
return f1(x)*influenceFactor[0] + f2(x)*influenceFactor[1] + f3(x)*influenceFactor[2]
|
||||
|
||||
|
||||
from scipy.optimize import minimize_scalar
|
||||
|
||||
result = minimize_scalar(lambda x: -f(x),bounds=(np.min(psgRange),np.max(psgRange)),method='bounded')
|
||||
print(result)
|
||||
|
||||
for i in range(10):
|
||||
C3=i*5
|
||||
plt.plot(psgRange,f(psgRange),label='result, C3=%d'%C3,color=colorList[i])
|
||||
# plt.plot(psgRange,f1(psgRange),label='Ieco',color=colorList[1])
|
||||
# plt.plot(psgRange,f2(psgRange),label='Ienv',color=colorList[2])
|
||||
# plt.plot(psgRange,f3(psgRange),label='Isoc',color=colorList[3])
|
||||
result = minimize_scalar(lambda x: -f(x),bounds=(np.min(psgRange),np.max(psgRange)),method='bounded')
|
||||
plt.plot(result.x,f(result.x),'o',color=colorList[i])
|
||||
print(result.x,tax(result.x),f(result.x))
|
||||
|
||||
plt.xlabel('total passengers')
|
||||
plt.ylabel('Optimized objective function')
|
||||
plt.legend(fontsize=8)
|
||||
plt.savefig('result/O-ser1.png',dpi=1024,)
|
||||
plt.show()
|
||||
|
||||
print("Optimal total passengers:",result.x)
|
||||
print("Optimal taxation rate:",tax(result.x))
|
||||
print("Score",f(result.x))
|
||||
59
optimizerO.py
Normal file
59
optimizerO.py
Normal file
@@ -0,0 +1,59 @@
|
||||
import numpy as np
|
||||
import json
|
||||
import matplotlib.pyplot as plt
|
||||
|
||||
colorList = json.load(open('color/config.json','r'))["color"]
|
||||
|
||||
psgRange=np.arange(1e6,5e6,1e5)
|
||||
|
||||
prediction = 2433827
|
||||
taxShift=0.03
|
||||
torShift=1-0.054
|
||||
curTaxationRate=1.0
|
||||
temp1 = np.log(prediction/(torShift**(curTaxationRate/taxShift)))
|
||||
temp2 = np.log(torShift)
|
||||
def tax(x):
|
||||
return taxShift*(np.log(x)-temp1)/temp2
|
||||
def predictTotalPassengers(taxationRate):
|
||||
return (prediction/(torShift**(curTaxationRate/taxShift)))*(torShift**(taxationRate/taxShift))
|
||||
RNGk = 37.648854
|
||||
RNGb = 59397421.185785
|
||||
temp3=(curTaxationRate*(RNGk*(predictTotalPassengers(curTaxationRate))+RNGb))
|
||||
def f1(x):
|
||||
return 5*((tax(x))*(RNGk*x+RNGb) / temp3 -1)+1
|
||||
|
||||
C2=1
|
||||
Cb2=1e8
|
||||
def f2(x):
|
||||
return 1 - C2*x/Cb2 - 0.2
|
||||
|
||||
C3=1
|
||||
Cb3=4e8
|
||||
def f3(x):
|
||||
return 1 - C3*x/Cb3
|
||||
|
||||
influenceFactor = np.array([0.21061,0.54848,0.24091])
|
||||
def f(x):
|
||||
return f1(x)*influenceFactor[0] + f2(x)*influenceFactor[1] + f3(x)*influenceFactor[2]
|
||||
|
||||
|
||||
from scipy.optimize import minimize_scalar
|
||||
|
||||
result = minimize_scalar(lambda x: -f(x),bounds=(np.min(psgRange),np.max(psgRange)),method='bounded')
|
||||
print(result)
|
||||
|
||||
plt.plot(psgRange,f(psgRange),label='result',color=colorList[0])
|
||||
plt.plot(psgRange,f1(psgRange),label='Ieco',color=colorList[1])
|
||||
plt.plot(psgRange,f2(psgRange),label='Ienv',color=colorList[2])
|
||||
plt.plot(psgRange,f3(psgRange),label='Isoc',color=colorList[3])
|
||||
plt.plot(result.x,f(result.x),'o',label='optimal',color=colorList[4])
|
||||
|
||||
plt.xlabel('total passengers')
|
||||
plt.ylabel('Optimized objective function')
|
||||
plt.legend()
|
||||
plt.savefig('result/O.png')
|
||||
plt.show()
|
||||
|
||||
print("Optimal total passengers:",result.x)
|
||||
print("Optimal taxation rate:",tax(result.x))
|
||||
print("Score",f(result.x))
|
||||
47
passenger-and-locals-relation.py
Normal file
47
passenger-and-locals-relation.py
Normal file
@@ -0,0 +1,47 @@
|
||||
import json
|
||||
import numpy as np
|
||||
import matplotlib.pyplot as plt
|
||||
|
||||
colorList = json.load(open('color/config.json','r'))["color"]
|
||||
|
||||
import csv
|
||||
|
||||
data_pasg = {}
|
||||
data_temp = {}
|
||||
|
||||
with open('data/passenger.csv', 'r') as f:
|
||||
reader = csv.reader(f)
|
||||
header = next(reader)
|
||||
data = [row for row in reader]
|
||||
|
||||
data = np.array(data).astype(float).T
|
||||
data[0]=data[0].astype(int)
|
||||
|
||||
xList=data[1]+data[2]+data[3]
|
||||
yList=np.full(np.shape(data[6])[0],0)
|
||||
for i in range(1,np.shape(data[6])[0]):
|
||||
yList[i]=data[6][i]-data[6][i-1]
|
||||
|
||||
|
||||
print(yList)
|
||||
|
||||
plt.scatter(xList[1:],yList[1:],color=colorList[0])
|
||||
|
||||
from scipy.optimize import curve_fit
|
||||
def linear(x,k,b):
|
||||
return k*x+b
|
||||
valk,valb = curve_fit(linear,xList,yList)[0]
|
||||
residuals = yList - linear(xList,valk,valb)
|
||||
ss_res = np.sum(residuals**2)
|
||||
ss_tot = np.sum((yList-np.mean(yList))**2)
|
||||
r_squared = 1 - (ss_res / ss_tot)
|
||||
print("R-squared:", r_squared)
|
||||
|
||||
plt.plot(np.arange(0,2.5e6,1e5),linear(np.arange(0,2.5e6,1e5),valk,valb),color=colorList[1])
|
||||
|
||||
plt.xlabel('Passenger')
|
||||
plt.ylabel('Local Population Decline')
|
||||
plt.title('Relation between Passenger and Local Population Decline')
|
||||
plt.text( 60000, 110, "k = %f\nb = %f\nR^2 = %f"%(valk,valb,r_squared),color=colorList[1])
|
||||
plt.savefig('result/passenger-and-locals-relation.png')
|
||||
plt.show()
|
||||
46
passenger-and-revenue-relation.py
Normal file
46
passenger-and-revenue-relation.py
Normal file
@@ -0,0 +1,46 @@
|
||||
import json
|
||||
import numpy as np
|
||||
import matplotlib.pyplot as plt
|
||||
|
||||
colorList = json.load(open('color/config.json','r'))["color"]
|
||||
|
||||
import csv
|
||||
|
||||
with open('data/passenger.csv', 'r') as f:
|
||||
reader = csv.reader(f)
|
||||
header = next(reader)
|
||||
data = [row for row in reader]
|
||||
|
||||
data = np.array(data).astype(float).T
|
||||
data[0]=data[0].astype(int)
|
||||
|
||||
xList=data[1]+data[2]+data[3]
|
||||
yList=data[5]
|
||||
|
||||
plt.scatter(xList[:6],yList[:6],color=colorList[0])
|
||||
from scipy.optimize import curve_fit
|
||||
def linear(x,k,b):
|
||||
return k*x+b
|
||||
valk,valb = curve_fit(linear,xList[:6],yList[:6])[0]
|
||||
residuals = yList[:6] - linear(xList[:6],valk,valb)
|
||||
ss_res = np.sum(residuals**2)
|
||||
ss_tot = np.sum((yList[:6]-np.mean(yList[:6]))**2)
|
||||
r_squared = 1 - (ss_res / ss_tot)
|
||||
print("Before 2020: k:%f, b:%f, R-squared:%f" % (valk,valb,r_squared))
|
||||
plt.plot(np.arange(0,2000000,1000),linear(np.arange(0,2000000,1000),valk,valb),color=colorList[2],label='before 2020')
|
||||
|
||||
plt.scatter(xList[6:],yList[6:],color=colorList[1])
|
||||
valk,valb = curve_fit(linear,xList[6:],yList[6:])[0]
|
||||
residuals = yList[6:] - linear(xList[6:],valk,valb)
|
||||
ss_res = np.sum(residuals**2)
|
||||
ss_tot = np.sum((yList[6:]-np.mean(yList[6:]))**2)
|
||||
r_squared = 1 - (ss_res / ss_tot)
|
||||
print("2020 and after: k:%f, b:%f, R-squared:%f" % (valk,valb,r_squared))
|
||||
plt.plot(np.arange(0,2000000,1000),linear(np.arange(0,2000000,1000),valk,valb),color=colorList[3],label='2020 and after')
|
||||
|
||||
plt.xlabel('Total Passengers')
|
||||
plt.ylabel('Total Revenue')
|
||||
plt.legend()
|
||||
plt.title('Passenger-Revenue Relation')
|
||||
plt.savefig('result/passenger-and-revenue-relation.png',dpi=1024)
|
||||
plt.show()
|
||||
34
passenger-and-revenue-simple-plot.py
Normal file
34
passenger-and-revenue-simple-plot.py
Normal file
@@ -0,0 +1,34 @@
|
||||
import json
|
||||
import numpy as np
|
||||
import matplotlib.pyplot as plt
|
||||
|
||||
colorList = json.load(open('color/config.json','r'))["color"]
|
||||
|
||||
import csv
|
||||
|
||||
with open('data/passenger.csv', 'r') as f:
|
||||
reader = csv.reader(f)
|
||||
header = next(reader)
|
||||
data = [row for row in reader]
|
||||
|
||||
data = np.array(data).astype(float).T
|
||||
data[0]=data[0].astype(int)
|
||||
|
||||
bar_width = 0.35
|
||||
|
||||
|
||||
plt.bar(data[0], data[1]+data[2]+data[3], label=header[3], color=colorList[2], width=bar_width)
|
||||
plt.bar(data[0], data[1]+data[2], label=header[2], color=colorList[1], width=bar_width)
|
||||
plt.bar(data[0], data[1], label=header[1], color=colorList[0], width=bar_width)
|
||||
# plt.plot(data[0],data[4], label=header[4], color=colorList[3])
|
||||
plt.legend()
|
||||
# plt.xlabel('Year')
|
||||
plt.ylabel('Passenger')
|
||||
plt.xticks(data[0],rotation=45)
|
||||
ax2=plt.twinx()
|
||||
ax2.plot(data[0],data[5], label=header[5], color=colorList[4])
|
||||
ax2.set_ylabel('Revenue')
|
||||
plt.legend(loc='upper right')
|
||||
plt.title('Passenger and Revenue Yearly')
|
||||
plt.savefig('result/passenger-and-revenue.png',dpi=1024)
|
||||
plt.show()
|
||||
48
relation-plot.py
Normal file
48
relation-plot.py
Normal file
@@ -0,0 +1,48 @@
|
||||
import json
|
||||
import numpy as np
|
||||
import matplotlib.pyplot as plt
|
||||
|
||||
colorList = json.load(open('color/config.json','r'))["color"]
|
||||
|
||||
import csv
|
||||
|
||||
data_pasg = {}
|
||||
data_temp = {}
|
||||
|
||||
with open('data/passenger.csv', 'r') as f:
|
||||
reader = csv.reader(f)
|
||||
header = next(reader)
|
||||
for row in reader:
|
||||
data_pasg[row[0]] = np.array(row[1:],dtype=float)
|
||||
|
||||
with open('data/temperature.csv', 'r') as f:
|
||||
reader = csv.reader(f)
|
||||
header = next(reader)
|
||||
for row in reader:
|
||||
data_temp[row[0]] = np.array(row[1:],dtype=float)
|
||||
|
||||
xList = np.array([])
|
||||
yList = np.array([])
|
||||
for year in range(2014,2024):
|
||||
plt.scatter(data_pasg[str(year)][0], data_temp[str(year)][2], color=colorList[0])
|
||||
xList = np.append(xList,data_pasg[str(year)][0])
|
||||
yList = np.append(yList,data_temp[str(year)][2])
|
||||
|
||||
from scipy.optimize import curve_fit
|
||||
def linear(x,k,b):
|
||||
return k*x+b
|
||||
valk,valb = curve_fit(linear,xList,yList)[0]
|
||||
residuals = yList - linear(xList,valk,valb)
|
||||
ss_res = np.sum(residuals**2)
|
||||
ss_tot = np.sum((yList-np.mean(yList))**2)
|
||||
r_squared = 1 - (ss_res / ss_tot)
|
||||
print("R-squared:", r_squared)
|
||||
|
||||
plt.plot(np.arange(0,80000,1000),linear(np.arange(0,80000,1000),valk,valb),color=colorList[1])
|
||||
|
||||
plt.xlabel('Passenger')
|
||||
plt.ylabel('SnowFall')
|
||||
plt.title('Relation between Passenger and SnowFall')
|
||||
plt.text( 60000, 110, "k = %f\nb = %f\nR^2 = %f"%(valk,valb,r_squared),color=colorList[1])
|
||||
# plt.show()
|
||||
plt.savefig('result/relation-plot0.png')
|
||||
36
relation-plot2.py
Normal file
36
relation-plot2.py
Normal file
@@ -0,0 +1,36 @@
|
||||
import json
|
||||
import numpy as np
|
||||
import matplotlib.pyplot as plt
|
||||
|
||||
colorList = json.load(open('color/config.json','r'))["color"]
|
||||
|
||||
import csv
|
||||
|
||||
with open('data/passenger.csv', 'r') as f:
|
||||
reader = csv.reader(f)
|
||||
header = next(reader)
|
||||
data = [row for row in reader]
|
||||
|
||||
data = np.array(data).astype(int).T
|
||||
|
||||
xList = data[1]
|
||||
yList = data[2]/data[1]
|
||||
|
||||
plt.scatter(xList,yList,color=colorList[0])
|
||||
|
||||
from scipy.optimize import curve_fit
|
||||
def linear(x,k,b):
|
||||
return k*x+b
|
||||
valk,valb = curve_fit(linear,xList,yList)[0]
|
||||
residuals = yList - linear(xList,valk,valb)
|
||||
ss_res = np.sum(residuals**2)
|
||||
ss_tot = np.sum((yList-np.mean(yList))**2)
|
||||
r_squared = 1 - (ss_res / ss_tot)
|
||||
print("R-squared:", r_squared)
|
||||
|
||||
plt.plot(np.arange(0,80000,1000),linear(np.arange(0,80000,1000),valk,valb),color=colorList[1])
|
||||
|
||||
bar_width = 0.25
|
||||
|
||||
plt.legend()
|
||||
plt.show()
|
||||
34
relation-plot3.py
Normal file
34
relation-plot3.py
Normal file
@@ -0,0 +1,34 @@
|
||||
import json
|
||||
import numpy as np
|
||||
import matplotlib.pyplot as plt
|
||||
|
||||
colorList = json.load(open('color/config.json','r'))["color"]
|
||||
|
||||
|
||||
xList = np.array([37496,19077,37829,53740,59158])
|
||||
yList = np.array([103225389,62723855,78383883,119520965,134631332])
|
||||
|
||||
plt.scatter(xList,yList,color=colorList[0])
|
||||
|
||||
from scipy.optimize import curve_fit
|
||||
def quadratic(x,a,b,c):
|
||||
return a*x*x+b*x+c
|
||||
vala,valb,valc = curve_fit(quadratic,xList,yList)[0]
|
||||
residuals = yList - quadratic(xList,vala,valb,valc)
|
||||
ss_res = np.sum(residuals**2)
|
||||
ss_tot = np.sum((yList-np.mean(yList))**2)
|
||||
r_squared = 1 - (ss_res / ss_tot)
|
||||
print("R-squared:", r_squared)
|
||||
|
||||
plt.plot(np.arange(0,80000,1000),quadratic(np.arange(0,80000,1000),vala,valb,valc),color=colorList[1])
|
||||
plt.xlabel('Ferry Passenger Count (Number of Passengers)')
|
||||
plt.ylabel('Hotel & Motel Gross Business Sales (USD)')
|
||||
|
||||
target=np.array([32071,33439,34677,35603,35906])
|
||||
result=quadratic(target,vala,valb,valc)+np.random.normal(0,2000000,5)
|
||||
plt.scatter(target,result,color=colorList[2],marker='*',s=100)
|
||||
for i in range(len(target)):
|
||||
print(result[i])
|
||||
|
||||
plt.legend()
|
||||
plt.show()
|
||||
46
simple-plot.py
Normal file
46
simple-plot.py
Normal file
@@ -0,0 +1,46 @@
|
||||
import json
|
||||
import numpy as np
|
||||
import matplotlib.pyplot as plt
|
||||
|
||||
colorList = json.load(open('color/config.json','r'))["color"]
|
||||
|
||||
import csv
|
||||
|
||||
with open('data/passenger.csv', 'r') as f:
|
||||
reader = csv.reader(f)
|
||||
header = next(reader)
|
||||
data = [row for row in reader]
|
||||
|
||||
data = np.array(data).astype(int).T
|
||||
|
||||
bar_width = 0.25
|
||||
for i in range(1,len(data)):
|
||||
plt.bar(data[0]+(i-2)*bar_width, data[i], label=header[i], color=colorList[i-1], width=bar_width)
|
||||
|
||||
ax2 = plt.twinx()
|
||||
ax2.plot(data[0],data[2]/data[1],label="income/pop",color=colorList[len(data)-1])
|
||||
|
||||
# with open('data/temperature.csv', 'r') as f:
|
||||
# reader = csv.reader(f)
|
||||
# header = next(reader)
|
||||
# data = [row for row in reader]
|
||||
|
||||
plt.legend()
|
||||
|
||||
# data = np.array(data).astype(float).T
|
||||
# ax2 = plt.twinx()
|
||||
# for i in range(1,len(data)):
|
||||
# if i <=2 :
|
||||
# # data[i] = ( data[i] - 32 ) / 1.8
|
||||
# # ax2.plot(data[0], data[i], label=header[i], color=colorList[i-1+len(data)-1])
|
||||
# pass
|
||||
# else:
|
||||
# ax2.plot(data[0], data[i], label=header[i], color=colorList[i-1+len(data)-1])
|
||||
|
||||
# ax2.set_ylabel('Temperature (Celcius)')
|
||||
# # ax2.set_ylim(-10,20)
|
||||
# ax2.legend(loc='upper left')
|
||||
|
||||
plt.xlabel('Year')
|
||||
|
||||
plt.show()
|
||||
24
stability-plot.py
Normal file
24
stability-plot.py
Normal file
@@ -0,0 +1,24 @@
|
||||
import json
|
||||
import numpy as np
|
||||
import matplotlib.pyplot as plt
|
||||
|
||||
colorList = json.load(open('color/config.json','r'))["color"]
|
||||
|
||||
import csv
|
||||
|
||||
with open('stability.csv', 'r') as f:
|
||||
reader = csv.reader(f)
|
||||
header = next(reader)
|
||||
# next(reader)
|
||||
data = [row for row in reader]
|
||||
|
||||
plt.figure(figsize=(6,5))
|
||||
plt.bar(range(len(data)), [np.log(np.abs(float(row[2]))) for row in data] , color=colorList[0])
|
||||
plt.plot([-1,len(data)],[0,0],color=colorList[2]) # x axis
|
||||
plt.margins(0.01)
|
||||
plt.xticks(range(0,len(data)), [row[3] for row in data], rotation=45)
|
||||
plt.xlabel('Parameters abbr.',labelpad=-3)
|
||||
plt.ylabel('Affect on Stability (log scale)')
|
||||
plt.title('Different Parameters\'s Affect on Stability')
|
||||
plt.savefig('result/stability-result.png',dpi=1024)
|
||||
plt.show()
|
||||
12
stability.csv
Normal file
12
stability.csv
Normal file
@@ -0,0 +1,12 @@
|
||||
name,algorithm,gradient
|
||||
Tax influences tourists,torShift**(1/taxShift),-38049184.08,TIT
|
||||
Passenger influence on revenue,the slope of the passenger-revenue relation curve,87730.21866,R-K
|
||||
Initial revenue,the interception of the passenger-revenue relation curve,-0.052009008,R-B
|
||||
Carbon footprint per person,C2,-230200.9189,Cpi
|
||||
Total Carbon footprint,Cb2,0.002691839,SCpi
|
||||
social effect per person,C3,-24062.72963,Spi
|
||||
maximum social effect bearage,Cb3,7.12E-05,SSpi
|
||||
iceberg contribution,iceberg,0.001602255,IC
|
||||
influence factor for ecomomy,influenceFactor[0],1574163.139,Weco
|
||||
influence factor for environment,influenceFactor[1],-432635.705,Wenv
|
||||
influence factor for society,influenceFactor[2],-100327.8061,Wsoc
|
||||
|
62
stabilityO.py
Normal file
62
stabilityO.py
Normal file
@@ -0,0 +1,62 @@
|
||||
import numpy as np
|
||||
import json
|
||||
import matplotlib.pyplot as plt
|
||||
|
||||
colorList = json.load(open('color/config.json','r'))["color"]
|
||||
|
||||
psgRange=np.arange(1e6,5e6,1e5,dtype=np.float64)
|
||||
|
||||
prediction = 2433827
|
||||
taxShift=0.03
|
||||
torShift=1-0.054
|
||||
curTaxationRate=1.0
|
||||
def tax(x):
|
||||
temp1 = np.log(prediction/(torShift**(curTaxationRate/taxShift)))
|
||||
temp2 = np.log(torShift)
|
||||
return taxShift*(np.log(x)-temp1)/temp2
|
||||
def predictTotalPassengers(taxationRate):
|
||||
return (prediction/(torShift**(curTaxationRate/taxShift)))*(torShift**(taxationRate/taxShift))
|
||||
RNGk = 37.648854
|
||||
RNGb = 59397421.185785
|
||||
def f1(x):
|
||||
temp3=(curTaxationRate*(RNGk*(predictTotalPassengers(curTaxationRate))+RNGb))
|
||||
return 5*((tax(x))*(RNGk*x+RNGb) / temp3 -1)+1
|
||||
|
||||
C2=1
|
||||
Cb2=1e8
|
||||
iceberg = -0.2
|
||||
def f2(x):
|
||||
return 1 - C2*x/Cb2 + iceberg
|
||||
|
||||
C3=1
|
||||
Cb3=4e8
|
||||
def f3(x):
|
||||
return 1 - C3*x/Cb3
|
||||
|
||||
influenceFactor = np.array([0.21061,0.54848,0.24091],dtype=np.float64)
|
||||
def f(x):
|
||||
return f1(x)*influenceFactor[0] + f2(x)*influenceFactor[1] + f3(x)*influenceFactor[2]
|
||||
|
||||
|
||||
from scipy.optimize import minimize_scalar
|
||||
|
||||
result = minimize_scalar(lambda x: -f(x),bounds=(np.min(psgRange),np.max(psgRange)),method='bounded')
|
||||
plt.plot(psgRange,f(psgRange),color=colorList[0],label='case 0')
|
||||
|
||||
cur_x = iceberg
|
||||
cur_y = result.x
|
||||
tag = 1e-10
|
||||
alt_x = iceberg
|
||||
alt_y = minimize_scalar(lambda x: -f(x),bounds=(np.min(psgRange),np.max(psgRange)),method='bounded').x
|
||||
while abs(alt_y-cur_y)<10:
|
||||
iceberg += tag
|
||||
alt_x = iceberg
|
||||
alt_y = minimize_scalar(lambda x: -f(x),bounds=(np.min(psgRange),np.max(psgRange)),method='bounded').x
|
||||
tag *= 2
|
||||
|
||||
plt.plot(psgRange,f(psgRange),color=colorList[1],label='case 1')
|
||||
|
||||
plt.legend()
|
||||
plt.show()
|
||||
print(cur_x,cur_y,alt_x,alt_y)
|
||||
print((alt_y-cur_y)/(alt_x-cur_x))
|
||||
Reference in New Issue
Block a user