Skip to content

Commit

Permalink
Merge pull request #180 from NYCPlanning/5419-update-mdage-bins
Browse files Browse the repository at this point in the history
5419 Update mdage bins
  • Loading branch information
godfreyyeung authored Oct 25, 2021
2 parents 812dcf4 + 7f9edc5 commit b773061
Showing 1 changed file with 23 additions and 18 deletions.
41 changes: 23 additions & 18 deletions special-calculations/data/bins.js
Original file line number Diff line number Diff line change
Expand Up @@ -244,23 +244,28 @@ module.exports = {
],
},
mdage: [
['popu5', [0, 5]],
['pop5t9', [5, 9]],
['pop10t14', [10, 14]],
['pop15t19', [15, 19]],
['pop20t24', [20, 24]],
['pop25t29', [25, 29]],
['pop30t34', [30, 34]],
['pop35t39', [35, 39]],
['pop40t44', [40, 44]],
['pop45t49', [45, 49]],
['pop50t54', [50, 54]],
['pop55t59', [55, 59]],
['pop60t64', [60, 64]],
['pop65t69', [65, 69]],
['pop70t74', [70, 74]],
['pop75t79', [75, 79]],
['pop80t84', [80, 84]],
['pop85pl', [85, 115]],
['mdpop0t4', [ 0, 4.9999 ]],
['mdpop5t9', [ 5, 9.9999 ]],
['mdpop10t14', [ 10, 14.9999 ]],
['mdpop15t17', [ 15, 17.9999 ]],
['mdpop18t19', [ 18, 19.9999 ]],
['mdpop20', [ 20, 20.9999 ]],
['mdpop21', [ 21, 21.9999 ]],
['mdpop22t24', [ 22, 24.9999 ]],
['mdpop25t29', [ 25, 29.9999 ]],
['mdpop30t34', [ 30, 34.9999 ]],
['mdpop35t39', [ 35, 39.9999 ]],
['mdpop40t44', [ 40, 44.9999 ]],
['mdpop45t49', [ 45, 49.9999 ]],
['mdpop50t54', [ 50, 54.9999 ]],
['mdpop55t59', [ 55, 59.9999 ]],
['mdpop60t61', [ 60, 61.9999 ]],
['mdpop62t64', [ 62, 64.9999 ]],
['mdpop65t66', [ 65, 66.9999 ]],
['mdpop67t69', [ 67, 69.9999 ]],
['mdpop70t74', [ 70, 74.9999 ]],
['mdpop75t79', [ 75, 79.9999 ]],
['mdpop80t84', [ 80, 84.9999 ]],
['mdpop85pl', [ 85, 115 ]]
],
};

0 comments on commit b773061

Please sign in to comment.