File size: 324 Bytes
5f63164 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | <table border="1" class="dataframe">
<thead>
<tr style="text-align: right;">
<th>Mixture</th>
<th>Temperature (°C)</th>
</tr>
</thead>
<tbody>
<tr>
<td>Bromine mixture</td>
<td>-4</td>
</tr>
<tr>
<td>Acetone mixture</td>
<td>5</td>
</tr>
</tbody>
</table> |