Skip to content

Instantly share code, notes, and snippets.

@russbiggs
Created February 9, 2021 20:21
Show Gist options
  • Save russbiggs/b221526da00e45619fc63ea9893df987 to your computer and use it in GitHub Desktop.
Save russbiggs/b221526da00e45619fc63ea9893df987 to your computer and use it in GitHub Desktop.
NMDOH COVID-1 Vaccine by Race and Ethnicity
<html>
<body>
<table class="data-table">
<thead>
<tr>
<th>Race</th>
<th>Cumulative</th>
<th>Phase 1a</th>
<th>Phase 1b</th>
</tr>
</thead>
<tbody>
<tr>
<td>American Indian or Alaska Native</td>
<td>15,424</td>
<td>9,398</td>
<td>6,026</td>
</tr>
<tr>
<td>Asian</td>
<td>3,191</td>
<td>1,977</td>
<td>1,214</td>
</tr>
<tr>
<td>Black or African-American</td>
<td>2,161</td>
<td>1,223</td>
<td>938</td>
</tr>
<tr>
<td>Native Hawaiin or Other Pactific Islander</td>
<td>199</td>
<td>106</td>
<td>93</td>
</tr>
<tr>
<td>Other Race</td>
<td>19,711</td>
<td>9,850</td>
<td>9,861</td>
</tr>
<tr>
<td>Unknown</td>
<td>34,732</td>
<td>14,735</td>
<td>19,997</td>
</tr>
<tr>
<td>White</td>
<td>96,235</td>
<td>51,369</td>
<td>44,866</td>
</tr>
</tbody>
</table>
<table class="data-table">
<thead>
<tr>
<th>Ethnicity</th>
<th>Cumulative</th>
<th>Phase 1a</th>
<th>Phase 1b</th>
</tr>
</thead>
<tbody>
<tr>
<td>Hispanic or Latino</td>
<td>73,665</td>
<td>26,838</td>
<td>25,778</td>
</tr>
<tr>
<td>Non Hispanic or Latino</td>
<td>97,210</td>
<td>43,159</td>
<td>54,051</td>
</tr>
<tr>
<td>Unknown</td>
<td>54,631</td>
<td>20,673</td>
<td>33,958</td>
</tr>
</tbody>
</table>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment