Skip to content

Commit

Permalink
Update cycle hire data to Jul24
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoLondon committed Sep 18, 2024
1 parent a9a88b6 commit 3b8dad9
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bicycleHiresLondon.csv
Original file line number Diff line number Diff line change
Expand Up @@ -161,3 +161,10 @@ Month,NumberOfHires,AvHireTime
2023-10,789807,17.0
2023-11,664981,15.0
2023-12,558837,16.0
2024-01,558837,15.0
2024-02,568039,15.0
2024-03,647372,16.0
2024-04,685246,16.0
2024-05,822970,18.0
2024-06,869330,19.0
2024-07,883624,19.0
35 changes: 35 additions & 0 deletions bicycleHiresLondon.json
Original file line number Diff line number Diff line change
Expand Up @@ -808,5 +808,40 @@
"Month": "2023-12",
"NumberOfHires": 558837,
"AvHireTime": 16
},
{
"Month": "2024-01",
"NumberOfHires": 558837,
"AvHireTime": 15
},
{
"Month": "2024-02",
"NumberOfHires": 568039,
"AvHireTime": 15
},
{
"Month": "2024-03",
"NumberOfHires": 647372,
"AvHireTime": 16
},
{
"Month": "2024-04",
"NumberOfHires": 685246,
"AvHireTime": 16
},
{
"Month": "2024-05",
"NumberOfHires": 822970,
"AvHireTime": 18
},
{
"Month": "2024-06",
"NumberOfHires": 869330,
"AvHireTime": 19
},
{
"Month": "2024-07",
"NumberOfHires": 883624,
"AvHireTime": 19
}
]

0 comments on commit 3b8dad9

Please sign in to comment.