Skip to content

Commit

Permalink
Update NJSP plots
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-williams committed Sep 26, 2024
1 parent 0ed4fc7 commit f2bf904
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion njsp/data/year-type-county.csv
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ year,county,driver,passenger,cyclist,pedestrian,crashes
2023,Middlesex,28,9,2,20,57
2023,Monmouth,17,7,4,9,37
2023,Morris,14,4,0,4,22
2023,Ocean,27,7,0,9,40
2023,Ocean,27,7,1,8,40
2023,Passaic,15,1,0,9,24
2023,Salem,8,2,0,2,11
2023,Somerset,13,4,0,6,21
Expand Down
28 changes: 14 additions & 14 deletions njsp/update-plots.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"Most recent NJSP run date: 2024-09-25 10:00:05-04:00\n",
"Most recent NJSP run date: 2024-09-26 10:00:04-04:00\n",
"Most recent month end: 2024-09-01 00:00:00-04:00\n",
"Current year start: 2024-01-01 00:00:00-05:00\n",
"Next year start: 2025-01-01 00:00:00-05:00\n"
Expand Down Expand Up @@ -1299,8 +1299,8 @@
" <th>2023</th>\n",
" <td>319</td>\n",
" <td>88</td>\n",
" <td>26</td>\n",
" <td>173</td>\n",
" <td>27</td>\n",
" <td>172</td>\n",
" <td>574</td>\n",
" </tr>\n",
" </tbody>\n",
Expand All @@ -1325,7 +1325,7 @@
"2020 304 86 18 179 550\n",
"2021 368 86 26 217 667\n",
"2022 379 103 16 191 646\n",
"2023 319 88 26 173 574"
"2023 319 88 27 172 574"
]
},
"execution_count": 21,
Expand All @@ -1351,7 +1351,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"695 projected deaths for 2024\n"
"681 projected deaths for 2024\n"
]
}
],
Expand Down Expand Up @@ -1544,9 +1544,9 @@
" <tr>\n",
" <th>2023</th>\n",
" <td>319</td>\n",
" <td>173</td>\n",
" <td>172</td>\n",
" <td>88</td>\n",
" <td>26</td>\n",
" <td>27</td>\n",
" <td>606</td>\n",
" <td>0</td>\n",
" </tr>\n",
Expand All @@ -1556,8 +1556,8 @@
" <td>142</td>\n",
" <td>58</td>\n",
" <td>18</td>\n",
" <td>695</td>\n",
" <td>217</td>\n",
" <td>681</td>\n",
" <td>203</td>\n",
" </tr>\n",
" </tbody>\n",
"</table>\n",
Expand All @@ -1581,8 +1581,8 @@
"2020 304 179 86 18 587 0\n",
"2021 368 217 86 26 697 0\n",
"2022 379 191 103 16 689 0\n",
"2023 319 173 88 26 606 0\n",
"2024 260 142 58 18 695 217"
"2023 319 172 88 27 606 0\n",
"2024 260 142 58 18 681 203"
]
},
"execution_count": 23,
Expand Down Expand Up @@ -2785,9 +2785,9 @@
" <tr>\n",
" <th>2023-09</th>\n",
" <td>25</td>\n",
" <td>18</td>\n",
" <td>17</td>\n",
" <td>2</td>\n",
" <td>4</td>\n",
" <td>5</td>\n",
" </tr>\n",
" <tr>\n",
" <th>2023-10</th>\n",
Expand Down Expand Up @@ -2924,7 +2924,7 @@
"2023-06 40 10 8 2\n",
"2023-07 28 5 10 6\n",
"2023-08 35 11 11 3\n",
"2023-09 25 18 2 4\n",
"2023-09 25 17 2 5\n",
"2023-10 29 18 13 4\n",
"2023-11 30 20 7 3\n",
"2023-12 23 24 10 1\n",
Expand Down
2 changes: 1 addition & 1 deletion www/public/plots/fatalities_per_month_by_type.json

Large diffs are not rendered by default.

Binary file modified www/public/plots/fatalities_per_month_by_type.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion www/public/plots/fatalities_per_year_by_type.json

Large diffs are not rendered by default.

Binary file modified www/public/plots/fatalities_per_year_by_type.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion www/public/plots/ytd-deaths.json

Large diffs are not rendered by default.

Binary file modified www/public/plots/ytd-deaths.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f2bf904

Please sign in to comment.