Skip to content

Instantly share code, notes, and snippets.

@dakoop
Created September 13, 2018 20:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save dakoop/c1f4371ff9c249ce1373f35bb8e32d32 to your computer and use it in GitHub Desktop.
Save dakoop/c1f4371ff9c249ce1373f35bb8e32d32 to your computer and use it in GitHub Desktop.
citibike-jul-2018
// citi bike data for each day of July 2018
// divided into age ranges (10-19 through 130-139)
bikeData = [[448, 12345, 13173, 13347, 4086, 1588, 247, 15, 2, 1, 5, 4, 5],
[475, 14679, 18530, 14885, 7118, 2476, 407, 26, 4, 2, 27, 0, 6],
[461, 13913, 17434, 13768, 6581, 2352, 326, 29, 4, 2, 8, 1, 5],
[544, 12206, 13798, 15283, 4443, 1725, 301, 23, 1, 5, 34, 3, 6],
[509, 14551, 18526, 15951, 6918, 2547, 385, 29, 4, 6, 33, 4, 13],
[479, 12760, 15925, 12393, 5594, 1959, 321, 17, 7, 5, 40, 4, 3],
[610, 15550, 17702, 19254, 5381, 1967, 380, 21, 18, 2, 20, 2, 11],
[601, 15516, 17223, 19261, 5529, 1969, 335, 15, 10, 1, 16, 4, 9],
[634, 17291, 21913, 17908, 8722, 3118, 400, 35, 12, 6, 17, 1, 10],
[597, 18213, 23442, 17626, 8895, 3206, 473, 25, 8, 4, 11, 1, 8],
[698, 18310, 23184, 17852, 9204, 3180, 510, 28, 9, 4, 27, 1, 11],
[740, 18844, 23601, 18731, 9068, 3300, 468, 33, 16, 7, 45, 1, 6],
[677, 18058, 22756, 18698, 8408, 3021, 414, 41, 5, 6, 31, 2, 4],
[668, 16396, 18267, 19333, 5393, 2116, 334, 20, 5, 2, 21, 6, 4],
[555, 14431, 15833, 14870, 4524, 1743, 291, 15, 14, 4, 7, 2, 6],
[702, 16880, 21040, 17177, 7996, 2808, 406, 32, 8, 6, 14, 0, 4],
[478, 12602, 15504, 11514, 5928, 2092, 333, 21, 8, 4, 7, 2, 4],
[795, 18985, 23740, 18605, 9467, 3510, 538, 36, 10, 3, 13, 3, 3],
[713, 19436, 24664, 19613, 9506, 3463, 486, 38, 8, 13, 46, 3, 4],
[791, 18848, 23512, 19571, 8379, 2903, 483, 22, 8, 4, 13, 3, 5],
[512, 14049, 15758, 16308, 4807, 1873, 283, 32, 6, 4, 10, 3, 10],
[395, 11886, 13032, 12934, 4132, 1574, 276, 27, 10, 4, 3, 1, 11],
[612, 13553, 16614, 13000, 6490, 2347, 404, 23, 6, 7, 9, 2, 10],
[787, 17853, 22393, 16621, 8417, 3106, 495, 34, 9, 11, 17, 1, 11],
[560, 10914, 13622, 10228, 5264, 2036, 309, 19, 5, 7, 11, 1, 14],
[728, 17705, 22623, 17485, 8653, 3282, 471, 40, 7, 4, 33, 1, 14],
[495, 12034, 15524, 12817, 5844, 2120, 331, 25, 2, 11, 9, 0, 9],
[764, 16498, 17855, 18460, 5626, 1979, 306, 23, 9, 2, 5, 4, 16],
[712, 17153, 18164, 19356, 5722, 1991, 298, 38, 4, 10, 4, 6, 22],
[817, 17594, 21759, 18038, 7963, 2839, 408, 34, 9, 8, 17, 3, 8],
[784, 19435, 24259, 18923, 9150, 3184, 464, 28, 6, 9, 16, 2, 17]];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment