This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// citi bike data for each day of July 2018 | |
// divided into age ranges (10-19 through 130-139) | |
export const 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], |